GeneralWarningRoadSignType

public enum GeneralWarningRoadSignType : UInt32, CaseIterable, Codable

Type of a general warning that a road sign represents.

  • Unknown general warning road sign type.

    Declaration

    Swift

    case unknown
  • Object overhang general road sign type.

    Declaration

    Swift

    case objectOverhang
  • Risk of grounding general road sign type.

    Declaration

    Swift

    case riskOfGrounding
  • Animal crossing general road sign type.

    Declaration

    Swift

    case animalCrossing
  • Accident hazard general road sign type.

    Declaration

    Swift

    case accidentHazard