Class MapTappedEventArgs
Class is used to specify the arguments of map tapped event.
Inheritance
System.Object
MapTappedEventArgs
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class MapTappedEventArgs : EventArgs
Constructors
MapTappedEventArgs()
Declaration
public MapTappedEventArgs()
Properties
Position
Gets the screen point (x, y) of maps on tapped.
Declaration
public Point Position { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |