MapScreenUiViewModel

class MapScreenUiViewModel(appStore: AppStore, mapStylesProvider: MapStylesProvider, observeStreetName: ObserveStreetNameUseCase, observeStreetNameVisibility: ObserveStreetNameVisibilityUseCase, observeCategoryAreaSearchVisibility: ObserveCategoryAreaSearchVisibilityUseCase, isFastChargeTipVisible: IsFastChargeTipVisible, observeLocationSimulationEnabled: ObserveLocationSimulationEnabledUseCase, showLocationSimulated: Boolean, observeDrivingSideUseCase: ObserveDrivingSideUseCase, analyticsSender: AnalyticsSender, openSettings: OpenSettingsUseCase, observeIsDestinationArrival: ObserveDestinationArrivalUseCase, routeAnalyticsEventsSender: RouteAnalyticsEventsSender, mapGptManager: InternalMapGptManager, configRepository: ConfigRepository) : ViewModel

Constructors

Link copied to clipboard
constructor(appStore: AppStore, mapStylesProvider: MapStylesProvider, observeStreetName: ObserveStreetNameUseCase, observeStreetNameVisibility: ObserveStreetNameVisibilityUseCase, observeCategoryAreaSearchVisibility: ObserveCategoryAreaSearchVisibilityUseCase, isFastChargeTipVisible: IsFastChargeTipVisible, observeLocationSimulationEnabled: ObserveLocationSimulationEnabledUseCase, showLocationSimulated: Boolean, observeDrivingSideUseCase: ObserveDrivingSideUseCase, analyticsSender: AnalyticsSender, openSettings: OpenSettingsUseCase, observeIsDestinationArrival: ObserveDestinationArrivalUseCase, routeAnalyticsEventsSender: RouteAnalyticsEventsSender, mapGptManager: InternalMapGptManager, configRepository: ConfigRepository)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showMapView: Flow<Event>
Link copied to clipboard
val streetName: Flow<StreetName>
Link copied to clipboard
val streetNameShields: Flow<List<Expected<RouteShieldError, RouteShieldResult>>>

Functions

Link copied to clipboard
Link copied to clipboard