Enabling and Disabling features on the map
With the Release of 4.5.0 on mapbox-v11 it is possible to hide certain map features on the map
Toggling MapsIndoors features
mapControl.hiddenFeatures = listOf(MPFeatureType.EXTRUDED_BUILDINGS,
MPFeatureType.EXTRUSION_3D,
MPFeatureType.WALLS_3D,
MPFeatureType.MODEL_3D)mapControl.hiddenFeatures = nullLast updated
Was this helpful?