JamTail

class JamTail(val speedAtTail: Speed) : DetailedHazardInformation

Represents a hazard due to a jam tail.

Constructors

Link copied to clipboard
constructor(speedAtTail: Speed)

Properties

Link copied to clipboard

The speed at the end of the vehicle queue. A significant drop in speed is expected when the vehicle is approaching the end of the queue in a traffic jam.

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