Skip to main content

3D Buildings

3D Buildings Layer

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();
Last updated November 23, 2021.