Class MapLongClickedEventArgs
Inherited Members
Namespace: Mapsui.UI.Maui
Assembly: Mapsui.UI.Maui.dll
Syntax
public sealed class MapLongClickedEventArgs : EventArgs
Properties
| Edit this page View SourceHandled
Flag, if this event was handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Point
Point of click in EPSG:4326 coordinates
Declaration
public Position Point { get; }
Property Value
Type | Description |
---|---|
Position |