SoundCategory enum

Категории звуковых оповещений.

Inheritance
Available extensions

Values

crossroadCameras → const SoundCategory

Камеры контроля перекрёстка.

const SoundCategory(1)
laneCameras → const SoundCategory

Камеры, фиксирующие движение по выделенной полосе для общественного транспорта.

const SoundCategory(4)
noStoppingControlCameras → const SoundCategory

Камеры контроля остановки.

const SoundCategory(8)
roadMarkingCameras → const SoundCategory

Камеры контроля разметки.

const SoundCategory(16)
averageSpeedCameras → const SoundCategory

Камеры контроля средней скорости.

const SoundCategory(32)
maxSpeedCameras → const SoundCategory

Камеры контроля мгновенной скорости.

const SoundCategory(64)
accidents → const SoundCategory

Аварии.

const SoundCategory(128)
roadWorks → const SoundCategory

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

const SoundCategory(256)
tolls → const SoundCategory

Платные дороги.

const SoundCategory(512)
exceedSpeedLimits → const SoundCategory

Превышения максимально разрешённой скорости.

const SoundCategory(1024)
intermediatePoints → const SoundCategory

Промежуточные точки на маршруте.

const SoundCategory(2048)
routeRebuild → const SoundCategory

Маршрут перестроен.

const SoundCategory(4096)
instructions → const SoundCategory

Инструкции (манёвры) на маршруте.

const SoundCategory(8192)
obstacles → const SoundCategory

Препятствия.

const SoundCategory(16384)
roadSubtypes → const SoundCategory

Подтипы дорог.

const SoundCategory(32768)
lostLocation → const SoundCategory

Потерян сигнал GPS.

const SoundCategory(65536)
routeEnd → const SoundCategory

Завершение маршрута.

const SoundCategory(131072)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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) SoundCategory

Constants

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