For a list of all members of this type, see Locator members.
Name | Description | |
---|---|---|
![]() | AddressesToLocationsAsync | Performs a geocode search for multiple addresses. |
![]() | AddressToLocationsAsync | 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. |
![]() | CancelAsync | Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
![]() | FindAsync | An asynchronous geoprocessing task to obtain geocoding search results for locations based upon a single input field. |
![]() | LocationToAddressAsync | Overloaded. 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. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Called 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) |