Hello Team ,
How to remove the Interior Walls , I am using react SDK ?
Hello Team ,
How to remove the Interior Walls , I am using react SDK ?
Hey Anand!
You can do so with updateState
// hide walls
mapView.updateState('exterior-walls', { visible: false })
mapView.updateState('interior-walls', { visible: false })