enableSpeedSectionAlarm property

set enableSpeedSectionAlarm (bool enable)

Enable or disable the speed section control alarms.

Speed section alarms are available only when the safety cameras overlay is added to the alarm service overlays collection. Disabled by default.

Parameters

  • enable: True to enable the section-control alarms.

See also:

Implementation

set enableSpeedSectionAlarm(bool enable) {
  objectMethod(
    _pointerId,
    'AlarmService',
    'enableSpeedSectionAlarm',
    args: enable,
  );
}