ReducedVisibility

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

Represents a hazard due to reduced visibility.

Constructors

Link copied to clipboard
constructor(dueToHeavyRain: Boolean?, dueToFog: Boolean?)

Properties

Link copied to clipboard

True, if the main reason for reduced visibility is due to fog. False, if the main reason for reduced visibility is not due to fog. Not available, if the main reason is not known or related to a different cause.

Link copied to clipboard

True, if the main reason for reduced visibility is due to heavy rain. False, if the main reason for reduced visibility is not due to heavy rain. Not available, if the main reason is not known or related to a different cause.

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