Skip to content

MapRotationChangingMapViewEventArgs

Namespace: ThinkGeo.UI.Android

public class MapRotationChangingMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapRotationChangingMapViewEventArgs

Properties

PreviousRotation

public double PreviousRotation { get; set; }

Property Value

Double

CurrentRotation

public double CurrentRotation { get; set; }

Property Value

Double

Constructors

MapRotationChangingMapViewEventArgs()

public MapRotationChangingMapViewEventArgs()

MapRotationChangingMapViewEventArgs(Double, Double)

public MapRotationChangingMapViewEventArgs(double previousRotation, double currentRotation)

Parameters

previousRotation Double

currentRotation Double