IndoorControlModel class

Модель элемента управления этажами.

Implemented types

Constructors

IndoorControlModel(Map map)
factory

Properties

activeLevelIndex int?
Индекс активного этажа.
getter/setter pair
activeLevelIndexChannel → StatefulChannel<int?>
Индекс активного этажа.
no setter
hashCode int
The hash code for this object.
no setteroverride
levelNames List<String>
Названия этажей. Пусто, если на карте не отображается здание с этажными планами, или у здания всего один этаж.
no setter
levelNamesChannel → StatefulChannel<List<String>>
Названия этажей. Пусто, если на карте не отображается здание с этажными планами, или у здания всего один этаж.
no setter
markedLevels Set<LevelId>
Этажи, на которых отображаются пометки.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isLevelMarked(int index) bool
Нужно ли отображать пометку у этажа с указанным индексом.
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.
override