ReducedVisibility

class ReducedVisibility constructor(val dueToHeavyRain: Boolean?, val dueToFog: Boolean?) : DetailedHazardInformation

Represents a hazard due to reduced visibility.

Constructors

Link copied to clipboard

Represents a hazard due to reduced visibility.

constructor(dueToHeavyRain: Boolean?, dueToFog: Boolean?)

Types

Link copied to clipboard
value class Cause

Represents the cause of reduced visibility.

Properties

Link copied to clipboard

The causes of reduced visibility.

Link copied to clipboard

true if the reason for reduced visibility is fog. false otherwise.

Link copied to clipboard

true if the reason for reduced visibility is heavy rain. 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