ProcessGeoIntentNavigationUseCase

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

Constructors

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

Functions

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