Package com.naver.maps.map.indoor
Class IndoorView
java.lang.Object
com.naver.maps.map.indoor.IndoorView
- All Implemented Interfaces:
android.os.Parcelable
하나의 실내지도를 나타내는 불변 클래스.
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
층 ID를 반환합니다.구역 ID를 반환합니다.int
hashCode()
void
writeToParcel
(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
IndoorView
구역 ID와 층 ID로 객체를 생성하는 생성자.- Parameters:
zoneId
- 구역 ID.levelId
- 층 ID.
-
-
Method Details
-
getZoneId
구역 ID를 반환합니다.- Returns:
- 구역 ID.
-
getLevelId
층 ID를 반환합니다.- Returns:
- 층 ID.
-
equals
-
hashCode
public int hashCode() -
describeContents
public int describeContents()- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags) - Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-