ESRI.ArcGIS.ADF.Web.DataSources.IMS
GeocodeAddress(List<AddressValue>,Dictionary<String,Object>) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace > GeocodeFunctionality Class > GeocodeAddress Method : GeocodeAddress(List<AddressValue>,Dictionary<String,Object>) Method




address
Address to geocode, in the form of a list of AddressValue objects.
propMods
A set of locator properties that contain settings for geocoding.
Finds the best geocoded match for the input address.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GeocodeAddress( _
   ByVal address As List(Of AddressValue), _
   ByVal propMods As Dictionary(Of String,Object) _
) As ESRI.ArcGIS.ADF.Web.Geometry.Point
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
Dim address As List(Of AddressValue)
Dim propMods As Dictionary(Of String,Object)
Dim value As ESRI.ArcGIS.ADF.Web.Geometry.Point
 
value = instance.GeocodeAddress(address, propMods)
C# 
public ESRI.ArcGIS.ADF.Web.Geometry.Point GeocodeAddress( 
   List<AddressValue> address,
   Dictionary<string,object> propMods
)

Parameters

address
Address to geocode, in the form of a list of AddressValue objects.
propMods
A set of locator properties that contain settings for geocoding.

Return Value

A Point for the best match, or null if no match 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

© 2011 All Rights Reserved.