ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
GeocodeAddress(Generic List) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace > GeocodeFunctionality Class > GeocodeAddress Method : GeocodeAddress(Generic List) Method




address
Address to geocode, in the form of a list of AddressValue objects.
Finds the best geocoded match for the input address.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GeocodeAddress( _
   ByVal address As List(Of AddressValue) _
) As Point
Visual Basic (Usage)Copy Code
Dim instance As GeocodeFunctionality
Dim address As List(Of AddressValue)
Dim value As Point
 
value = instance.GeocodeAddress(address)
C# 
public Point GeocodeAddress( 
   List<AddressValue> address
)

Parameters

address
Address to geocode, in the form of a list of AddressValue objects.

Return Value

A Point for the best match, or null if no match found.

See Also

© 2010 All Rights Reserved.