Package-level declarations

Types

Link copied to clipboard

Engine which decides whether the route destination has been reached.

Link copied to clipboard
data class ArrivalDetectionEngineOptions(val destinationArrivalDistanceThreshold: Distance = DEFAULT_DESTINATION_ARRIVAL_THRESHOLD, val destinationArrivalTimeThreshold: Duration = DEFAULT_ARRIVAL_TIME_THRESHOLD)

Contains options for the engine configuration.

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.