ArcGIS Runtime SDK for WPF - Library Reference
FindAddresses Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Locator Class : FindAddresses Method

Addresses
List of attributes that the geocode service will evaluate when goecoding is performed. See geocode server service definition for a list of valid attributes.
OutSpatialReference
The spatial reference the geometry should be returned.
Performs a geocode search for multiple addresses.

Syntax

Visual Basic (Declaration) 
Public Function FindAddresses( _
   ByVal Addresses As IList(Of IDictionary(Of String,String)), _
   ByVal OutSpatialReference As SpatialReference _
) As AddressesToLocationsResult

Parameters

Addresses
List of attributes that the geocode service will evaluate when goecoding is performed. See geocode server service definition for a list of valid attributes.
OutSpatialReference
The spatial reference the geometry should be returned.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.