Package-level declarations

Types

Link copied to clipboard
class TollRoadSection(val sectionLocation: SectionLocation, val routeOffset: Distance, val length: Distance) : Section

Represents a route section that requires a toll to be payed.

Functions

Link copied to clipboard
fun TollRoadSection.copy(    sectionLocation: SectionLocation = this.sectionLocation,     routeOffset: Distance = this.routeOffset,     length: Distance = this.length): TollRoadSection

Creates a copy of the object, with the option to modify some of its properties.