public class Building extends Resource implements android.os.Parcelable
Building.Builder} to create an instance
,
CoordinateConverter} to convert between {@link Coordinate} and {@link CartesianCoordinate}'s building coordinate.
Modifier and Type | Class and Description |
---|---|
static class |
Building.Builder
Builder to create a
Building instance |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Building> |
CREATOR |
EMPTY_IDENTIFIER, EMPTY_IDENTIFIER_BACKWARDS
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getAddress()
Returns the building address.
|
Coordinate |
getCenter()
Return center of the building's base, as geographical coordinate.
|
Dimensions |
getDimensions()
Returns dimensions of building's base (height and width) in meters.
|
Bounds |
getDrawBounds()
Compute corners of this building, without rotation, in earth coordinates.
|
String |
getInfoHtml()
Returns additional information about the building, formatted with HTML.
|
String |
getName()
Returns the building name that is appropriate for display to the user.
|
URL |
getPictureThumbUrl() |
URL |
getPictureUrl() |
Angle |
getRotation()
Returns rotation angle of the building's base, relative to the west-east axis,
increasing in counter-clockwise, being 0 the west-east axis.
|
String |
getUserIdentifier()
Returns unique identifier of the owner user of the building
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getCreatedAt, getCustomFields, getIdentifier, getUpdatedAt
public static final android.os.Parcelable.Creator<Building> CREATOR
public String getUserIdentifier()
String
public String getName()
String
public String getInfoHtml()
String
public Dimensions getDimensions()
Dimensions
public Coordinate getCenter()
Coordinate
public Angle getRotation()
Angle
public URL getPictureUrl()
public URL getPictureThumbUrl()
public Bounds getDrawBounds()
Bounds
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable