Package-level declarations
Types
Link copied to clipboard
class AddHistoryItemUseCase(searchHistoryRepository: SearchHistoryRepository, searchFavoritesRepository: SearchFavoritesRepository, appStore: AppStore)
Link copied to clipboard
class CleanHistoryForGuestUseCase(guestUserChecker: GuestUserChecker, searchHistoryRepository: SearchHistoryRepository)
Link copied to clipboard
Link copied to clipboard
class HistoryViewState(val historyItems: List<DestinationSearchResult> = emptyList(), val isHistoryLimitedInDriving: Boolean = false, val message: HistoryMessage = HistoryMessage.Owner)
Link copied to clipboard
Link copied to clipboard
class RemoveHistoryItemUseCase(searchHistoryRepository: SearchHistoryRepository, markersRepository: SearchResultsMarkersRepository)