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.
|
Bounds |
getBounds()
Compute corners of this building, without rotation, in earth coordinates.
|
Bounds |
getBoundsRotated()
Compute corners of this building, without rotation, in earth coordinates.
|
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.
|
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()
Return the url of the thumbnail building image
|
URL |
getPictureUrl()
Return the url of the building image
|
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()
public String getAddress()
public String getInfoHtml()
public Dimensions getDimensions()
public Coordinate getCenter()
public Angle getRotation()
public URL getPictureUrl()
public URL getPictureThumbUrl()
public Bounds getBoundsRotated()
Bounds
public Bounds getBounds()
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