Package-level declarations

Types

Link copied to clipboard

Possible directions reachable from a lane.

Link copied to clipboard
class Lane(val directions: List<Direction>, val follow: Direction? = null)

Represents a single lane and the possible driving directions available within it.

Link copied to clipboard
class LaneSection(val sectionLocation: SectionLocation, val routeOffset: Distance, val length: Distance, val lanes: List<Lane>, val laneSeparators: List<LaneSeparator>) : Section

Represents a route section with a consistent lane configuration. If the number of lanes or the lane separators change, these will be reported as separate LaneSections.

Link copied to clipboard

Defines separators between Lanes, including road markings and barriers.