Class to hold height and width information for an icon.

Export

Implements

Hierarchy

  • MPIconSize

Implements

  • default

Constructors

Properties

Methods

Constructors

  • Private

    Creates an instance of MPIconSize.

    Parameters

    • height: number

      The height measure.

    • width: number

      The width measure.

    Returns MPIconSize

Properties

height: number

The height measure.

width: number

The width measure.

Methods

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

    Parameters

    • object: default

    Returns MPIconSize

    Static

Generated using TypeDoc