hasArrivedAtDestination

open override fun hasArrivedAtDestination(navigationSnapshot: NavigationSnapshot): DestinationArrivalStatus

Decides that destination has been reached if distance till arrival exceeds destinationArrivalDistanceThreshold or time till arrival exceeds destinationArrivalTimeThreshold.

NOTE: When destination is located just after a maneuver, the time comparison might be ignored until the preceding maneuver is completed.