Class MapEventArgs
Inherited Members
Namespace: Mapsui
Assembly: Mapsui.dll
Syntax
public class MapEventArgs : BaseEventArgs
Constructors
| Edit this page View SourceMapEventArgs(ScreenPosition, MPoint, GestureType, Map, GetMapInfoDelegate, GetRemoteMapInfoAsyncDelegate)
Declaration
public MapEventArgs(ScreenPosition screenPosition, MPoint worldPosition, GestureType gestureType, Map map, GetMapInfoDelegate getMapInfo, GetRemoteMapInfoAsyncDelegate getRemoteMapInfoAsync)
Parameters
| Type | Name | Description |
|---|---|---|
| ScreenPosition | screenPosition | |
| MPoint | worldPosition | |
| GestureType | gestureType | |
| Map | map | |
| GetMapInfoDelegate | getMapInfo | |
| GetRemoteMapInfoAsyncDelegate | getRemoteMapInfoAsync |