BuildingInfo
Information about building.
BuildingInfo(
buildingName: String? = null,
purposeName: String? = null,
purposeCode: PurposeCode? = null,
buildingLevels: BuildingLevels? = null,
buildingId: BuildingId?
)
Information about building.
Parameters
buildingName
purposeName
purposeCode
buildingLevels
buildingId
Returns
Properties
Name of the building.
Description of the purpose of the building.
Code of the purpose of the building.
Information about floor plans of the building.
Unique identifier of the building.