Enum CoordinateSpace
Specifies the coordinate space of an MRect passed to RefreshGraphics(MRect, CoordinateSpace).
Namespace: Mapsui
Assembly: Mapsui.dll
Syntax
public enum CoordinateSpace
Fields
| Name | Description |
|---|---|
| Screen | Screen coordinates in device-independent pixels. Use for widget-area updates that are fixed to the screen, such as refreshing the area occupied by a custom widget. |
| World | World/map coordinates (e.g. EPSG:3857 metres). Use for data-driven updates such as moving a GPS marker. |