Indoor Composable
fun IndoorComposable(map: Map, markedLevels: Set<LevelId> = setOf(), colors: IndoorComposableColors = IndoorComposableDefaults.colors())
A composable that displays floors of a building in a vertically oriented manner. Shows a maximum of 5 floors at a time. If there are more floors, scrolling is enabled.
Parameters
map
The map object to which indoor is applied.
marked Levels
The levels that need to be marked. If a level is marked, it will have distinct visual indicators to highlight it.
colors
The colors to apply for the visual representation.