WeatherType

public enum WeatherType : UInt32, CaseIterable, Codable

Weather type attached to RoadSignWarning or VehicleRestriction.Condition which limits the conditions for which the sign is applicable.

  • Unknown weather type.

    Declaration

    Swift

    case unknown
  • Rain weather type.

    Declaration

    Swift

    case rain
  • Snow weather type.

    Declaration

    Swift

    case snow
  • fog

    Fog weather type.

    Declaration

    Swift

    case fog