SearchRepository
Inheritors
Properties
Functions
Link copied to clipboard
abstract suspend fun categorySearch(searchRequest: String, displayName: String, options: DashCategorySearchOptions): List<DestinationSearchResult>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun reverseGeocoding(options: ReverseGeoOptions, saveResponseInfo: Boolean): List<DestinationSearchResult>
Link copied to clipboard
abstract suspend fun search(searchRequest: String, options: DashSearchOptions): List<DashSearchSuggestion>
Link copied to clipboard