awaitFindAutocompletePredictions

@ExperimentalCoroutinesApi
suspend fun PlacesClient.awaitFindAutocompletePredictions(actions: FindAutocompletePredictionsRequest.Builder.() -> Unit): FindAutocompletePredictionsResponse

Deprecated

Use the version in the Places SDK instead.

Replace with

this.awaitFindAutocompletePredictions(actions)

Wraps PlacesClient.findAutocompletePredictions in a suspending function.

Fetches autocomplete predictions. If an error occurred, an ApiException will be thrown.