The following tables list the members exposed by Locator.
Name | Description | |
---|---|---|
Locator Constructor | Overloaded. |
Name | Description | |
---|---|---|
AddressToLocationsLastResult | The last result of the AddressToLocations operation. | |
AutoNormalize | If true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
ClientCertificate | Gets or sets the client certificate that is sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
CustomParameters | Gets or sets the custom parameters to be appended to the request url. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
FindLastResult | The last result of the Find operation. | |
IsBusy | Gets a value that indicates whether a Web request is in progress. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
LocationToAddressLastResult | The last result of the LocationToAddress operation. | |
ProxyURL | Gets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
Token | Token for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
Url | Gets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
Name | Description | |
---|---|---|
AddressesToLocationsAsync | Performs a geocode search for multiple addresses. | |
AddressesToLocationsTaskAsync | Overloaded. Performs a geocode search for multiple addresses. | |
AddressToLocations | 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. | |
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. | |
AddressToLocationsTaskAsync | Overloaded. Sends a request to the ArcGIS REST geocode resource to find candidates for a single address specified in the address argument. | |
CancelAsync | Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
Find | Sends a request to the ArcGIS REST geocode resource to find location based on single field. | |
FindAddresses | Performs a geocode search for multiple addresses. | |
FindAsync | An asynchronous geoprocessing task to obtain geocoding search results for locations based upon a single input field. | |
FindTaskAsync | Overloaded. An asynchronous geoprocessing task to obtain geocoding search results for locations based upon a single input field. | |
GetServiceInfoTaskAsync | Overloaded. Returns general information about the published locator service. | |
LocationToAddress | 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. | |
LocationToAddressAsync | 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. | |
LocationToAddressTaskAsync | Overloaded. Sends a request to the ArcGIS REST geocode resource to Locates an address based on a given point. |
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) |
Name | Description | |
---|---|---|
AddressesToLocationsCompleted | The completed event for the AddressesToLocationsAsync locator task. | |
AddressToLocationsCompleted | Occurs when the AddressToLocations operation completes. | |
Failed | Occurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
FindCompleted | Occurs when the Find operation completes. | |
LocationToAddressCompleted | Occurs when the LocationToAddress operation completes. | |
PropertyChanged | Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |