java.lang.Object | ||
↳ | com.google.android.gms.common.api.Response<R extends com.google.android.gms.common.data.AbstractDataBuffer<T> & com.google.android.gms.common.api.Result> | |
↳ | com.google.android.gms.location.places.AutocompletePredictionBufferResponse |
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an element on specified position.
| |||||||||||
Releases resources used by the buffer.
| |||||||||||
In order to use this iterator it should be supported by particular
DataBuffer . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns | |
---|---|
int |
Returns | |
---|---|
Bundle |
Returns | |
---|---|
boolean |
Releases resources used by the buffer. This method is idempotent.
In order to use this iterator it should be supported by particular DataBuffer
. Be
careful: there will be single reference while iterating. If you are not sure - DO NOT USE this
iterator.
Returns | |
---|---|
Iterator<AutocompletePrediction> |