Skip to content

Class PositionListener

Il Kadyrov edited this page Nov 5, 2020 · 2 revisions

PositionListener provides a callback to be invoked when NavigationManager updates the position of the Android device. The callback is invoked in the UI thread.

Referenced from: NavigationManager, RouteManager.

public class PositionListener
{
  public void onPositionUpdated(Position position);
  public void onPositionError(Error error);
}

Clone this wiki locally