A MapsIndoors geographical entity. A location can exist anywhere, but it is usually only used inside MPVenues and MPBuildings.

Export

Hierarchy

Constructors

  • Private

    Creates an instance of MPLocation.

    Parameters

    • id: string

      The location's ID.

    • restrictions: string[]

      An array of restrictions placed on the location.

    • Optional geometry: MPGeometry

      The geometry of the location.

    • Optional properties: default

      The location's properties.

    Returns MPLocation

Properties

bounds?: MPBounds

The locations bounds

geometry?: MPGeometry

The geometry of the location.

id: string

The location's ID.

properties?: default

The location's properties.

restrictions: string[]

An array of restrictions placed on the location.

type: string

The type of the entity (eg. MPLocation).

Accessors

Methods

Generated using TypeDoc