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, the strong wind hazard affects mainly high sided vehicles. False, the strong wind does affect all vehicle types. Not available means that a differentiation between high sided vehicles and others cannot be made.

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