RegionalSpeedLimit

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

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

Important: This is a Public Preview API. It may be changed or removed at any time.

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 not available.

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