Finds the closest address to the input point location.
Syntax
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) |
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