PlacePhotoResponse

  • The PlacePhotoResponse class is deprecated.

  • The Google Play Services Places SDK is deprecated and a new SDK is available.

  • This class represents the result of a getPhoto(PlacePhotoMetadata) request.

  • The getBitmap() method returns the requested image data as a Bitmap.

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.