PlacePhotoMetadataResponse | Doclava
public class

PlacePhotoMetadataResponse

extends Response<PlacePhotoMetadataResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.location.places.PlacePhotoMetadataResult>
     ↳ com.google.android.gms.location.places.PlacePhotoMetadataResponse

Class Overview

Represents the result of a getPlacePhotos(String) request.

Summary

Public Methods
PlacePhotoMetadataBuffer getPhotoMetadata()
Returns the photo metadata retrieved by the request.
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Methods

public PlacePhotoMetadataBuffer getPhotoMetadata ()

Returns the photo metadata retrieved by the request.

Returns
PlacePhotoMetadataBuffer A buffer containing photo metadata, or null if the request was not successful.