Parameter interface for MPFloor.

Export

MPFloorParams

interface MPFloorParams {
    aliases?: string[];
    buildingId?: string;
    entityBounds: any;
    floorIndex?: number;
    geometry: any;
    id: string;
    name: string;
}

Properties

aliases?: string[]

An array of aliases used by the floor.

buildingId?: string

The ID of the building this floor lies within.

entityBounds: any
floorIndex?: number

The floor index of the floor.

geometry: any

The geometry of the floor.

id: string

The floor's ID.

name: string

The floor's name.

Generated using TypeDoc