Package-level declarations

Types

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

Represents a route section with a speed limit.