java.lang.Object | ||
↳ | com.google.android.gms.common.api.Response<com.google.android.gms.location.places.PlacePhotoMetadataResult> | |
↳ | com.google.android.gms.location.places.PlacePhotoMetadataResponse |
Represents the result of a getPlacePhotos(String)
request.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the photo metadata retrieved by the request.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the photo metadata retrieved by the request.
Returns | |
---|---|
PlacePhotoMetadataBuffer |
A buffer containing photo metadata, or null if the request was not successful. |