public class

PlacePhotoResponse

extends Response<PlacePhotoResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.location.places.PlacePhotoResult>
     ↳ com.google.android.gms.location.places.PlacePhotoResponse

Class Overview

Represents the result of a getPhoto(PlacePhotoMetadata) request.

Summary

Public Methods
Bitmap getBitmap()
Returns the requested image data.
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Methods

public Bitmap getBitmap ()

Returns the requested image data.

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