ESRI.ArcGIS.Mobile.Client
ReverseGeocode Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.Routing Namespace > RoutingService Class : ReverseGeocode Method

coordinateWgs84
succeeded
Reverse Geocoding for a specified WGS84 coordinate

Syntax

Visual Basic (Declaration) 
Public Function ReverseGeocode( _
   ByVal coordinateWgs84 As Coordinate, _
   ByRef succeeded As Boolean _
) As String
C# 
public string ReverseGeocode( 
   Coordinate coordinateWgs84,
   ref bool succeeded
)

Parameters

coordinateWgs84
succeeded

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also