ArrivalDetectionEngine
interface ArrivalDetectionEngine
Engine which decides whether the route destination has been reached.
Important: This is a Public Preview API. It may be changed or removed at any time.
Functions
Link copied to clipboard
abstract fun hasArrivedAtDestination(navigationSnapshot: NavigationSnapshot): DestinationArrivalStatus
Checks whether destination has been reached based on NavigationSnapshot.
Link copied to clipboard
Checks the arrival state of the next waypoint based on NavigationSnapshot.