PlacePhotoMetadataBuffer

  • PlacePhotoMetadataBuffer is a deprecated class that provided access to a list of PlacePhotoMetadata objects.

  • The Google Play Services Places SDK, which this class was part of, is now deprecated and replaced with a new SDK.

  • Developers should migrate to the new SDK and refer to the client migration guide for instructions.

  • Applications using this class were responsible for releasing it to prevent memory leaks.

public class PlacePhotoMetadataBuffer extends AbstractDataBuffer<PlacePhotoMetadata>

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

Public Method Summary

PlacePhotoMetadata
get(int position)

Inherited Method Summary

Public Methods

public PlacePhotoMetadata get (int position)