PlacePhotoMetadataResult

  • The PlacePhotoMetadataResult class is deprecated and represents the result of a getPlacePhotos request using the deprecated Google Play Services Places SDK.

  • A new Places SDK is available, and users should refer to the client migration guide for more information.

  • The class includes a CREATOR field for Parcelable implementation.

  • Public methods include getPhotoMetadata() to retrieve photo metadata and getStatus() to get the status of the result.

public class PlacePhotoMetadataResult extends Object
implements Parcelable 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.

Represents the result of a getPlacePhotos(GoogleApiClient, String) request.

Inherited Constant Summary

Field Summary

public static final Creator<PlacePhotoMetadataResult> CREATOR

Public Method Summary

PlacePhotoMetadataBuffer
getPhotoMetadata()
Returns the photo metadata retrieved by the request.
Status

Inherited Method Summary

Fields

public static final Creator<PlacePhotoMetadataResult> CREATOR

Public Methods

public PlacePhotoMetadataBuffer getPhotoMetadata ()

Returns the photo metadata retrieved by the request.

Returns
  • A buffer containing photo metadata, or null if the request was not successful.

public Status getStatus ()