Description placeholder.

Export

Hierarchy

  • MPEntityInfo
    • MPVenueInfo

Constructors

Properties

Methods

Constructors

  • Protected

    Creates an instance of MPEntityInfo.

    Parameters

    • name: string

      The name of the Entity

    • Optional aliases: string[]

      The aliases the Entity uses

    • Optional fields: Map<string, MPDataField>

      The Entity's data fields.

    • Optional language: string

      The current language of the Entity.

    Returns MPVenueInfo

Properties

aliases?: string[]

The aliases the Entity uses

fields?: Map<string, MPDataField>

The Entity's data fields.

language?: string

The current language of the Entity.

name: string

The name of the Entity

Methods

  • Creator for MPVenueInfo, used to decode JSON from the MapsIndoors SDK.

    Parameters

    Returns MPVenueInfo

    Static

Generated using TypeDoc