Package-level declarations
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 a speed limit.