RouteMapObjectCalloutLabelDisplayMode enum

Режим отображения значений в баблах маршрута.

Inheritance
  • Object
  • Enum
  • RouteMapObjectCalloutLabelDisplayMode
Available extensions

Values

absoluteValues → const RouteMapObjectCalloutLabelDisplayMode

Время движения по маршруту и/или длина маршрута отображаются в абсолютных величинах (например: N км, M мин)

const RouteMapObjectCalloutLabelDisplayMode(0)
relativeToActiveRouteValues → const RouteMapObjectCalloutLabelDisplayMode

Время движения по маршруту и/или длина маршрута отображаются в абсолютных величинах только для активного маршрута, а для неактивных маршрутов отображается разница с соответствующей величиной активного маршрута (например: +/-N км, +/-M мин). Если активного маршрута нет или на карте есть более одного активного маршрута, то для всех маршрутов время движения и/или длина отображаются в абсолютных величинах.

const RouteMapObjectCalloutLabelDisplayMode(1)

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

Constants

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