Class LegacyFloor

Model class that represents a floor geometry in a building. It includes its coordinate, location, bounds , and more.

Since

2.0.0

Hierarchy

  • LegacyFloor

Constructors

  • Constructor function for the Legacy floor

    Parameters

    • id: string

      Floor id

    • name: string

      Floor name

    • buildingId: string

      The buildiing this floor belongs to

    Returns LegacyFloor

Properties

Bounds coordinates of the floor

buildingId: string

The buildiing this floor belongs to

id: string

Floor id

legacyId: string = null

The Floor legacy ID

name: string

Floor name

ordinal: number = -1

Ordinal nombre of the floor

units: LegacyUnit[] = []

Ths list of map units in the floor

Generated using TypeDoc