Sections

class Sections

The collection of all sections of a route.

Constructors

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
constructor(laneSections: List<LaneSection> = emptyList(), trafficSections: List<TrafficSection> = emptyList(), vehicleRestrictedSections: List<VehicleRestrictedSection> = emptyList(), speedLimitSections: List<SpeedLimitSection> = emptyList(), carpoolSections: List<CarpoolSection> = emptyList(), carTrainSections: List<CarTrainSection> = emptyList(), countrySections: List<CountrySection> = emptyList(), ferrySections: List<FerrySection> = emptyList(), lowEmissionZoneSections: List<LowEmissionZoneSection> = emptyList(), motorwaySections: List<MotorwaySection> = emptyList(), pedestrianSections: List<PedestrianSection> = emptyList(), roadShieldSections: List<RoadShieldSection> = emptyList(), tollSections: List<TollSection> = emptyList(), tollVignetteSections: List<TollVignetteSection> = emptyList(), tunnelSections: List<TunnelSection> = emptyList(), unpavedSections: List<UnpavedSection> = emptyList(), urbanSections: List<UrbanSection> = emptyList())

Properties

Link copied to clipboard

Carpool sections for the route.

Link copied to clipboard

Car train sections for the route.

Link copied to clipboard

Country sections for the route.

Link copied to clipboard

Ferry sections for the route.

Link copied to clipboard

Lane sections for the route.

Link copied to clipboard

Low-emission zone sections for the route.

Link copied to clipboard

Motorway sections for the route.

Link copied to clipboard

Pedestrian-only sections for the route.

Link copied to clipboard

Road shield sections for the route.

Link copied to clipboard

Speed limit sections for the route.

Link copied to clipboard

Toll sections for the route.

Link copied to clipboard

Toll vignette sections for the route.

Link copied to clipboard

Traffic sections for the route.

Link copied to clipboard

Tunnel sections for the route.

Link copied to clipboard

Unpaved sections for the route.

Link copied to clipboard

Urban sections for the route.

Link copied to clipboard

Sections which are restricted for the given vehicle, but could not be avoided.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether another object is equal to this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.