SafetyLocationType

public enum SafetyLocationType

Safety location types.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Cameras that do not fall under the other types or for which the type cannot be determined.

    Declaration

    Swift

    case unspecified
  • Cameras that are not physically attached to the road (e.g., mobile speed guns). They may expire within hours, depending on the country.

    Declaration

    Swift

    case mobile
  • Cameras in one of the following scenarios:

    • A point with fixed camera (uni- or bi-directional)
    • A zone with multiple cameras in a fixed position in which all or only one camera is active, or,
    • A zone with a (potential) camera that has a mobile position within the zone.

    Declaration

    Swift

    case speedEnforcement
  • Cameras that record vehicles that pass through a red light. Such safety locations may imply maximum legal speed enforcement as well.

    Declaration

    Swift

    case trafficLight
  • Cameras that measure the average speed of the vehicle. The average speed is calculated with multiple cameras in the same zone.

    Declaration

    Swift

    case averageSpeed
  • Cameras in areas to which access is limited to certain groups or that can only be entered with special permission. A camera is assumed to be present for enforcement of legal requirements.

    Declaration

    Swift

    case restrictedArea
  • Cameras in a zone where accidents frequently occur.

    Declaration

    Swift

    case blackSpot
  • Fixed cameras in a high-risk zone. Only applicable to specific countries. The length of the zone depends on the road type. Zones of this type are generated from community input of a fixed camera.

    Declaration

    Swift

    case fixedDangerZone
  • Mobile cameras in a high-risk zone. Only applicable to specific countries. The length of the zone depends on the road type. Zones of this type are generated from community input of a mobile camera.

    Declaration

    Swift

    case mobileRiskZone
  • This type of zone must be provided for the navigation product to qualify for certification (e.g., in France). Third parties provide this type of content and will never be removable by a user.

    Declaration

    Swift

    case fixedCertifiedZone
  • Cameras that record vehicles that use bus-only lanes.

    Declaration

    Swift

    case busLane
  • Cameras that record vehicles that use a special lane without authorization.

    Declaration

    Swift

    case laneViolation
  • Cameras for traffic information collection.

    Declaration

    Swift

    case trafficInformationCollection