Indicates the ability of the location provider to provide location updates.
| C# | Visual Basic |
public enum GeoPositionStatus
Public Enumeration GeoPositionStatus
| Member | Description |
|---|---|
| Ready |
A location provider is ready to supply new data.
|
| Initializing |
The location provider is initializing.
For example, a GPS still obtaining a fix has this status.
|
| NoData |
There are no devices than can currently resolve location.
If the conditions for Disabled do not apply, GeoCoordinateWatcher has this status before it has been started and after it has been stopped.
|
| Disabled |
The location system feature has been disabled.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|