Package com. mapbox. search
Types
CategorySearchOptions
Link copied to clipboard
class CategorySearchOptions @JvmOverloads() constructor(proximity: Point?, boundingBox: BoundingBox?, countries: List<IsoCountryCode>?, fuzzyMatch: Boolean?, languages: List<IsoLanguageCode>?, limit: Int?, requestDebounce: Int?, origin: Point?, navigationProfile: NavigationProfile?, routeOptions: RouteOptions?, unsafeParameters: Map<String, String>?, ignoreIndexableRecords: Boolean, indexableRecordsDistanceThresholdMeters: Double?) : Parcelable
Content copied to clipboard
EtaType
Link copied to clipboard
RequestOptions
Link copied to clipboard
ResponseInfo
Link copied to clipboard
ReverseGeoOptions
Link copied to clipboard
class ReverseGeoOptions @JvmOverloads() constructor(center: Point, countries: List<IsoCountryCode>?, languages: List<IsoLanguageCode>?, limit: Int?, reverseMode: ReverseMode?, types: List<QueryType>?) : Parcelable
Content copied to clipboard
ReverseMode
Link copied to clipboard
RouteOptions
Link copied to clipboard
class RouteOptions(route: List<Point>, deviation: RouteOptions.Deviation) : Parcelable
Content copied to clipboard
SearchCallback
Link copied to clipboard
interface SearchCallback
Content copied to clipboard
SearchEngine
Link copied to clipboard
interface SearchEngine
Content copied to clipboard
Performs
forward geocoding (looking up a place by name to retrieve its geographic coordinates)
category search(search for places by category name)
reverse geocoding(search for places by geographic coordinate)
SearchEngineSettings
Link copied to clipboard
class SearchEngineSettings @JvmOverloads() constructor(accessToken: String, locationEngine: LocationEngine, viewportProvider: ViewportProvider?, geocodingEndpointBaseUrl: String, singleBoxSearchBaseUrl: String?)
Content copied to clipboard
Settings used for SearchEngine configuration.
SearchMultipleSelectionCallback
Link copied to clipboard
interface SearchMultipleSelectionCallback
Content copied to clipboard
SearchNavigationOptions
Link copied to clipboard
class SearchNavigationOptions @JvmOverloads() constructor(navigationProfile: NavigationProfile, etaType: EtaType?) : Parcelable
Content copied to clipboard
SearchOptions
Link copied to clipboard
class SearchOptions @JvmOverloads() constructor(proximity: Point?, boundingBox: BoundingBox?, countries: List<IsoCountryCode>?, fuzzyMatch: Boolean?, languages: List<IsoLanguageCode>?, limit: Int?, types: List<QueryType>?, requestDebounce: Int?, origin: Point?, navigationOptions: SearchNavigationOptions?, routeOptions: RouteOptions?, unsafeParameters: Map<String, String>?, ignoreIndexableRecords: Boolean, indexableRecordsDistanceThresholdMeters: Double?) : Parcelable
Content copied to clipboard
SearchResultMetadata
Link copied to clipboard
SearchSelectionCallback
Link copied to clipboard
SearchSuggestionsCallback
Link copied to clipboard
interface SearchSuggestionsCallback
Content copied to clipboard
Used in the first step of forward geocoding to get a list of SearchSuggestion.
SelectOptions
Link copied to clipboard
ServiceProvider
Link copied to clipboard
interface ServiceProvider
Content copied to clipboard
ViewportProvider
Link copied to clipboard
fun fun interface ViewportProvider
Content copied to clipboard