Skip to content

SingleTapMapViewEventArgs

Namespace: ThinkGeo.UI.Android

public class SingleTapMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsSingleTapMapViewEventArgs

Properties

ScreenX

public float ScreenX { get; set; }

Property Value

Single

ScreenY

public float ScreenY { get; set; }

Property Value

Single

WorldX

public double WorldX { get; set; }

Property Value

Double

WorldY

public double WorldY { get; set; }

Property Value

Double

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

SingleTapMapViewEventArgs()

public SingleTapMapViewEventArgs()

SingleTapMapViewEventArgs(MotionEvent, PointShape)

public SingleTapMapViewEventArgs(MotionEvent motionEvent, PointShape worldPoint)

Parameters

motionEvent MotionEvent

worldPoint PointShape

SingleTapMapViewEventArgs(MotionEvent, Double, Double)

public SingleTapMapViewEventArgs(MotionEvent motionEvent, double worldX, double worldY)

Parameters

motionEvent MotionEvent

worldX Double

worldY Double