LocationServiceStatus Enumeration |
Namespace: Cimbalino.Toolkit.Services
public enum LocationServiceStatus
Member name | Value | Description | |
---|---|---|---|
Ready | 0 | Location data is available. | |
Initializing | 1 | The location provider is initializing. This is the status if a GPS is the source of location data and the GPS receiver does not yet have the required number of satellites in view to obtain an accurate position. | |
NoData | 2 | No location data is available from any location provider. | |
Disabled | 3 | The location provider is disabled. This status indicates that the user has not granted the application permission to access location. | |
NotInitialized | 4 | An operation to retrieve location has not yet been initialized. | |
NotAvailable | 5 | The Windows Sensor and Location Platform is not available on this version of Windows. | |
value__ | |||
CompareTo | Compares this instance to a specified object and returns an indication of their relative values. | ||
Equals | Returns a value indicating whether this instance is equal to a specified object. | ||
GetHashCode | Returns the hash code for the value of this instance. | ||
HasFlag | Determines whether one or more bit fields are set in the current instance. | ||
ToString | Converts the value of this instance to its equivalent string representation. | ||
ToString | Converts the value of this instance to its equivalent string representation using the specified format. | ||
GetType | Gets the Type of the current instance. |