ESRI.ArcGIS.ADF.Web.DataSources
GeocodeAddress(Generic List,Generic Dictionary) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IGeocodeFunctionality Interface > GeocodeAddress Method : GeocodeAddress(Generic List,Generic Dictionary) Method




address
A list of address field values.
propMods
A set of property settings to use for geocoding.
Geocodes an address based on the property settings and returns a point location.

Syntax

Visual Basic (Declaration) 
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 IGeocodeFunctionality
Dim address As List(Of AddressValue)
Dim propMods As Dictionary(Of String, Object)
Dim value As Point
 
value = instance.GeocodeAddress(address, propMods)
C# 
Point GeocodeAddress( 
   List<AddressValue> address,
   Dictionary<string, object> propMods
)

Parameters

address
A list of address field values.
propMods
A set of property settings to use for geocoding.

Return Value

Point for the best match for the address.

See Also

© 2010 All Rights Reserved.