AdasSpeedLimitRestriction

class AdasSpeedLimitRestriction

Speed limit restriction

Parameters

weatherConditionTypes

A list of SensorData.Weather.ConditionType types where the speed limit is applied. Empty means all

dateTimeCondition

OSM "opening_hours" format, see https://wiki.openstreetmap.org/wiki/Key:opening_hours

vehicleTypes

A list of VehicleType.Type types for that the speed limit is included. Empty means all

lanes

Lane numbers where the speed limit is valid. Empty array means all lanes

Types

Link copied to clipboard
object VehicleType

Type of vehicle for which the speed limit is included.

Functions

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

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val dateTimeCondition: String
Link copied to clipboard
val lanes: List<Byte>
Link copied to clipboard
val vehicleTypes: List<Int>
Link copied to clipboard
val weatherConditionTypes: List<Int>