MPSettings3D

open class MPSettings3D

An object that governs layer settings for 3D features.

Can be found with getSettings3D.

Functions

Link copied to clipboard
Gets the opacity of extrusions as a value between 0 (completely transparent) and 1 (completely opaque)
Link copied to clipboard
Gets the opacity of walls as a value between 0 (completely transparent) and 1 (completely opaque)
Link copied to clipboard
open fun setExtrusionOpacity(@NonNull @FloatRange(from = 0.0, to = 1.0) extrusionOpacity: Float)
Set the opacity of extrusions to a value between 0 (completely transparent) and 1 (completely opaque)
Link copied to clipboard
open fun setWallOpacity(@NonNull @FloatRange(from = 0.0, to = 1.0) wallOpacity: Float)
Set the opacity of walls to a value between 0 (completely transparent) and 1 (completely opaque)