CalloutVisualizationMode enum

Режим отображения баблов со временем и длиной маршрута. В отличие от DisplayFlag для каждого индивидуального объекта маршрута влияет не только на отображение, но и на расчёт позиций баблов. См. IRouteMapObject::display_flags. См. IRouteMapObject::callout_position.

Inheritance
Available extensions

Values

always → const CalloutVisualizationMode

Показывать баблы (с учётом DisplayFlag) и рассчитывать позиции для них если в источник добавлен хотя бы один маршрут.

const CalloutVisualizationMode(0)
multipleRoutes → const CalloutVisualizationMode

Показывать баблы (с учётом DisplayFlag) и рассчитывать позиции для них только в том случае, если в источник добавлено более одного объекта маршрута.

const CalloutVisualizationMode(1)
none → const CalloutVisualizationMode

Не показывать баблы и не рассчитывать позиции для них.

const CalloutVisualizationMode(2)

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

Constants

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