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)
Content copied to clipboard
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)
Content copied to clipboard
Set the opacity of walls to a value between 0 (completely transparent) and 1 (completely opaque)