stop Navigation
Call this when the navigation session needs to end before the user reaches their final destination. There isn't a need to manually end the navigation session using this API when the user arrives unless you set MapLibreNavigationOptions.manuallyEndNavigationUponCompletion to true.
Ending the navigation session ends and unbinds the navigation service meaning any milestone, progress change, or off-route listeners will not be invoked anymore. A call returning false will occur to NavigationEventListener.onRunning to notify you when the service ends.
Since
0.1.0