public class Floor extends Resource implements BuildingResource
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 <any> |
CREATOR |
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDS| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
double |
getAltitude()
Returns altitude of the floor above ground level, in meters
|
java.lang.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() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAtpublic java.lang.String getBuildingIdentifier()
getBuildingIdentifier in interface BuildingResourcepublic int getLevel()
public double getScale()
public double getAltitude()
public URL getMapUrl()
public final int describeContents()
public final void writeToParcel(Parcel dest,
int flags)