Interface NavigationManager.NavigationListener

Enclosing class:
NavigationManager

public static interface NavigationManager.NavigationListener
  • Method Summary

    Modifier and Type Method Description
    void onCountryChanged()
    The event is called when the country of the user's current position changes.
    void onDemoRouteFinished()
    The event is called when demo route simulation finishes.
    void onDemoRouteStarted()
    The event is called when demo route simulation is triggered.
    void onNavigationInfoUpdated()
    The event is called when navigation info updates.
  • Method Details

    • onNavigationInfoUpdated

      void onNavigationInfoUpdated()
      The event is called when navigation info updates.
    • onCountryChanged

      void onCountryChanged()
      The event is called when the country of the user's current position changes.
    • onDemoRouteStarted

      void onDemoRouteStarted()
      The event is called when demo route simulation is triggered.
    • onDemoRouteFinished

      void onDemoRouteFinished()
      The event is called when demo route simulation finishes.