awaitFetchPlace

@ExperimentalCoroutinesApi
suspend fun PlacesClient.awaitFetchPlace(placeId: String, placeFields: List<Place.Field>): FetchPlaceResponse

Deprecated

Use the version in the Places SDK instead.

Replace with

this.awaitFetchPlace(placeId, placeFields, actions)

Wraps PlacesClient.fetchPlace in a suspending function.

Fetches the details of a place. If an error occurred, an ApiException will be thrown.