Enum LocationServiceStatus
Status of the location service backing a LocationSensor.
Namespace: UnityEngine.InputSystem
Assembly: Unity.InputSystem.dll
Syntax
public enum LocationServiceStatus
Fields
| Name | Description |
|---|---|
| Failed | The location service failed to start, for example because the user denied permission. |
| Initializing | The location service is initializing and does not yet have a valid reading. |
| Running | The location service is running and the sensor readings are valid. |
| Stopped | The location service is not running. |