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

point
The map point to reverse geocode.
Reverse geocodes a map point using a synchronous call to Bings geocoding service.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ReverseGeocode( _
   ByVal point As MapPoint _
) As GeocodeResponse
C# 
public GeocodeResponse ReverseGeocode( 
   MapPoint point
)

Parameters

point
The map point to reverse geocode.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.