stop
Stops current navigation session and clears data related to it. Calling this method will have no effect if start was not called previously.
As a result of successful action, the following listener is notified:
NavigationStateChangedListener, with the state set to NavigationState.Idle.
Throws
if the instance of TomTomNavigation has been closed before.