GeolocationError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error values for listening for geolocation changes
public enum class GeolocationError
public enum GeolocationError
type GeolocationError =
Public Enum GeolocationError
- Inheritance
-
GeolocationError
Fields
Name | Value | Description |
---|---|---|
PositionUnavailable | 0 | The provider was unable to retrieve any position data. |
Unauthorized | 1 | The app is not, or no longer, authorized to receive location data. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.