A category which contains a number of fields

Export

Hierarchy

  • MPCategory

Constructors

Properties

Methods

Constructors

  • Private

    Creates an instance of MPCategory.

    Parameters

    • key: string

      The ID of the category.

    • value: string

      The category's readable name.

    • Optional fields: Map<string, MPDataField>

      The category's data fields.

    Returns MPCategory

Properties

fields?: Map<string, MPDataField>

The category's data fields.

key: string

The ID of the category.

value: string

The category's readable name.

Methods

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

    Parameters

    Returns MPCategory

    Static

Generated using TypeDoc