/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.controller.homeviewcontroller/TKUIHomeViewFixedSuggestionsProvider
TKUIHomeViewFixedSuggestionsProvider
\ class TKUIHomeViewFixedSuggestionsProvider : FixedSuggestionsProvider
Constructors
TKUIHomeViewFixedSuggestionsProvider | constructor() |
Types
Name | Summary |
---|---|
Builder | class Builder |
Properties
Name | Summary |
---|---|
hideFavorites | var hideFavorites: Boolean |
showCurrentLocation | var showCurrentLocation: Boolean |
Functions
Name | Summary |
---|---|
citiesToSuggestion | open override fun citiesToSuggestion(context: Context, locations: List<Region.City>, iconProvider: LegacyLocationSearchIconProvider): List<SearchSuggestion> |
fixedSuggestions | open override fun fixedSuggestions(context: Context, iconProvider: LocationSearchIconProvider): List<SearchSuggestion> |
locationsToSuggestion | open override fun locationsToSuggestion(context: Context, locations: List<Location>, iconProvider: LegacyLocationSearchIconProvider): List<SearchSuggestion> |
setup | open override fun setup(favoritesRepository: FavoritesRepository) |
specificSuggestions | open override fun specificSuggestions(context: Context, suggestionTypes: List<DefaultFixedSuggestionType>, iconProvider: LocationSearchIconProvider): List<SearchSuggestion> |