Package-level declarations

Types

Link copied to clipboard

Represents a layout for previewing destination information with customizable blocks.

Link copied to clipboard

Represents detailed information about a destination, including various attributes like arrival information, charge time, weather conditions, ratings, and more.

Link copied to clipboard
class DestinationViewModel(    appStore: AppStore,     backToSearchResults: BackToSearchResultsUseCase,     observeDestinationState: ObserveDestinationStateUseCase,     observePreviewVisibility: ObserveDestinationPreviewVisibilityUseCase,     observeParkingBreakEnabled: ObserveParkingBreakEnabledUseCase,     observeSkipDestinationPreview: ObserveSkipRoutePreviewUseCase,     analytics: DestinationPreviewAnalytics,     closeFeedbackUseCase: CloseFeedbackUseCase,     previewRoute: PreviewRouteToPreviewResultUseCase,     addWaypoint: AddPreviewResultAsWaypointUseCase,     cancelRoutePreview: CancelRoutePreviewUseCase,     navigate: NavigateUseCase,     favoriteAnalytics: FavoriteAnalytics,     cancelRequest: CancelRouteRequestUseCase,     searchAnalytics: SearchAnalytics,     val mapMoving: ObserveMapMovingUseCase,     openFeedback: OpenFeedbackUseCase,     placeWeatherFormatter: PlaceWeatherFormatter,     placeWeatherIconProvider: PlaceWeatherIconProvider,     observeEvDataProvider: ObserveEvDataProvider,     dashEvLocationProvider: DashEvLocationProvider,     chargeRouteHelper: ChargeRouteHelper) : ViewModel
Link copied to clipboard
class FiltersViewModel(    appStore: AppStore,     observeSearchFiltersVisibility: ObserveSearchFiltersVisibilityUseCase,     val mapMoving: ObserveMapMovingUseCase,     closeBackButtonHandler: CloseBackButtonHandler,     settingsRepository: SettingsRepository,     repeatLastSearchInAreaUseCase: RepeatLastSearchInAreaUseCase,     searchAreaRepository: SearchAreaRepository) : ViewModel
Link copied to clipboard
sealed class FocusedElement
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class WaypointsPreviewViewModel(    backToSearchResults: BackToSearchResultsUseCase,     swapWaypoints: SwapWaypointsUseCase,     observeWaypointsPreviewState: ObserveWaypointsPreviewStateUseCase,     navigate: NavigateUseCase,     val mapMoving: ObserveMapMovingUseCase) : ViewModel