shouldReplan

abstract fun shouldReplan(navigationSnapshot: NavigationSnapshot): Boolean

Deprecated

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

Checks if current Route should be replanned.

Return

true if Route should be replanned, otherwise false.

Parameters

navigationSnapshot

The snapshot of the current navigation session with route creation time and deviation flag to determine if the replanning should be done.