Skip to content

MapRotationChangedMapViewEventArgs

Namespace: ThinkGeo.UI.Android

public class MapRotationChangedMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapRotationChangedMapViewEventArgs

Properties

PreviousRotation

public double PreviousRotation { get; set; }

Property Value

Double

CurrentRotation

public double CurrentRotation { get; set; }

Property Value

Double

Constructors

MapRotationChangedMapViewEventArgs()

public MapRotationChangedMapViewEventArgs()

MapRotationChangedMapViewEventArgs(Double, Double)

public MapRotationChangedMapViewEventArgs(double previousRotation, double currentRotation)

Parameters

previousRotation Double

currentRotation Double