TouchRotateMapViewEventArgs¶
Namespace: ThinkGeo.UI.Android
public class TouchRotateMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → TouchRotateMapViewEventArgs
Properties¶
RotationAngle¶
public float RotationAngle { get; set; }
Property Value¶
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