LocationServiceStatus
Describes the location service status for a device.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.InputLegacyModule
public enum LocationServiceStatus
Fields
Value | Description |
|---|---|
| Failed | Location service initialization failed. The user denied access to the location service. |
| Initializing | The location service is initializing. |
| Running | The location service is running and the application can query for locations. |
| Stopped | The location service is not running. |