NIndoorZone class

실내 지도에서 하나의 구역을 나타내는 객체입니다.

실내 지도가 존재하는 영역을 나타내는 NIndoorRegion의 구성요소입니다. (여러개의 구역 = 하나의 영역)

Properties

defaultLevel NIndoorLevel
기본으로 선택되는 구역을 나타냅니다.
no setter
defaultLevelIndex int
기본으로 선택되는 구역의 층 인덱스를 나타냅니다.
final
hashCode int
The hash code for this object.
no setteroverride
id String
구역마다 존재하는 고유의 ID입니다.
final
levels List<NIndoorLevel>
구역의 층들을 나타냅니다.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
override