|
| ESRI.ArcGIS.ADF.Web.DataSources | |
| ReverseGeocode(Point,Boolean,Dictionary<String,Object>) Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface > ReverseGeocode Method : ReverseGeocode(Point,Boolean,Dictionary<String,Object>) Method |
- location
- Point to find an address for.
- bReturnIntersection
- True to return the nearest intersection, false to return the nearest address along a street.
- propMods
- A set of property settings to use for geocoding.
| Visual Basic (Declaration) | |
|---|---|
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 IGeocodeFunctionality 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# | |
|---|---|
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
- True to return the nearest intersection, false to return the nearest address along a street.
- propMods
- A set of property settings to use for geocoding.
Return Value
Field values that specify the address found.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