Class Mercator
Inherited Members
Namespace: Mapsui.Projections
Assembly: Mapsui.dll
Syntax
public class Mercator
Methods
| Edit this page View SourceFromLonLat(double, double)
Declaration
public static MPoint FromLonLat(double lon, double lat)
Parameters
| Type | Name | Description |
|---|---|---|
| double | lon | |
| double | lat |
Returns
| Type | Description |
|---|---|
| MPoint |
ToLonLat(double, double)
Declaration
public static MPoint ToLonLat(double x, double y)
Parameters
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y |
Returns
| Type | Description |
|---|---|
| MPoint |