SafetyLocationType

public enum SafetyLocationType

Safety location types.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • This type represents a camera that doesn’t fall into the other types, or when the type cannot be determined.

    Declaration

    Swift

    case unspecified
  • This type represents a mobile camera that is not physically attached to the road, for example speed guns. These cameras may expire within hours, depending on the country.

    Declaration

    Swift

    case mobile
  • This type represents one of the following:

    • A point with a fixed camera (uni- or bi-directional)
    • A zone with multiple cameras in a fixed position where 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
  • This type represents a camera recording drivers passing through a red light. This location may imply maximum legal speed enforcement as well.

    Declaration

    Swift

    case trafficLight
  • This type represents a zone where average speed of the vehicle is measured by multiple cameras.

    Declaration

    Swift

    case averageSpeed
  • This type identifies entry points areas to which access is limited to certain groups or can be only entered with special permission and where a camera is assumed to be present for enforcement of legal requirements.

    Declaration

    Swift

    case restrictedArea
  • This type represents a zone which historically has had multiple accidents.

    Declaration

    Swift

    case blackSpot
  • This is a zone indicating a fixed camera and is only applicable in certain 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
  • This is a zone indicating a mobile camera and is only applicable in certain 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 to the navigation product to qualify for certification (e.g., in France). This type of content is provided by 3rd parties and will never be removable by a user.

    Declaration

    Swift

    case fixedCertifiedZone
  • This type represents a camera recording drivers using a lane that is dedicated to buses.

    Declaration

    Swift

    case busLane
  • This type represents a camera recording drivers using a special lane without authorisation.

    Declaration

    Swift

    case laneViolation
  • This type represents a traffic information collection camera.

    Declaration

    Swift

    case trafficInformationCollection