WarningType

public enum WarningType : UInt32, CaseIterable, Codable

Identifies the warning type.

  • Base type for all custom warnings.

    Declaration

    Swift

    case custom
  • Type of warning given for safety cameras.

    Declaration

    Swift

    case safetyCamera
  • Type of warning given for truck restriction.

    Declaration

    Swift

    case truckRestriction
  • Type of warning given for road signs.

    Declaration

    Swift

    case roadSign
  • Type of warning given for realistic views.

    Declaration

    Swift

    case realisticView
  • Type of warning given for environmental zones.

    Declaration

    Swift

    case environmentalZone
  • Type of warning given for school zones.

    Declaration

    Swift

    case schoolZone
  • Type of warning given for toll stops.

    Declaration

    Swift

    case tollStop
  • Type of warning given for danger zones.

    Declaration

    Swift

    case dangerZone
  • Type of warning given for border crossings.

    Declaration

    Swift

    case borderCrossing
  • Type of warning given for railway crossings.

    Declaration

    Swift

    case railwayCrossing
  • Type of warning given for low speed zones.

    Declaration

    Swift

    case lowSpeedZone
  • Type of warning given for merging traffic.

    Declaration

    Swift

    case trafficMerge