awaitFetchResolvedPhotoUri

@ExperimentalCoroutinesApi
suspend fun PlacesClient.awaitFetchResolvedPhotoUri(photoMetadata: PhotoMetadata, actions: FetchResolvedPhotoUriRequest.Builder.() -> Unit = {}): FetchResolvedPhotoUriResponse

Deprecated

Use the version in the Places SDK instead.

Replace with

this.awaitFetchResolvedPhotoUri(photoMetadata, actions)

Wraps PlacesClient.fetchResolvedPhotoUri in a suspending function.

Fetches a resolved photo URI. If an error occurred, an ApiException will be thrown.