Package-level declarations

Functions

Link copied to clipboard
fun AutocompleteService.Companion.mapboxGeocoder(apiKey: String, parameters: MapboxParameters = MapboxParameters(), json: Json = HttpApiEndpoint.json(), client: HttpClient = HttpApiEndpoint.httpClient(json)): AutocompleteService<Place>
fun AutocompleteService.Companion.mapboxGeocoder(apiKey: String, json: Json = HttpApiEndpoint.json(), client: HttpClient = HttpApiEndpoint.httpClient(json), block: MapboxParametersBuilder.() -> Unit): AutocompleteService<Place>

Creates a new AutocompleteService that uses the Mapbox Geocoding API to provide autocomplete suggestions.

Link copied to clipboard
fun MapboxGeocoderAutocompleteService(apiKey: String, parameters: MapboxParameters = MapboxParameters(), json: Json = HttpApiEndpoint.json(), client: HttpClient = HttpApiEndpoint.httpClient(json)): AutocompleteService<Place>
fun MapboxGeocoderAutocompleteService(apiKey: String, json: Json = HttpApiEndpoint.json(), client: HttpClient = HttpApiEndpoint.httpClient(json), block: MapboxParametersBuilder.() -> Unit): AutocompleteService<Place>

Creates a new AutocompleteService that uses the Mapbox Geocoding API to provide autocomplete suggestions.