HazardCategory

public enum HazardCategory

Categories of hazards.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • All types which cannot be categorized further.

    Declaration

    Swift

    case generic
  • Hazard types related to traffic.

    Declaration

    Swift

    case traffic
  • Hazard types related to the road.

    Declaration

    Swift

    case road
  • Hazard types related to weather.

    Declaration

    Swift

    case weather