Click or drag to resize
Cimbalino ToolkitLocationServiceStatus Enumeration
Indicates the ability of the ILocationService to provide location data.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public enum LocationServiceStatus
Members
  Member nameValueDescription
Ready0 Location data is available.
Initializing1 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.
NoData2 No location data is available from any location provider.
Disabled3 The location provider is disabled. This status indicates that the user has not granted the application permission to access location.
NotInitialized4 An operation to retrieve location has not yet been initialized.
NotAvailable5 The Windows Sensor and Location Platform is not available on this version of Windows.
value__
CompareToCompares this instance to a specified object and returns an indication of their relative values.
EqualsReturns a value indicating whether this instance is equal to a specified object.
GetHashCodeReturns the hash code for the value of this instance.
HasFlagDetermines whether one or more bit fields are set in the current instance.
ToStringConverts the value of this instance to its equivalent string representation.
ToStringConverts the value of this instance to its equivalent string representation using the specified format.
GetTypeGets the Type of the current instance.
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also