Interface GeoUniq.ITrackingListener

Enclosing class:
GeoUniq

public static interface GeoUniq.ITrackingListener
Defines methods to receive a callback when a new position update is detected and sent to GeoUniq analytics platform.

Implementing this interface is necessary to call the methods GeoUniq.registerTrackingListener(Class) and GeoUniq.removeTrackingListener(Class).

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNewPositionUpdate(android.content.Context context, GeoUniq.Location location)
    Callback method called when a new position update is detected.
  • Method Details

    • onNewPositionUpdate

      void onNewPositionUpdate(android.content.Context context, GeoUniq.Location location)
      Callback method called when a new position update is detected.
      Parameters:
      context - The Application Context.
      location - The detected location.