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 PlacePhotoMetadata
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
protected final DataHolder | mDataHolder |
Public Method Summary
PlacePhotoMetadata |
get(int position)
|
Inherited Method Summary
From class
com.google.android.gms.common.data.AbstractDataBuffer
final void |
close()
|
abstract PlacePhotoMetadata |
get(int arg0)
|
int |
getCount()
|
Bundle |
getMetadata()
|
boolean |
isClosed()
|
Iterator<PlacePhotoMetadata> |
iterator()
|
void |
release()
|
Iterator<PlacePhotoMetadata> |
singleRefIterator()
|
From class java.lang.Object
From interface
com.google.android.gms.common.data.DataBuffer
abstract void |
close()
|
abstract PlacePhotoMetadata |
get(int arg0)
|
abstract int |
getCount()
|
abstract Bundle |
getMetadata()
|
abstract boolean |
isClosed()
|
abstract Iterator<PlacePhotoMetadata> |
iterator()
|
abstract void |
release()
|
abstract Iterator<PlacePhotoMetadata> |
singleRefIterator()
|
From interface java.lang.Iterable
void |
forEach(Consumer<? super T>
arg0)
|
abstract Iterator<PlacePhotoMetadata> |
iterator()
|
Spliterator<PlacePhotoMetadata> |
spliterator()
|
From interface
com.google.android.gms.common.api.Releasable
abstract void |
release()
|