PlacePhotoMetadataResult

Stay organized with collections Save and categorize content based on your preferences.
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 ()