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

Types

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

Represents a route section that requires a toll vignette to be present.