get Active Floors For Floor
open fun getActiveFloorsForFloor(targetFloor: BaseMapBuildingFloor): Map<String, Collection<out BaseMapBuildingFloor>>
Determine which other associated floors need to be visible based on the target floor. For example, when the ground floor of a building is shown, the ground floor outdoors can also be shown
Return
a map of indoor floors that should be shown, and outdoor floors that should be shown
Parameters
target Floor
the floor too evaluate