ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
ReverseGeocode(Point,Boolean,Generic Dictionary) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace > GeocodeFunctionality Class > ReverseGeocode Method : ReverseGeocode(Point,Boolean,Generic Dictionary) Method




location
Point to find an address for.
bReturnIntersection
Whether to return the nearest intersection as the geocoded address.
propMods
A set of locator properties that contain settings for geocoding.
Finds the closest address to the input point location.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ReverseGeocode( _
   ByVal location As Point, _
   ByVal bReturnIntersection As Boolean, _
   ByVal propMods As Dictionary(Of String, Object) _
) As List(Of AddressValue)
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
Dim location As Point
Dim bReturnIntersection As Boolean
Dim propMods As Dictionary(Of String, Object)
Dim value As List(Of AddressValue)
 
value = instance.ReverseGeocode(location, bReturnIntersection, propMods)
C# 
public List<AddressValue> ReverseGeocode( 
   Point location,
   bool bReturnIntersection,
   Dictionary<string, object> propMods
)

Parameters

location
Point to find an address for.
bReturnIntersection
Whether to return the nearest intersection as the geocoded address.
propMods
A set of locator properties that contain settings for geocoding.

Return Value

The address that is nearest to the input point.

See Also

© 2010 All Rights Reserved.