BaseMapBuilding

constructor(id: String)

Initializer to use if building does not have a name.

Parameters

id

ID of the building.


constructor(id: String, name: String)

Initializer to use if the building has a name.

Parameters

id

ID of the building.

name

Name of the building.


constructor(id: String, name: String, buildingNumber: Int)

Initializer to use if the building has and a custom building number. Otherwise the building number is deduced from the id pattern.

Since

1.2

Parameters

id

ID of the building.

name

Name of the building.

buildingNumber

the number of the building