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.
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."],[],["`AutocompletePredictionBuffer` is a deprecated `DataBuffer` representing a list of `AutocompletePredictions` from the deprecated Google Play Services Places SDK. Key actions include retrieving a specific `AutocompletePrediction` using `get(int position)` and checking the operation `Status` with `getStatus()`. Users must call `release()` to prevent memory leaks after using the buffer. The class inherits methods to handle the data buffer like `close()`, `getCount()`, and manage the iteration with `iterator()`. The new SDK is available, and users should refer to the migration guide.\n"]]