LRTrip Detection Current Config

data class LRTripDetectionCurrentConfig(val isEnabled: Boolean, val isMuted: Boolean, val vehicleType: LRVehicleType? = null)

Current trip detection configuration snapshot.

Constructors

Link copied to clipboard
constructor(isEnabled: Boolean, isMuted: Boolean, vehicleType: LRVehicleType? = null)

Properties

Link copied to clipboard

True when trip detection is enabled.

Link copied to clipboard

True when analysis is muted during a manual trip.

Link copied to clipboard
val vehicleType: LRVehicleType? = null

Vehicle type used by detection when enabled; null otherwise.