Page Summary
-
This class and the Google Play Services Places SDK are deprecated, and a new SDK is available.
-
PlacePhotoResult represents the result of a getPhoto or getScaledPhoto request.
-
The class includes methods to retrieve the photo as a Bitmap and to get the status of the request.
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.
The result of a
getPhoto(GoogleApiClient) or
getScaledPhoto(GoogleApiClient, int, int) request.
For a list and description of possible status codes, see PlacesStatusCodes.
Inherited Constant Summary
Field Summary
| public static final Creator<PlacePhotoResult> | CREATOR |
Public Method Summary
| Bitmap |
getBitmap()
Returns the requested image data.
|
| Status |
Inherited Method Summary
Fields
public static final Creator<PlacePhotoResult> CREATOR
Public Methods
public Bitmap getBitmap ()
Returns the requested image data.
Returns
- The image data or null if the request was not successful.