AI-generated Key Takeaways
-
The
PlacePhotoMetadataResponseclass is deprecated, and a new Google Play Services Places SDK is available. -
This class represents the result of a
getPlacePhotos(String)request. -
The
getPhotoMetadata()method returns the photo metadata retrieved by the request as aPlacePhotoMetadataBuffer.
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(String) request.
Public Method Summary
| PlacePhotoMetadataBuffer |
getPhotoMetadata()
Returns the photo metadata retrieved by the request.
|
Inherited Method Summary
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.