ArrivalDetectionEngine

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface ArrivalDetectionEngine

Engine which determines the arrival status of the route destination or the next waypoint during navigation.

Functions

Link copied to clipboard

Returns the arrival status of the destination based on NavigationSnapshot.

Link copied to clipboard
abstract fun hasArrivedAtWaypoint(navigationSnapshot: NavigationSnapshot): WaypointStatus

Returns the arrival status of the next waypoint based on NavigationSnapshot.