RegionalSpeedLimit

class RegionalSpeedLimit(val speedLimit: SpeedLimit, val roadCategory: RoadCategory? = null)

Speed limit that is specific to a region in a country.

Constructors

Link copied to clipboard
constructor(speedLimit: SpeedLimit, roadCategory: RoadCategory? = null)

Properties

Link copied to clipboard

Category of the road to which the speed limit applies, null if the speed limit applies to a road category which is not one of the pre-defined road categories.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String