Visual Basic (Declaration) | |
---|---|
Public Shared Function GeographicToWebMercator( _ ByVal geographicPoint As MapPoint _ ) As MapPoint |
C# | |
---|---|
public static MapPoint GeographicToWebMercator( MapPoint geographicPoint ) |
Latitude values must fall within -90 and 90. X values outside +/-180 will assumed going round earth. ex. 181W is equivalent to 179E.
Parameters
- geographicPoint
- The geographic point.
Return Value
Web Mercator pointTarget Platforms:Windows Phone 7