Finds an address or intersection that is closest to the input location.
Syntax
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) |
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