CameraPurpose enum
Назначение камеры.
Values
- speedControl → const CameraPurpose
- 
  Фиксация превышения скорости. const CameraPurpose(1)
- averageSpeedControl → const CameraPurpose
- 
  Фиксация превышения средней скорости на участке. const CameraPurpose(2)
- publicTransportLaneMovementControl → const CameraPurpose
- 
  Фиксация движения по выделенной полосе для общественного транспорта. const CameraPurpose(4)
- roadMarkingsCrossingControl → const CameraPurpose
- 
  Фиксация пересечения сплошной линии разметки, движения по обочине. const CameraPurpose(8)
- trafficLightsViolationControl → const CameraPurpose
- 
  Фиксация проезда на запрещающий сигнал светофора. const CameraPurpose(16)
- stopLineCrossingControl → const CameraPurpose
- 
  Фиксация выезда за стоп-линию, проезда без остановки знака "Стоп", выезда на перекрёсток во время затора. const CameraPurpose(32)
- oncomingTrafficLaneMovementControl → const CameraPurpose
- 
  Фиксация движения по встречной полосе. const CameraPurpose(64)
- pedestrianAdvantageViolationControl → const CameraPurpose
- 
  Фиксация непредоставления приоритета пешеходам. const CameraPurpose(128)
- laneDisciplineControl → const CameraPurpose
- 
  Фиксация нарушения рядности поворота на перекрёстке. const CameraPurpose(256)
- noStoppingViolationControl → const CameraPurpose
- 
  Фиксация нарушения запрета остановки. const CameraPurpose(512)
- dummy → const CameraPurpose
- 
  Муляж. const CameraPurpose(1024)
- truck → const CameraPurpose
- 
  Камера системы "Платон", камера контроля ограничений для грузовых автомобилей const CameraPurpose(2048)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- rawValue → int
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  getByValue(int value) → CameraPurpose 
Constants
- 
    values
  → const List<CameraPurpose> 
- A constant List of the values in this enum, in order of their declaration.