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




location
Point to find an address for.
bReturnIntersection
True to return the nearest intersection, false to return the nearest address along a street.
propMods
A set of property settings to use for geocoding.
Finds an address or intersection that is closest to the input location.

Syntax

Visual Basic (Declaration) 
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 IGeocodeFunctionality
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# 
List<AddressValue> ReverseGeocode( 
   Point location,
   bool bReturnIntersection,
   Dictionary<string, object> propMods
)

Parameters

location
Point to find an address for.
bReturnIntersection
True to return the nearest intersection, false to return the nearest address along a street.
propMods
A set of property settings to use for geocoding.

Return Value

Field values that specify the address found.

See Also

© 2010 All Rights Reserved.