Class GeolocationApi.Response

  • All Implemented Interfaces:
    com.google.maps.internal.ApiResponse<GeolocationResult>
    Enclosing class:
    GeolocationApi

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

      • code

        public int code
      • message

        public java.lang.String message
      • accuracy

        public double accuracy
      • location

        public LatLng location
      • domain

        public java.lang.String domain
      • reason

        public java.lang.String reason
      • debugInfo

        public java.lang.String debugInfo
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • successful

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