MapGptUserActionUseCase

class MapGptUserActionUseCase(    processDestinationSearchResultUseCase: ProcessDestinationSearchResultUseCase,     observeEnhancedLocation: ObserveEnhancedLocationUseCase,     userActionsRepository: UserActionsRepository,     musicPlayer: MusicPlayer,     mapGptAnalytics: MapGptAnalytics,     appStore: AppStore)

Constructors

Link copied to clipboard
constructor(    processDestinationSearchResultUseCase: ProcessDestinationSearchResultUseCase,     observeEnhancedLocation: ObserveEnhancedLocationUseCase,     userActionsRepository: UserActionsRepository,     musicPlayer: MusicPlayer,     mapGptAnalytics: MapGptAnalytics,     appStore: AppStore)

Functions

Link copied to clipboard
suspend operator fun invoke()