ArcGIS API for WPF - Library Reference
ReverseGeocode(MapPoint,EventHandler<ReverseGeocodeCompletedEventArgs>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Geocoder Class > ReverseGeocode Method : ReverseGeocode(MapPoint,EventHandler<ReverseGeocodeCompletedEventArgs>) Method

point
The map point to reverse geocode.
onComplete
Method to call on complete.
Reverse geocodes a map point using a asynchronous call to Bings geocoding service.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ReverseGeocode( _
   ByVal point As MapPoint, _
   ByVal onComplete As EventHandler(Of ReverseGeocodeCompletedEventArgs) _
) 
C# 
public void ReverseGeocode( 
   MapPoint point,
   EventHandler<ReverseGeocodeCompletedEventArgs> onComplete
)

Parameters

point
The map point to reverse geocode.
onComplete
Method to call on complete.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.