AI-generated Key Takeaways
-
The
PlacePhotoMetadataResult
class is deprecated and represents the result of agetPlacePhotos
request using the deprecated Google Play Services Places SDK. -
A new Places SDK is available, and users should refer to the client migration guide for more information.
-
The class includes a
CREATOR
field for Parcelable implementation. -
Public methods include
getPhotoMetadata()
to retrieve photo metadata andgetStatus()
to get the status of the result.
This class is deprecated.
The Google Play Services Places SDK is deprecated. A new SDK is available.
See the client
migration guide for more information.
Represents the result of a
getPlacePhotos(GoogleApiClient, String)
request.
Inherited Constant Summary
Field Summary
public static final Creator<PlacePhotoMetadataResult> | CREATOR |
Public Method Summary
PlacePhotoMetadataBuffer |
getPhotoMetadata()
Returns the photo metadata retrieved by the request.
|
Status |
Inherited Method Summary
Fields
public static final Creator<PlacePhotoMetadataResult> CREATOR
Public Methods
public PlacePhotoMetadataBuffer getPhotoMetadata ()
Returns the photo metadata retrieved by the request.
Returns
- A buffer containing photo metadata, or null if the request was not successful.