Package-level declarations

Types

Link copied to clipboard

Engine which decides whether the route destination has been reached.

Link copied to clipboard
data class DestinationArrivalStatus(val hasReachedDestination: Boolean)

Class containing result of checking if route destination has been reached.

Link copied to clipboard

Waypoint arrival states identified by the arrival detection engine.

Link copied to clipboard
data class WaypointArrivalStatus(val state: WaypointArrivalState, val waypoint: <Error class: unknown class>)

Class containing the result of checking for waypoint arrival state.