Package-level declarations

Types

Link copied to clipboard
class MapGptUserActionUseCase(    processDestinationSearchResultUseCase: ProcessDestinationSearchResultUseCase,     observeEnhancedLocation: ObserveEnhancedLocationUseCase,     userActionsRepository: UserActionsRepository,     musicPlayer: MusicPlayer,     mapGptAnalytics: MapGptAnalytics,     appStore: AppStore)
Link copied to clipboard
class MusicGptActionsProcessor(mapGptOwner: MapGptOwner, musicPlayer: MusicPlayer, mapGptAnalytics: MapGptAnalytics)
Link copied to clipboard
class StartNavigationFromActionUseCase(    mapGptOwner: MapGptOwner,     mapGptAnalytics: MapGptAnalytics,     nearbyEVStationCache: NearbyEVStationCache,     processDestination: ProcessDestinationSearchResultUseCase,     observeEnhancedLocation: ObserveEnhancedLocationUseCase,     appStore: AppStore)
Link copied to clipboard
class StopNavigationFromActionUseCase(    appStore: AppStore,     mapGptOwner: MapGptOwner,     mapGptAnalytics: MapGptAnalytics,     stopNavigation: StopNavigationUseCase)