JamTail

class JamTail(val speedAtTail: Speed) : DetailedHazardInformation

Represents a hazard due to jam tail.

Constructors

Link copied to clipboard
constructor(speedAtTail: Speed)

Properties

Link copied to clipboard

The speed at the end of the queue. A significant drop in speed from normal driving to the end of the queue is expected.

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