The following tables list the members exposed by LocatorManager.
Public Methods
| Name | Description |
| AddLocatorAsync |
Add a locator to the set of available locators.
|
| GeocodeAsync |
Perform a geocode operation. Geocode results are returned according to the active locator providers.
|
| GetLocatorInformation |
Gets a snapshot of the current locator provider information.
|
| MoveLocatorAsync |
Reorders the position of a locator. Moves it up or down the provider list.
|
| RemoveLocatorAsync |
Removes the specified locator.
|
Top
Public Events
| Name | Description |
| LocatorChanged |
The LocatorChanged event is raised when the locator providers are altered. A change consists of one of the following :
locators are addded, locators are removed, locator order changes or their UseSuggestions, Enable flags are altered.
|
Top
See Also