SafetyCameraType
public enum SafetyCameraType : UInt32, CaseIterable, Codable
Indicates the type of the safety camera.
-
Safety camera for checking drive on bus lane violation
Declaration
Swift
case busLane -
Safety camera for checking safe distance violation
Declaration
Swift
case distance -
Safety camera for checking red light violation
Declaration
Swift
case redLight -
Safety camera for checking red light violation and overspeed
Declaration
Swift
case redLightAndSpeed -
Safety camera for checking section end
Declaration
Swift
case sectionEnd -
Safety camera for checking section start
Declaration
Swift
case sectionStart -
Safety camera for checking overspeed
Declaration
Swift
case speed