Hi, I want to display all the spaces with the same elevation, for example, there are five floor stacks, all with 3 elevations. When I select one floor within a floor stack, I want to display all the other spaces with the same elevation.
Meanwhile, I want to keep the right floor stack and floor height as well. How can I achieve this? I’m using SDK 6.
I tried to use ‘setFloor‘, but I can not see the other floors. If I don’t use ‘setFloor‘, then I can not get the right floor stacks. Spaces with the same elevation are displayed in a flat map, and I can not see there are other floors under it.
The setFloor() method is designed to focus on a single floor of a building, so what you see is its intended behaviour. However, it is possible to build what describe.
This can be done by hiding building facades for the buildings you wish to show floors of and setting all floors of the same elevation to visible (and others to not visible). Have a look at the guide and example in Implementing Dynamic Focus using MapView.
This example implements this behaviour for a single FloorStack (building), however you could adapt it to include floors from all FloorStacks with the matching elevation.