resumeNavigation

fun resumeNavigation(navigationResumeSnapshot: NavigationResumeSnapshot)

Resumes navigation with provided NavigationResumeSnapshot. This method wraps the call to TomTomNavigation.resume. When called, the UI starts showing Route's guidance, current speed and speed limit. NavigationListener.onStarted is called when navigation has been started.

Note: setTomTomNavigation(tomTomNavigation: TomTomNavigation) should be called first.

Important: This is a Public Preview API. It may be changed or removed at any time.

See also