Floor
instead. You can obtain them from CommunicationManager
@Deprecated public class SitumLevel extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SitumLevel> |
CREATOR
Deprecated.
|
Constructor and Description |
---|
SitumLevel()
Deprecated.
|
SitumLevel(Floor wrapped)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Deprecated.
|
int |
distanceToLevel(SitumLevel destinationLevel)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
int |
getBuildingId()
Deprecated.
|
int |
getLevel()
Deprecated.
|
int |
getLevelId()
Deprecated.
|
String |
getMap_fileName()
Deprecated.
|
String |
getMap_url()
Deprecated.
|
double |
getScale()
Deprecated.
|
String |
getUpdated_at()
Deprecated.
|
Floor |
getWrapped()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Deprecated.
|
public static final android.os.Parcelable.Creator<SitumLevel> CREATOR
public SitumLevel()
public SitumLevel(Floor wrapped)
public int getBuildingId()
public double getScale()
public int getLevelId()
public int getLevel()
public String getUpdated_at()
public String getMap_url()
public String getMap_fileName()
public int distanceToLevel(SitumLevel destinationLevel)
public Floor getWrapped()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable