IndoorBuilding class
Здание с этажными планами.
- Implemented types
Properties
- activeLevelIndex ↔ int
-
Порядковый индекс активного этажа в levels.
getter/setter pair
-
activeLevelIndexChannel
→ StatefulChannel<
int> -
Порядковый индекс активного этажа в levels.
no setter
- defaultLevelIndex → int
-
Индекс этажа по умолчанию.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → DgisObjectId
-
Идентификатор здания с этажными планами.
no setter
-
levels
→ List<
LevelInfo> -
Информация обо всех этажах.
no setter
- 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.
override