AutocompletePredictionBuffer

  • The AutocompletePredictionBuffer class and the Google Play Services Places SDK are deprecated, with a new SDK available.

  • This class is a DataBuffer representing a list of AutocompletePredictions.

  • The calling application must release this object to prevent memory leaks.

  • The class includes methods to get an AutocompletePrediction at a specific position and retrieve the status.

public class AutocompletePredictionBuffer extends AbstractDataBuffer<AutocompletePrediction>
implements 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.

A DataBuffer that represents a list of AutocompletePredictions.

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

Public Method Summary

AutocompletePrediction
get(int position)
Status

Inherited Method Summary

Public Methods

public AutocompletePrediction get (int position)

public Status getStatus ()