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

coordinateWgs84
coordinate in WGS84
succeeded
indicates if the operation worked
Reverse Geocode for an coordinate

Syntax

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

Parameters

coordinateWgs84
coordinate in WGS84
succeeded
indicates if the operation worked

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