DrivingState

enum DrivingState : Enum<DrivingState>

Describes the driving state of the vehicle.

Entries

Link copied to clipboard

The driver is actively driving the vehicle. The exact definition of driving depends on the platform implementation of this service. It would typically be related to the speed of motion of the vehicle.

Link copied to clipboard

The driver is not actively driving the vehicle. The exact definition of driving depends on the platform implementation of this service. It would typically be related to the speed of the vehicle, and may not only be when the vehicle is at a complete standstill.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int