RoadEventDisplayCategory enum

Категория дорожного события для отображения на карте.

Inheritance
Available extensions

Values

camera → const RoadEventDisplayCategory

Камеры всех типов, в том числе и добавленные пользователем.

const RoadEventDisplayCategory(1)
comment → const RoadEventDisplayCategory

Комментарии на дорогах.

const RoadEventDisplayCategory(2)
accident → const RoadEventDisplayCategory

ДТП.

const RoadEventDisplayCategory(4)
roadRestriction → const RoadEventDisplayCategory

Перекрытия дорог.

const RoadEventDisplayCategory(8)
roadWorks → const RoadEventDisplayCategory

Дорожные работы.

const RoadEventDisplayCategory(16)
other → const RoadEventDisplayCategory

События категории "Другое".

const RoadEventDisplayCategory(32)
user → const RoadEventDisplayCategory

Всегда отображать события, созданные текущим пользователем, вне зависимости от их категории.

const RoadEventDisplayCategory(64)

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) RoadEventDisplayCategory

Constants

values → const List<RoadEventDisplayCategory>
A constant List of the values in this enum, in order of their declaration.