@mapsindoors/react-native-maps-indoors-google-maps
    Preparing search index...

    Class MPSettings3D

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

    Can be aquired with MPSolutionConfig.settings3D.

    MPSettings3D

    Index

    Accessors

    • get extrusionOpacity(): number

      Get the opacity of extruded rooms.

      Returns number

    • set extrusionOpacity(opacity: number): 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: number): 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