ArcGIS Runtime SDK for WPF - Library Reference
AddressToLocationsTaskAsync(AddressToLocationsParameters,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Locator Class > AddressToLocationsTaskAsync Method : AddressToLocationsTaskAsync(AddressToLocationsParameters,CancellationToken) Method

parameters
The various address fields accepted by the corresponding geocode service along with an optional list of fields to be included in the returned results.
cancellationToken
The cancellation token.
Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address argument.

Syntax

Visual Basic (Declaration) 
Public Overloads Function AddressToLocationsTaskAsync( _
   ByVal parameters As AddressToLocationsParameters, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of AddressToLocationsResult)

Parameters

parameters
The various address fields accepted by the corresponding geocode service along with an optional list of fields to be included in the returned results.
cancellationToken
The cancellation token.

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.