StrongWind

class StrongWind(val forHighSidedVehicles: Boolean) : DetailedHazardInformation

Represents a hazard due to strong wind.

Constructors

Link copied to clipboard
constructor(forHighSidedVehicles: Boolean)

Properties

Link copied to clipboard

True if a strong wind hazard primarily affects high-sided vehicles. False otherwise.

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