Issue with the Pro Maps interior walls

Hello Team ,

How to remove the Interior Walls , I am using react SDK ?

Hey Anand!

You can do so with updateState :slight_smile:

// hide walls
mapView.updateState('exterior-walls', { visible: false })
mapView.updateState('interior-walls', { visible: false })