LocatorProvider Class Members
In This Topic
The following tables list the members exposed by LocatorProvider.
Public Properties
| Name | Description |
| IsValid |
Gets whether the locator provider is valid.
|
| ProviderIndex |
Gets the index of the locator provider in the set of providers associated with the mapView.
|
| ProviderName |
Gets the locator provider name.
|
| ProviderPath |
Gets the locator provider path.
|
| UseProvider |
Gets whether the locator provider is active.
|
Top
Public Methods
| Name | Description |
| ActivateAsync |
Activates the locator provider; that is ensures that UseProvider is true if the locator is valid.
|
| DeactivateAsync |
Deactivates the locator provider; that is ensures that UseProvider is false if the locator is valid.
|
Top
See Also