ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ReverseGeocode(Point,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeocodeFunctionality Class > ReverseGeocode Method : ReverseGeocode(Point,Boolean) Method




location
Point to find an address for.
bReturnIntersection
Whether to return the nearest intersection as the geocoded address.
Finds the closest address to the input point location.

Syntax

Visual Basic (Declaration) 
Public 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 GeocodeFunctionality
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# 
public List<AddressValue> ReverseGeocode( 
   ESRI.ArcGIS.ADF.Web.Geometry.Point location,
   bool bReturnIntersection
)

Parameters

location
Point to find an address for.
bReturnIntersection
Whether to return the nearest intersection as the geocoded address.

Return Value

The address that is nearest to the input point.

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.