Skip to content

TouchRotateMapViewEventArgs

Namespace: ThinkGeo.UI.Android

public class TouchRotateMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsTouchRotateMapViewEventArgs

Properties

RotationAngle

public float RotationAngle { get; set; }

Property Value

Single

MotionEvent

public MotionEvent MotionEvent { get; set; }

Property Value

MotionEvent

Constructors

TouchRotateMapViewEventArgs()

public TouchRotateMapViewEventArgs()

TouchRotateMapViewEventArgs(Single, MotionEvent)

public TouchRotateMapViewEventArgs(float rotationAngle, MotionEvent motionEvent)

Parameters

rotationAngle Single

motionEvent MotionEvent