NavigationRouteAlternativesObserver   
    Interface definition for an observer that is notified whenever the Navigation SDK checks for alternative routes to the destination change.
See also
to control the callback interval.
Functions
Link copied to clipboard
                abstract fun onRouteAlternatives(    routeProgress: RouteProgress,     alternatives: List<NavigationRoute>,     routerOrigin: RouterOrigin)
Content copied to clipboard
Invoked whenever available alternative routes to the destination change.
Link copied to clipboard
                Notified when an alternative routes request encounters an error.