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

See Also

© 2010 All Rights Reserved.