Class PlaceDetailsRequest.Response

  • All Implemented Interfaces:
    com.google.maps.internal.ApiResponse<PlaceDetails>
    Enclosing class:
    PlaceDetailsRequest

    public static class PlaceDetailsRequest.Response
    extends java.lang.Object
    implements com.google.maps.internal.ApiResponse<PlaceDetails>
    • Field Detail

      • status

        public java.lang.String status
      • htmlAttributions

        public java.lang.String[] htmlAttributions
      • errorMessage

        public java.lang.String errorMessage
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • successful

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

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

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