ProcessGeoIntentNavigationUseCase

class ProcessGeoIntentNavigationUseCase(appStore: AppStore, reverseGeocoding: ReverseGeocodingUseCase, processDestinationSearchResult: ProcessDestinationSearchResultUseCase, observeEnhancedLocation: ObserveEnhancedLocationUseCase, searchUseCase: SearchUseCase, searchRepository: SearchRepository)

Constructors

Link copied to clipboard
constructor(appStore: AppStore, reverseGeocoding: ReverseGeocodingUseCase, processDestinationSearchResult: ProcessDestinationSearchResultUseCase, observeEnhancedLocation: ObserveEnhancedLocationUseCase, searchUseCase: SearchUseCase, searchRepository: SearchRepository)

Functions

Link copied to clipboard
suspend operator fun invoke(intent: Intent?)