Class SphericalMercator
Inheritance
SphericalMercator
Assembly: Mapsui.dll
Syntax
public class SphericalMercator
Methods
|
Edit this page
View Source
FromLonLat(MPoint)
Declaration
public static MPoint FromLonLat(MPoint point)
Parameters
Type |
Name |
Description |
MPoint |
point |
|
Returns
|
Edit this page
View Source
FromLonLat(double, double)
Declaration
public static (double x, double y) FromLonLat(double lon, double lat)
Parameters
Returns
|
Edit this page
View Source
ToLonLat(MPoint)
Declaration
public static MPoint ToLonLat(MPoint point)
Parameters
Type |
Name |
Description |
MPoint |
point |
|
Returns
|
Edit this page
View Source
ToLonLat(double, double)
Declaration
public static (double lon, double lat) ToLonLat(double x, double y)
Parameters
Returns