NavigationEventDispatcher
The source of navigation events used by NavigationVisualization. The client can use this module to dispatch navigation events to the navigation visualization.
Instances of NavigationEventDispatcher are created using NavigationEventDispatcherFactory.create. You should call methods on these instances from the main thread only, otherwise an exception may occur.
Functions
Dispatch DestinationReachedListener.onDestinationReached for every listener added using addDestinationReachedListener
Dispatch HorizonUpdatedListener.onSnapshotUpdated for every listener added using addHorizonUpdatedListener
Dispatch NavigationStartedListener.onNavigationStarted for every listener added using addNavigationStartedListener
Dispatch ProgressUpdatedListener.onProgressUpdated for every listener added using addProgressUpdatedListener
Dispatch RouteUpdatedListener.onRouteUpdated for every listener added using addRouteUpdatedListener