Builder
class Builder
Content copied to clipboard
Builder for comfortable creation of CategorySearchOptions instance.
Constructors
Functions
boundingBox
Link copied to clipboard
build
Link copied to clipboard
countries
Link copied to clipboard
fun countries(vararg countries: IsoCountryCode): CategorySearchOptions.Builder
Content copied to clipboard
fun countries(countries: List<IsoCountryCode>): CategorySearchOptions.Builder
Content copied to clipboard
fuzzyMatch
Link copied to clipboard
ignoreIndexableRecords
Link copied to clipboard
fun ignoreIndexableRecords(ignoreIndexableRecords: Boolean): CategorySearchOptions.Builder
Content copied to clipboard
Specify whether to ignore com.mapbox.search.record.IndexableRecord results or not, default is false.
indexableRecordsDistanceThresholdMeters
Link copied to clipboard
fun indexableRecordsDistanceThresholdMeters(threshold: Double?): CategorySearchOptions.Builder
Content copied to clipboard
languages
Link copied to clipboard
fun languages(vararg languages: IsoLanguageCode): CategorySearchOptions.Builder
Content copied to clipboard
fun languages(languages: List<IsoLanguageCode>): CategorySearchOptions.Builder
Content copied to clipboard
limit
Link copied to clipboard
navigationProfile
Link copied to clipboard
fun navigationProfile(navigationProfile: NavigationProfile): CategorySearchOptions.Builder
Content copied to clipboard
origin
Link copied to clipboard
proximity
Link copied to clipboard
requestDebounce
Link copied to clipboard
routeOptions
Link copied to clipboard
fun routeOptions(routeOptions: RouteOptions): CategorySearchOptions.Builder
Content copied to clipboard
unsafeParameters
Link copied to clipboard
fun unsafeParameters(unsafeParameters: Map<String, String>): CategorySearchOptions.Builder
Content copied to clipboard