java.lang.Object | |
↳ | com.google.android.gms.location.places.PlacePhotoMetadataResult |
Represents the result of a getPlacePhotos(GoogleApiClient, String)
request.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the photo metadata retrieved by the request.
| |||||||||||
Returns the status of this result.
|
[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. |
Returns the status of this result. Use isSuccess()
to determine whether the call
was successful, and getStatusCode()
to determine what the error cause was.
Certain errors are due to failures that can be resolved by launching a particular intent.
The resolution intent is available via getResolution()
.
Returns | |
---|---|
Status |