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

Types

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

Represents a route section with lane section available.