RecordingState
public enum RecordingState: String, Codable
The recording state of the LocomotionManager.
-
This state indicates that the LocomotionManager is turned on and recording location data. It may also be recording motion data, depending on the LocomotionManager’s settings.
Declaration
Swift
case recording
-
This state indicates that the LocomotionManager is in low power sleep mode.
Declaration
Swift
case sleeping
-
This state indicates that the LocomotionManager is performing a periodic wakeup from sleep mode, to determine whether it should resume recording or should continue sleeping.
Declaration
Swift
case wakeup
-
This state indicates that the LocomotionManager is turned off and is not recording location or motion data.
Declaration
Swift
case off