Crs.Projection Property
Gets the map projection, which defines how longitude/latitude are converted to Easting/Northing on a plane.
Syntax
public Projection Projection { get; }
Property Value
Default: null
A map projection, which defines how geographic coordinates (longitude/latitude) are converted to projected coordinates (Easting/Northing) on a plane.
Remarks
The projection also defines the length unit for projected coordinates.
Platforms
Windows, Linux, Android