Package com.tomtom.sdk.common.route.section.carpool

Types

Link copied to clipboard
data class CarpoolSection(    val geometry: List<GeoCoordinate>,     val routeOffset: Distance,     val length: Distance) : Section

Represents a route section that is only open to HOV (high-occupancy vehicles) at the time of traversal. Roads with at least one unrestricted lane are not part of this section.