TouchMapViewEventArgs¶
Namespace: ThinkGeo.UI.XamarinForms
This class represents touch MapView EventArgs.
public class TouchMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → TouchMapViewEventArgs
Properties¶
PointInScreenCoordinate¶
Gets or sets the point in screen coordinate.
public ScreenPointF PointInScreenCoordinate { get; set; }
Property Value¶
ScreenPointF
The point in screen coordinate.
PointInWorldCoordinate¶
Gets or sets the point in world coordinate.
public PointShape PointInWorldCoordinate { get; set; }
Property Value¶
PointShape
The point in world coordinate.
Constructors¶
TouchMapViewEventArgs()¶
Initializes a new instance of the TouchMapViewEventArgs class.
public TouchMapViewEventArgs()