TrafficControlStatus enum

Статус элемента управления видимостью пробок.

Inheritance
Available extensions

Values

hidden → const TrafficControlStatus

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

const TrafficControlStatus(0)
enabled → const TrafficControlStatus

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

const TrafficControlStatus(1)
disabled → const TrafficControlStatus

Контрол в неактивном состоянии. Возникает, когда на карте отсутствует слой пробок.

const TrafficControlStatus(2)
loading → const TrafficControlStatus

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

const TrafficControlStatus(3)

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

Constants

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