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