MapLayerTogglesViewModel

class MapLayerTogglesViewModel(evLayerController: EvLayerController, settingsRepository: SettingsRepository, isElectricVehicle: IsElectricVehicle, isEvCategorySearch: IsEvCategorySearch, appStore: AppStore) : ViewModel

Constructors

Link copied to clipboard
constructor(evLayerController: EvLayerController, settingsRepository: SettingsRepository, isElectricVehicle: IsElectricVehicle, isEvCategorySearch: IsEvCategorySearch, appStore: AppStore)

Properties

Link copied to clipboard
val chargersLayerVisible: MutableStateFlow<Boolean>
Link copied to clipboard
val satelliteLayerVisible: MutableStateFlow<Boolean>
Link copied to clipboard
val viewVisible: StateFlow<Boolean>

Functions

Link copied to clipboard