PlaceAutocomplete
fun PlaceAutocomplete(service: AutocompleteService<Place>, options: AutocompleteOptions = AutocompleteOptions(), dispatcher: CoroutineDispatcher = Dispatchers.Default): Autocomplete<Place>
Creates a new Autocomplete instance for Places.
Return
A new Autocomplete instance.
Parameters
service
The autocomplete service to use.
options
The options for the autocomplete.
dispatcher
The coroutine dispatcher to use.