Class IndoorView

java.lang.Object
com.naver.maps.map.indoor.IndoorView
All Implemented Interfaces:
android.os.Parcelable

public final class IndoorView extends Object implements android.os.Parcelable
하나의 실내지도를 나타내는 불변 클래스.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final android.os.Parcelable.Creator<IndoorView>
     

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndoorView(String zoneId, String levelId)
    구역 ID와 층 ID로 객체를 생성하는 생성자.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     
    층 ID를 반환합니다.
    구역 ID를 반환합니다.
    int
     
    void
    writeToParcel(android.os.Parcel dest, int flags)
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<IndoorView> CREATOR
  • Constructor Details

    • IndoorView

      public IndoorView(@NonNull String zoneId, @NonNull String levelId)
      구역 ID와 층 ID로 객체를 생성하는 생성자.
      Parameters:
      zoneId - 구역 ID.
      levelId - 층 ID.
  • Method Details

    • getZoneId

      @NonNull public String getZoneId()
      구역 ID를 반환합니다.
      Returns:
      구역 ID.
    • getLevelId

      @NonNull public String getLevelId()
      층 ID를 반환합니다.
      Returns:
      층 ID.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(@NonNull android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable