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
data class WaypointArrivalStatus(val hasReachedWaypoint: Boolean, val waypoint: Waypoint)

Class containing result of checking if a waypoint has been reached.