Package 

Interface Radar.RadarIpGeocodeCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onComplete(Radar.RadarStatus status, RadarAddress address, Boolean proxy) Called when an IP geocoding request succeeds, fails, or times out.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onComplete

         abstract Unit onComplete(Radar.RadarStatus status, RadarAddress address, Boolean proxy)

        Called when an IP geocoding request succeeds, fails, or times out. Receives the request status and, if successful, the geocoding result (a partial address) and a boolean indicating whether the IP address is a known proxy.

        Parameters:
        status - RadarStatus The request status.
        address - RadarAddress?
        proxy - Boolean A boolean indicating whether the IP address is a known proxy.