Interface NavigationManager.NavigationListener

  • Enclosing class:
    NavigationManager

    public static interface NavigationManager.NavigationListener
    • Method Detail

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