An interface describing trivial properties of a MapsIndoors geographical entities.

Export

Abstract

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

  • Protected

    Creates an instance of MPEntity.

    Parameters

    • type: string

    Returns MPEntity

Properties

position?: MPPoint

The position of the entity, oftenmost its anchorpoint.

Abstract

type: string

The type of the entity (eg. MPLocation).

Accessors

  • get isPoint(): boolean
  • Whether the entity's geometry is a point.

    Returns boolean

    Abstract

Methods

  • Stringifies the entity.

    Returns string

Generated using TypeDoc