Package 

Interface Radar.RadarGeocodeCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onComplete(Radar.RadarStatus status, Array<RadarAddress> addresses) Called when a 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, Array<RadarAddress> addresses)

        Called when a geocoding request succeeds, fails, or times out. Receives the request status and, if successful, the geocoding results (an array of addresses).

        Parameters:
        status - RadarStatus The request status.
        addresses - Array<RadarAddress>?