MapBuildingFloor

constructor(id: String)

Initializer used if there is not a name for the floor.

Parameters

id

ID of the floor.


constructor(id: String, name: String)

Initializer used if there is a name for the floor.

Parameters

id

ID of the floor.

name

name of the floor.


constructor(id: String, name: String, ordinalValue: String)

Initializer used to set ordinal on floor

Parameters

id

ID of the floor

name

name of the floor

ordinalValue

ordinal value for the floor -- 0 represents ground level positive numbers are above ground, negative numbers are below ground