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.PlaceBufferResponse |
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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an element on specified position.
| |||||||||||
Returns the attributions to be shown to the user.
| |||||||||||
Releases resources used by the buffer.
| |||||||||||
In order to use this iterator it should be supported by particular
DataBuffer . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the attributions to be shown to the user.
These are aggregated attributions for all the places in the buffer.
We recommend placing this information below any place information. See Displaying Attributions for more details.
Returns | |
---|---|
CharSequence |
The attributions in HTML format, or null if there are none. |
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<Place> |