Interface GeoUniq.ILocationsReceiver

Enclosing class:
GeoUniq

public static interface GeoUniq.ILocationsReceiver
Interface to receive callbacks when calling GeoUniq.getLocationHistory(Date, Date, boolean, ILocationsReceiver).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback method called when an error occurs during the communication with GeoUniq Analytics cloud platform.
    void
    Callback method called to return the list of positions retrieved form GeoUniq Analytics cloud platform.
  • Method Details

    • onSuccess

      void onSuccess(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.