Package-level declarations

Types

Link copied to clipboard
class ProcessSuggestionsQueryUseCase(getSearchAnchorPoint: GetSearchAnchorPointUseCase, searchStore: SearchStore, getConnectivityStatus: ObserveConnectivityStatusUseCase, search: SearchUseCase, informAboutSearchError: InformAboutSearchErrorUseCase, searchDelayMillis: Long = 300)
Link copied to clipboard
Link copied to clipboard
class SearchAlongTheRouteOptions(val routePoints: List<Point>, val deviationTimeMinutes: Long = 3)

Options to perform a SAR (search along the route) in the part of the route defined by the given points.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SearchFavoritesState(val homeSet: Boolean = false, val workSet: Boolean = false, val hasRegular: Boolean = false)
Link copied to clipboard
data class SearchState(val searchSuggestionState: SuggestionsResult = SuggestionsResult.Idle, val currentScreen: CurrentSearchScreen = CurrentSearchScreen.NONE, val favoriteSuggestionsState: SuggestionsResult = SuggestionsResult.Idle, val typeOfPlaceToAdd: FavoriteType? = null, val previousState: SearchState? = null, val searchQuery: String, val searchAnchor: Point?, val searchBoundingBox: BoundingBox?, val selectedFavorite: DestinationSearchResult? = null)
Link copied to clipboard