public class Floor extends Resource implements BuildingResource, android.os.Parcelable
Floor.Builder} to create an instance| Modifier and Type | Class and Description |
|---|---|
static class |
Floor.Builder
Builder to create a
Floor instance |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Floor> |
CREATOR |
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDS| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
double |
getAltitude()
Returns altitude of the floor above ground level, in meters
|
String |
getBuildingIdentifier()
Returns the identifier of building which this floor belongs.
|
int |
getLevel()
Returns the number of the floor.
|
URL |
getMapUrl()
Return the floor map image url
|
double |
getScale()
Returns the scale of the floor image, in px/meters
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAtpublic static final android.os.Parcelable.Creator<Floor> CREATOR
public String getBuildingIdentifier()
getBuildingIdentifier in interface BuildingResourcepublic int getLevel()
public double getScale()
public double getAltitude()
public URL getMapUrl()
public final int describeContents()
describeContents in interface android.os.Parcelablepublic final void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable