NIndoorRegion class

실내 지도가 존재하는 영역을 나타내는 객체입니다.

여러 개의 구역(NIndoorZone)으로 구성되어 있습니다.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zones List<NIndoorZone>
final

Methods

getZone(String zoneId) NIndoorZone?
이 실내 지도 영역에서 구역ID(zoneId)와 일치하는 id를 가진 구역(NIndoorZone)을 반환합니다. 일치하는 id를 가진 구역이 없다면, null을 반환합니다.
getZoneIndex(String zoneId) int
이 실내 지도 영역에서 구역ID(zoneId)와 일치하는 id를 가진 구역(NIndoorZone)의 인덱스를 반환합니다. 일치하는 id를 가진 구역이 없다면, -1을 반환합니다.
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