Class 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 a ImageResult.
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • successful

        public boolean successful()
        Specified by:
        successful in interface com.google.maps.internal.ApiResponse<ImageResult>
      • getError

        public ApiException getError()
        Specified by:
        getError in interface com.google.maps.internal.ApiResponse<ImageResult>
      • getResult

        public ImageResult getResult()
        Specified by:
        getResult in interface com.google.maps.internal.ApiResponse<ImageResult>