ArcGIS Runtime SDK for WPF - Library Reference
AddressToLocations Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Locator Class : AddressToLocations 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.
Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address argument. On completion, the AddressToLocationComplete event is fired and the optional callback function is invoked.

Syntax

Visual Basic (Declaration) 
Public Function AddressToLocations( _
   ByVal parameters As AddressToLocationsParameters _
) As List(Of AddressCandidate)
C# 
public List<AddressCandidate> AddressToLocations( 
   AddressToLocationsParameters parameters
)

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.

Return Value

Returns a collection of type "AddressCandidate" based on the matching results found during query.

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.