com.google.maps.internal.ApiResponse<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 a
ImageResult
.Constructor | Description |
---|---|
Response() |
Modifier and Type | Method | Description |
---|---|---|
ApiException |
getError() |
|
ImageResult |
getResult() |
|
boolean |
successful() |
public boolean successful()
successful
in interface com.google.maps.internal.ApiResponse<ImageResult>
public ApiException getError()
getError
in interface com.google.maps.internal.ApiResponse<ImageResult>
public ImageResult getResult()
getResult
in interface com.google.maps.internal.ApiResponse<ImageResult>