ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GeocodeAddress(Generic List,Generic Dictionary) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeocodeFunctionality Class > GeocodeAddress Method : GeocodeAddress(Generic List,Generic Dictionary) 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 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 Point
 
value = instance.GeocodeAddress(address, propMods)
C# 
public 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.

See Also

© 2010 All Rights Reserved.