Package com.google.maps
Class ImageResult.Response
- java.lang.Object
-
- com.google.maps.ImageResult.Response
-
- All Implemented Interfaces:
com.google.maps.internal.ApiResponse<ImageResult>
- Enclosing class:
- ImageResult
public static class ImageResult.Response extends java.lang.Object implements com.google.maps.internal.ApiResponse<ImageResult>
ImageResult.Response
is a type system hack to enable API endpoints to return aImageResult
.
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiException
getError()
ImageResult
getResult()
boolean
successful()
-
-
-
Method Detail
-
successful
public boolean successful()
- Specified by:
successful
in interfacecom.google.maps.internal.ApiResponse<ImageResult>
-
getError
public ApiException getError()
- Specified by:
getError
in interfacecom.google.maps.internal.ApiResponse<ImageResult>
-
getResult
public ImageResult getResult()
- Specified by:
getResult
in interfacecom.google.maps.internal.ApiResponse<ImageResult>
-
-