RoutePointKind enum

Тип точечного объекта маршрута на карте.

Inheritance
Available extensions

Values

start → const RoutePointKind

Начальная точка маршрута.

const RoutePointKind(0)
finish → const RoutePointKind

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

const RoutePointKind(1)
intermediate → const RoutePointKind

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

const RoutePointKind(2)
camera → const RoutePointKind

Камера.

const RoutePointKind(3)
accident → const RoutePointKind

ДТП.

const RoutePointKind(4)
roadWork → const RoutePointKind

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

const RoutePointKind(5)
comment → const RoutePointKind

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

const RoutePointKind(6)
roadRestriction → const RoutePointKind

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

const RoutePointKind(7)
otherEvent → const RoutePointKind

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

const RoutePointKind(8)
tollRoad → const RoutePointKind

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

const RoutePointKind(9)
transportConnectionPoint → const RoutePointKind

Точкa соединения отрезков маршрута (кроме маршрутов на общественном транспорте). Например, точка в месте соединения пешеходного и автомобильного отрезка.

const RoutePointKind(10)
hump → const RoutePointKind

Искуcственная неровность.

const RoutePointKind(11)
gate → const RoutePointKind

Ворота или шлагбаум.

const RoutePointKind(12)
barrier → const RoutePointKind

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

const RoutePointKind(13)
stairway → const RoutePointKind

Лестница.

const RoutePointKind(14)
indoorInstruction → const RoutePointKind

Инструкция в здании. Перемещение на лифте, эскалаторе и т.д.

const RoutePointKind(15)
badRoad → const RoutePointKind

Плохая дорога.

const RoutePointKind(16)
publicTransportPlatform → const RoutePointKind

Платформа общественного транспорта.

const RoutePointKind(17)
ground → const RoutePointKind

Начало и конец грунтового покрытия.

const RoutePointKind(18)
gravel → const RoutePointKind

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

const RoutePointKind(19)
carRoad → const RoutePointKind

Начало и конец автомобильного участка дороги (для маршрутов на велосипедах/самокатах).

const RoutePointKind(20)
bicycleRoad → const RoutePointKind

Начало и конец велодорожки.

const RoutePointKind(21)
bicycleLane → const RoutePointKind

Начало и конец велополосы.

const RoutePointKind(22)
trafficLight → const RoutePointKind

Светофор.

const RoutePointKind(23)

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

Constants

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