Class MapClickedEventArgs
Inherited Members
Namespace: Mapsui.UI.Forms
Assembly: Mapsui.UI.Forms.dll
Syntax
public sealed class MapClickedEventArgs : EventArgs
Constructors
| Edit this page View SourceMapClickedEventArgs(Position, int)
Declaration
public MapClickedEventArgs(Position point, int numOfTaps)
Parameters
Type | Name | Description |
---|---|---|
Position | point | |
int | numOfTaps |
Properties
| Edit this page View SourceHandled
Flag, if this event was handled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
NumOfTaps
Number of taps
Declaration
public int NumOfTaps { get; }
Property Value
Type | Description |
---|---|
int |
Point
Point of click in EPSG:4326 coordinates
Declaration
public Position Point { get; }
Property Value
Type | Description |
---|---|
Position |