Interface PositionOnRouteChangedListener


public interface PositionOnRouteChangedListener
An interface allowing to listen to position on route changes while navigating on a route.
  • Method Summary

    Modifier and Type Method Description
    void onPositionOnRouteChanged​(PositionOnRoute positionOnRoute)
    The method is called once position on route changes.
  • Method Details

    • onPositionOnRouteChanged

      void onPositionOnRouteChanged​(PositionOnRoute positionOnRoute)
      The method is called once position on route changes.
      Parameters:
      positionOnRoute - New position on route.