Package-level declarations

Functions

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

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

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

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