Issue with Floors not resetting

Hi,

I am trying to utilize TrueScript to build my MappedIn Custom app. I have gotten to the point where I have select boxes to select buildings and floors. I can also click on the building to see the inside of buildings. The issue is that once a second building is selected, the original building does not go back to 3D. It still shows floors for multiple buildings.

Any help would be appreciated

Andrew

There are a couple of guides that should help here. Have a look at:

These explain how to transition between buildings using two different methods (manual selection from a menu and automatic based on camera movement). From your description, your app needs to make the building facade visible of the building you moved away from (to show its 3D building again).

Thanks for this! It worked perfectly. I implemented this using Dynamic Focus in MapView. I am using this as the mapview version because as soon as I start zooming in the buildings I am now showing disappear entirely (as they do in the example).

This now introduce other problems though, as I can no longer see the outdoor view. Each time the map loads, it shows the first floor of the building in the centre of the map. No matter how far I zoom out, the indoors of that middle building is still being shown.

Could you share a Codesandbox that reproduces the issue you are seeing?