ESRI.ArcGIS.ADF.Web.DataSources
ReverseGeocode(Point,Boolean) Method
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.Geometry.Point, _
   ByVal bReturnIntersection As Boolean _
) As List(Of AddressValue)
Visual Basic (Usage)Copy Code
Dim instance As IGeocodeFunctionality
Dim location As ESRI.ArcGIS.ADF.Web.Geometry.Point
Dim bReturnIntersection As Boolean
Dim value As List(Of AddressValue)
 
value = instance.ReverseGeocode(location, bReturnIntersection)
C# 
List<AddressValue> ReverseGeocode( 
   ESRI.ArcGIS.ADF.Web.Geometry.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.