SectionsDifferences

class SectionsDifferences(val carTrains: SectionsDifference<CarTrainSection> = SectionsDifference(), val tolls: SectionsDifference<TollSection> = SectionsDifference(), val traffic: SectionsDifference<TrafficSection> = SectionsDifference(), val tollVignettes: SectionsDifference<TollVignetteSection> = SectionsDifference(), val motorways: SectionsDifference<MotorwaySection> = SectionsDifference(), val ferries: SectionsDifference<FerrySection> = SectionsDifference(), val tunnels: SectionsDifference<TunnelSection> = SectionsDifference(), val carpoolLanes: SectionsDifference<CarpoolSection> = SectionsDifference(), val lowEmissionZones: SectionsDifference<LowEmissionZoneSection> = SectionsDifference(), val unpavedRoads: SectionsDifference<UnpavedSection> = SectionsDifference(), val countries: SectionsDifference<CountrySection> = SectionsDifference(), val vehicleRestrictions: SectionsDifference<VehicleRestrictedSection> = SectionsDifference())

Represents the sections of the base and forking routes, starting from the sections containing the forking point and moving towards the destination.

Constructors

Link copied to clipboard
constructor(carTrains: SectionsDifference<CarTrainSection> = SectionsDifference(), tolls: SectionsDifference<TollSection> = SectionsDifference(), traffic: SectionsDifference<TrafficSection> = SectionsDifference(), tollVignettes: SectionsDifference<TollVignetteSection> = SectionsDifference(), motorways: SectionsDifference<MotorwaySection> = SectionsDifference(), ferries: SectionsDifference<FerrySection> = SectionsDifference(), tunnels: SectionsDifference<TunnelSection> = SectionsDifference(), carpoolLanes: SectionsDifference<CarpoolSection> = SectionsDifference(), lowEmissionZones: SectionsDifference<LowEmissionZoneSection> = SectionsDifference(), unpavedRoads: SectionsDifference<UnpavedSection> = SectionsDifference(), countries: SectionsDifference<CountrySection> = SectionsDifference(), vehicleRestrictions: SectionsDifference<VehicleRestrictedSection> = SectionsDifference())

Properties

Link copied to clipboard

The carpool lane sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The car train sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The country sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The ferry sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The low emission zones sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The motorway sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The tolls sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The toll vignette sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The traffic sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The tunnel sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.

Link copied to clipboard

The vehicle restricted sections of the base and the forking route, starting from the sections containing the forking point moving up to the destination.