Coordinates reference system type.
Namespace: ZylSoft.Gps.MapAssembly: ZylMap (in ZylMap.dll) Version: 1.8.0.0 (1.0.0.0)
SyntaxPublic Enumeration Wgs84MapType
public enum class Wgs84MapType
Members| Member name | Value | Description |
|---|
| Epsg4326 | 0 |
EPSG:4326 - 2D coordinate reference system
|
| Epsg3857 | 1 |
EPSG:3857 - Web Mercator projection
|
See Also