Class LegacyBuilding

Model class that represents a building geometry in the venue map. It includes its coordinate, location, center location, and more.

Since

2.0.0

Hierarchy

  • LegacyBuilding

Accessors

Constructors

Methods

Properties

Accessors

Constructors

Methods

  • Add a floor to the building

    Parameters

    Returns void

    Since

    2.0.0

Properties

bounds: VmCoordinateBounds = null
center: Location
coordinates: Location[] = []
floorsMap: Map<string, LegacyFloor> = ...
id: string
name: string

Generated using TypeDoc