Interface GeoUniq.ITrackingListener

    • Method Detail

      • 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.