RouteMapObjectPermanentDisplayFlag enum

Флаги, исключающие скрытие различных составных частей маршрута с карты при обновлении пройденного вдоль маршрута расстояния, если passed_distance_visualization() имеет значение, отличное от ShowWholeRoute

Inheritance
Available extensions

Values

startPoint → const RouteMapObjectPermanentDisplayFlag

Стартовая точка маршрута.

const RouteMapObjectPermanentDisplayFlag(1)
finishPoint → const RouteMapObjectPermanentDisplayFlag

Конечная точка маршрута.

const RouteMapObjectPermanentDisplayFlag(2)
intermediatePoints → const RouteMapObjectPermanentDisplayFlag

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

const RouteMapObjectPermanentDisplayFlag(4)
cameras → const RouteMapObjectPermanentDisplayFlag

Камеры.

const RouteMapObjectPermanentDisplayFlag(8)
accidents → const RouteMapObjectPermanentDisplayFlag

ДТП.

const RouteMapObjectPermanentDisplayFlag(16)
roadWorks → const RouteMapObjectPermanentDisplayFlag

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

const RouteMapObjectPermanentDisplayFlag(32)
comments → const RouteMapObjectPermanentDisplayFlag

Комментарии.

const RouteMapObjectPermanentDisplayFlag(64)
roadRestrictions → const RouteMapObjectPermanentDisplayFlag

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

const RouteMapObjectPermanentDisplayFlag(128)
otherEvents → const RouteMapObjectPermanentDisplayFlag

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

const RouteMapObjectPermanentDisplayFlag(256)
tollRoads → const RouteMapObjectPermanentDisplayFlag

Начало и конец платной дороги.

const RouteMapObjectPermanentDisplayFlag(512)

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

Constants

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