public class BuildingInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildingInfo.Builder
Builder to create an instance of BuildingInfo
|
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
Building |
getBuilding()
Returns the building, without dependencies.
|
java.util.Collection<SitumEvent> |
getEvents()
Returns registered events in the building.
|
java.util.Collection<Floor> |
getFloors()
Returns existent floors in the building.
|
java.util.Collection<Poi> |
getIndoorPOIs()
Returns points of interest inside the building.
|
java.util.Collection<Poi> |
getOutdoorPOIs()
Returns points of interest outside the building
|
void |
writeToParcel(Parcel dest,
int flags) |
public final Building getBuilding()
public final java.util.Collection<SitumEvent> getEvents()
Collection of SitumEvent. Can be empty.public final java.util.Collection<Floor> getFloors()
Collection of Floors. Can be empty.public final java.util.Collection<Poi> getIndoorPOIs()
Collection of Poi. Can be empty.public final java.util.Collection<Poi> getOutdoorPOIs()
Collection of SitumEvent. Can be empty.public int describeContents()
public void writeToParcel(Parcel dest,
int flags)