ArcGIS API for Silverlight - Library Reference
Locator Class Methods
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : Locator Class


For a list of all members of this type, see Locator members.

Public Methods

 NameDescription
public MethodAddressesToLocationsAsync Performs a geocode search for multiple addresses.  
public MethodAddressToLocationsAsync 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.  
public MethodCancelAsync Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
public MethodFindAsync An asynchronous geoprocessing task to obtain geocoding search results for locations based upon a single input field.  
public MethodLocationToAddressAsyncOverloaded.  Sends a request to the ArcGIS REST geocode resource to Locates an address based on a given point. On completion, the AddressToLocationComplete event is fired and the optional callback function is invoked.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChangedCalled when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase)
Top

See Also

© ESRI, Inc. All Rights Reserved.