fetchResolvedPhotoUriRequest

fun fetchResolvedPhotoUriRequest(photoMetadata: PhotoMetadata, actions: FetchResolvedPhotoUriRequest.Builder.() -> Unit? = null): FetchResolvedPhotoUriRequest

Deprecated

Use the version in the Places SDK instead.

Replace with

import com.google.android.libraries.places.api.net.kotlin.fetchResolvedPhotoUriRequest
fetchResolvedPhotoUriRequest(photoMetadata, actions)

Builds a new FetchResolvedPhotoUriRequest.

Return

the constructed FetchResolvedPhotoUriRequest

Parameters

photoMetadata

the metadata for the requested photo

actions

the actions to apply to the FetchResolvedPhotoUriRequest.Builder