resumeNavigation

fun resumeNavigation(navigationResumeSnapshot: NavigationResumeSnapshot)

Deprecated

This will be removed from future releases after 2026-07-26.

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.

See also