Skip to content

< Back


MapRotationChangedMapViewEventArgs

Namespace: ThinkGeo.UI.Android

public class MapRotationChangedMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsMapRotationChangedMapViewEventArgs

Properties

PreviousRotation

public float PreviousRotation { get; set; }

Property Value

Single

CurrentRotation

public float CurrentRotation { get; set; }

Property Value

Single

Constructors

MapRotationChangedMapViewEventArgs()

public MapRotationChangedMapViewEventArgs()

MapRotationChangedMapViewEventArgs(Single, Single)

public MapRotationChangedMapViewEventArgs(float previousRotation, float currentRotation)

Parameters

previousRotation Single

currentRotation Single


< Back