Interface OnRouteStateChangedListener


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

    Modifier and Type Method Description
    void onOnRouteStateChanged​(OnRouteState onRouteState)
    The method is called once on route state changes.
  • Method Details

    • onOnRouteStateChanged

      void onOnRouteStateChanged​(OnRouteState onRouteState)
      The method is called once on route state changes.
      Parameters:
      onRouteState - New on route state.