A configuration object that governs layer settings for 3D features.

Can be aquired with settings3D.

Export

Hierarchy

  • MPSettings3D

Constructors

  • Private

    Creates an instance of MPSettings3D.

    Parameters

    • Optional _extrusionOpacity: number
    • Optional _wallOpacity: number

    Returns MPSettings3D

Properties

_extrusionOpacity?: number
_wallOpacity?: number

Accessors

  • get extrusionOpacity(): number
  • Get the opacity of extruded rooms.

    Returns number

  • set extrusionOpacity(opacity): void
  • Set the opacity of extruded rooms.

    Parameters

    • opacity: number

    Returns void

  • get wallOpacity(): number
  • Get the opacity of extruded walls.

    Returns number

  • set wallOpacity(opacity): void
  • Set the opacity of extruded walls.

    Parameters

    • opacity: number

    Returns void

Methods

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

    Parameters

    • object: MPSettings3DParams

    Returns MPSettings3D

    Static

Generated using TypeDoc