fetch Resolved Photo Uri Request
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
Content copied to clipboard
fetchResolvedPhotoUriRequest(photoMetadata, actions)Content copied to clipboard
Builds a new FetchResolvedPhotoUriRequest.
Return
the constructed FetchResolvedPhotoUriRequest
Parameters
photo Metadata
the metadata for the requested photo
actions
the actions to apply to the FetchResolvedPhotoUriRequest.Builder