Interface GeoUniq.ILocationsReceiver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onError()
      Callback method called when an error occurs during the communication with GeoUniq Analytics cloud platform.
      void onSuccess​(java.util.LinkedList<GeoUniq.Location> locations)
      Callback method called to return the list of positions retrieved form GeoUniq Analytics cloud platform.
    • Method Detail

      • onSuccess

        void onSuccess​(java.util.LinkedList<GeoUniq.Location> locations)
        Callback method called to return the list of positions retrieved form GeoUniq Analytics cloud platform.
        Parameters:
        locations - a LinkedList of GeoUniq.Location objects
      • onError

        void onError()
        Callback method called when an error occurs during the communication with GeoUniq Analytics cloud platform.