AdasSpeedLimitInfo

class AdasSpeedLimitInfo

Speed limit info.

Parameters

value

the numerical value of the limit

speedUnit

the unit the value is specified in

speedLimitType

speed limit type, see SpeedLimitType

restriction

speed limit restriction, see AdasSpeedLimitRestriction

Types

Link copied to clipboard
object SpeedLimitType

Speed limit type.

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 restriction: AdasSpeedLimitRestriction
Link copied to clipboard
val speedLimitType: Int
Link copied to clipboard
val speedUnit: SpeedUnit
Link copied to clipboard
val value: Int