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 Place
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."],[],["`PlaceBuffer`, a deprecated class for accessing a list of `Place` objects, requires the calling application to use the `release()` method to avoid memory leaks. Key actions include: retrieving a `Place` object via `get(int position)`, obtaining attributions with `getAttributions()`, and getting the status using `getStatus()`. It provides methods to manage the buffer, such as `close()`, `getCount()`, and `iterator()`, but these are inherited. It also has a reference to a `DataHolder` named `mDataHolder`.\n"]]