Finds the best geocoded match for the input address.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function GeocodeAddress( _
ByVal address As List(Of AddressValue) _
) As ESRI.ArcGIS.ADF.Web.Geometry.Point |
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.
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