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
abstract fun hasArrivedAtWaypoint(navigationSnapshot: NavigationSnapshot): WaypointArrivalStatus

Checks whether a waypoint has been reached based on NavigationSnapshot.

Inheritors

Link copied to clipboard