TimingProfile

public enum TimingProfile : UInt32, CaseIterable, Codable

Identifies the timing profile used for emitting notifications and warnings.

  • Timing profile used when the speed is slow. This timing profile is applied for speed limits or speeds greater than 0 meters/second but slower or equal to 16.39 meters/second (aproximately 60 kilometers/hour). There is also an additional check if the area is built up and if it is, the timing profile is also considerd as SLOW_SPEED regardless of the speed limit or the current speed.

    Declaration

    Swift

    case slowSpeed
  • Timing profile used when the speed is regular. This timing profile is applied for speed limits or speeds greater than 16.39 meters/second (aproximately 60 kilometer/hour) but slower or equal to 27.78 meters/second (aproximately 100 kilometer/hour).

    Declaration

    Swift

    case regularSpeed
  • Timing profile used when the speed is fast. This timing profile is applied for speed limits or speeds greater than 27.78 meters/second (aproximately 100 kilometer/hour) or no speed limits.

    Declaration

    Swift

    case fastSpeed