LongPressMapViewEventArgs¶
Namespace: ThinkGeo.UI.Android
public class LongPressMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → LongPressMapViewEventArgs
Properties¶
ScreenX¶
public float ScreenX { get; set; }
Property Value¶
ScreenY¶
public float ScreenY { get; set; }
Property Value¶
WorldX¶
public double WorldX { get; set; }
Property Value¶
WorldY¶
public double WorldY { get; set; }
Property Value¶
WorldPoint¶
public PointShape WorldPoint { get; }
Property Value¶
PointShape
ScreenPoint¶
public ScreenPointF ScreenPoint { get; }
Property Value¶
ScreenPointF
MotionEvent¶
public MotionEvent MotionEvent { get; set; }
Property Value¶
MotionEvent
Constructors¶
LongPressMapViewEventArgs()¶
public LongPressMapViewEventArgs()
LongPressMapViewEventArgs(MotionEvent, PointShape)¶
public LongPressMapViewEventArgs(MotionEvent motionEvent, PointShape worldPoint)
Parameters¶
motionEvent
MotionEvent
worldPoint
PointShape
LongPressMapViewEventArgs(MotionEvent, Double, Double)¶
public LongPressMapViewEventArgs(MotionEvent motionEvent, double worldX, double worldY)
Parameters¶
motionEvent
MotionEvent
worldX
Double
worldY
Double