πAutocomplete Overview
Quick start
suspend fun autocomplete(query: String): List<Place> {
val autocomplete = AutoComplete.mobile()
return autocomplete.search("London").getOrNull()
}Last updated
suspend fun autocomplete(query: String): List<Place> {
val autocomplete = AutoComplete.mobile()
return autocomplete.search("London").getOrNull()
}Last updated