Package-level declarations

Types

Link copied to clipboard
interface Section

Represents a route section.

Link copied to clipboard
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 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())

Important: This is a Public Preview API. It may be changed or removed at any time.