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




location
Point to find an address for.
bReturnIntersection
True to return the nearest intersection, false to return the nearest address along a street.
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 _
) As List(Of AddressValue)
Visual Basic (Usage)Copy Code
Dim instance As IGeocodeFunctionality
Dim location As Point
Dim bReturnIntersection As Boolean
Dim value As List(Of AddressValue)
 
value = instance.ReverseGeocode(location, bReturnIntersection)
C# 
List<AddressValue> ReverseGeocode( 
   Point location,
   bool bReturnIntersection
)

Parameters

location
Point to find an address for.
bReturnIntersection
True to return the nearest intersection, false to return the nearest address along a street.

Return Value

Field values that specify the address found.

See Also

© 2010 All Rights Reserved.