IncidentsViewModel

class IncidentsViewModel(settingsRepository: SettingsRepository) : ViewModel

Constructors

Link copied to clipboard
constructor(settingsRepository: SettingsRepository)

Properties

Link copied to clipboard
val mapIncidentsVisibilityType: MutableStateFlow<MapIncidentsVisibilityType>
Link copied to clipboard
val routeLineDataIsEnabled: MutableStateFlow<Boolean>
Link copied to clipboard
val routeLineIncidentsAreEnabled: MutableStateFlow<Boolean>

Functions

Link copied to clipboard