|
| ESRI.ArcGIS.ADF.Web.DataSources.IMS | |
| ReverseGeocode(Point,Boolean,Dictionary<String,Object>) Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GeocodeFunctionality Class > ReverseGeocode Method : ReverseGeocode(Point,Boolean,Dictionary<String,Object>) Method |
- location
- Point to find an address for.
- bReturnIntersection
- Whether to return the nearest intersection as the geocoded address.
- propMods
- A set of locator properties that contain settings for geocoding.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function ReverseGeocode( _ ByVal location As ESRI.ArcGIS.ADF.Web.Geometry.Point, _ ByVal bReturnIntersection As Boolean, _ ByVal propMods As Dictionary(Of String,Object) _ ) 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 propMods As Dictionary(Of String,Object) Dim value As List(Of AddressValue) value = instance.ReverseGeocode(location, bReturnIntersection, propMods) | |
| C# | |
|---|---|
public List<AddressValue> ReverseGeocode( ESRI.ArcGIS.ADF.Web.Geometry.Point location, bool bReturnIntersection, Dictionary<string,object> propMods ) | |
Parameters
- location
- Point to find an address for.
- bReturnIntersection
- Whether to return the nearest intersection as the geocoded address.
- propMods
- A set of locator properties that contain settings for geocoding.
Return Value
The address that is nearest to the input point.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