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.Responseis 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 ApiExceptiongetError()ImageResultgetResult()booleansuccessful()
-
-
-
Method Detail
-
successful
public boolean successful()
- Specified by:
successfulin interfacecom.google.maps.internal.ApiResponse<ImageResult>
-
getError
public ApiException getError()
- Specified by:
getErrorin interfacecom.google.maps.internal.ApiResponse<ImageResult>
-
getResult
public ImageResult getResult()
- Specified by:
getResultin interfacecom.google.maps.internal.ApiResponse<ImageResult>
-
-