TrafficViewModel

class TrafficViewModel(settingsRepository: SettingsRepository) : ViewModel

Constructors

Link copied to clipboard
constructor(settingsRepository: SettingsRepository)

Properties

Link copied to clipboard
val mapTrafficLightsVisibilityType: MutableStateFlow<MapTrafficLightsVisibilityType>
Link copied to clipboard
val mapTrafficVisibilityType: MutableStateFlow<MapTrafficVisibilityType>
Link copied to clipboard
val routeLineTrafficEnabled: MutableStateFlow<Boolean>
Link copied to clipboard
val trafficAggressivenessType: MutableStateFlow<TrafficAggressivenessType>
Link copied to clipboard
val trafficOverrideSettings: MutableStateFlow<TrafficOverrideSettings>

Functions

Link copied to clipboard