AndroidPlaceAutocomplete

Android PlaceAutocomplete via Compass's mobile autocomplete — under the hood it matches partial input against the same android.location.Geocoder AndroidForwardGeocoder uses, not a separate typeahead service, so it needs no API key. Same context-free construction as AndroidForwardGeocoder.

Every failure path resolves to an empty list; a matched Place with no usable label is skipped rather than surfaced blank.

Constructors

Link copied to clipboard
constructor()

Functions

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