ReducedVisibility

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

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.