ArcGIS API for WPF - Library Reference
WebMercatorToGeographic Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Transform Class : WebMercatorToGeographic Method

mercatorPoint
The mercator point.
Helper method for quickly unprojecting coordinates from webmercator (WKID=102100) to geographic WGS84 coordinates (WKID=4326).

Syntax

Visual Basic (Declaration) 
Public Shared Function WebMercatorToGeographic( _
   ByVal mercatorPoint As MapPoint _
) As MapPoint
C# 
public static MapPoint WebMercatorToGeographic( 
   MapPoint mercatorPoint
)

Parameters

mercatorPoint
The mercator point.

Return Value

WGS84 geographic point

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.