MapOutdoorBuilding

Class that contains information for a building within a venue. Encapsulates floors (MapOutdoorBuildingFloor) that are in this building.

Constructors

Link copied to clipboard
constructor(id: String, name: String)
Constructor to use if the building has a name.
constructor(id: String)
Constructor to use if building does not have a name.
constructor(id: String, name: String, buildingNumber: Int)
Initializer to use if the building has and a custom building number.

Functions

Link copied to clipboard
Adds a floor this building.
Link copied to clipboard
Finds an instance of MapBuildingFloor for the given ID.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var cateogry: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var id: String
Link copied to clipboard
open var name: String
Link copied to clipboard
open var placeId: String