NSelectedIndoor class

하나의 실내 지도의 영역에서 선택된 구역, 층을 나타내는 객체입니다.

NaverMap.onSelectedIndoorChanged에서 사용됩니다.

Properties

hashCode int
The hash code for this object.
no setterinherited
level NIndoorLevel
현재 보이는 층입니다.
no setter
levelIndex int
final
region NIndoorRegion
현재 보이는 실내 지도 영역입니다.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zone NIndoorZone
현재 보이는 구역입니다.
no setter
zoneIndex int
final

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.
inherited