3D Buildings
Set the visibility of the 3D Building layer.
myMap.set3dBuildingVisibility(true);
Get the visibility of the 3D Building layer.
const buildingVisible = myMap.is3dBuildingVisible();
Toggle the visibility of the 3D Building layer.
myMap.toggle3dBuildingVisibility();