PlacePhotoResponse

public class PlacePhotoResponse extends Response<PlacePhotoResult>

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 getPhoto(PlacePhotoMetadata) request.

Public Method Summary

Bitmap
getBitmap()
Returns the requested image data.

Inherited Method Summary

Public Methods

public Bitmap getBitmap ()

Returns the requested image data.

Returns
  • The image data or null if the request was not successful.