data class Sections(val laneSections: List<LaneSection> = emptyList(), val trafficSections: List<TrafficSection> = emptyList(), val vehicleRestrictedSections: List<VehicleRestrictedSection> = emptyList(), val speedLimitSections: List<SpeedLimitSection> = emptyList(), val carpoolSections: List<CarpoolSection> = emptyList(), val carTrainSections: List<CarTrainSection> = emptyList(), val countrySections: List<CountrySection> = emptyList(), val ferrySections: List<FerrySection> = emptyList(), val lowEmissionZoneSections: List<LowEmissionZoneSection> = emptyList(), val motorwaySections: List<MotorwaySection> = emptyList(), val pedestrianSections: List<PedestrianSection> = emptyList(), val roadShieldSections: List<RoadShieldSection> = emptyList(), val tollRoadSections: List<TollRoadSection> = emptyList(), val tollVignetteSections: List<TollVignetteSection> = emptyList(), val tunnelSections: List<TunnelSection> = emptyList(), val unpavedSections: List<UnpavedSection> = emptyList(), val urbanSections: List<UrbanSection> = emptyList()) The collection of all sections of a route.
Parameters
Information about lane directions for route.
Information about traffic for the route.
vehicleRestrictedSections
Information about sections which are restricted for the given vehicle, but could not be avoided.
Information about speed limit sections for the route.
Information about carpool sections for the route.
Information about car train sections for the route.
Information about country sections for the route.
Information about ferry sections for the route.
Information about low-emission zone sections for the route.
Information about motorway sections for the route.
Information about pedestrian only sections for the route.
Information about road shield sections for the route.
Information about toll road sections for the route.
Information about toll vignette sections for the route.
Information about tunnel sections for the route.
Information about unpaved sections for the route.
Information about urban sections for the route.