PlaceAutocomplete

Place-name autocomplete for an in-progress address search. Android/iOS: Compass's mobile autocomplete, which matches partial input against the same OS geocoder ForwardGeocoder uses — there is no separate typeahead network call or API key, so availability mirrors ForwardGeocoder.

Never throws: an unresolved or failed lookup returns an empty list.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun search(query: String): List<GeoPlace>