ArcGIS API for Silverlight - Library Reference
AddressesToLocationsAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > Locator Class : AddressesToLocationsAsync 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.
UserToken
The user token.
Performs a geocode search for multiple addresses.

Syntax

Visual Basic (Declaration) 
Public Sub AddressesToLocationsAsync( _
   ByVal Addresses As IList(Of IDictionary(Of String,String)), _
   ByVal OutSpatialReference As SpatialReference, _
   Optional ByVal UserToken As Object _
) 
C# 
public void AddressesToLocationsAsync( 
   IList<IDictionary<string,string>> Addresses,
   SpatialReference OutSpatialReference,
   object UserToken
)

Remarks

This batch geocode task is supported in ArcGIS Server v10.1+

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.
UserToken
The user token.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.