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.
Data structure providing access to a list of PlacePhotoMetadata
objects.
NOTE: The calling application must release()
this object after it is done with it to prevent a memory leak. Refer to the developer's guide for more
information about handling buffers.
Inherited Field Summary
From class
com.google.android.gms.common.data.AbstractDataBuffer
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`PlacePhotoMetadataBuffer` is a deprecated class for accessing a list of `PlacePhotoMetadata` objects from the now-deprecated Google Play Services Places SDK. It extends `AbstractDataBuffer` and provides methods like `get(int position)` to retrieve `PlacePhotoMetadata` objects and `getCount()` to get the number of objects. The class requires manual memory management using `release()` and is part of the deprecated Place SDK, prompting users to migrate to the new SDK.\n"]]