Package-level declarations

Types

Link copied to clipboard

Singleton class that handles circuit navigation. Extends Navigation to provide circuit-specific navigation features.

Link copied to clipboard

Lists the possible states regarding a circuit navigation.

Link copied to clipboard
data class CircuitOptions(val interval: PercentageInterval? = null, val blockFromPercent: Double? = null)

This class contains the necessary options for a circuit navigation.

Link copied to clipboard
data class PercentageInterval(val start: Double, val end: Double)

Represents an interval on the circuit defined by percentage positions. Used for defining portions of the circuit to do or sections to block.

Link copied to clipboard

Defines the behavior of the guidance when the driver leaves the path of the circuit.