NavigationIndoorComposable

fun NavigationIndoorComposable(map: Map, markedLevels: Set<LevelId> = setOf(), showRoof: Boolean = true, colors: IndoorComposableColors = IndoorComposableDefaults.colors())

Composable for displaying indoor navigation controls with floor selection.

Parameters

map

The map instance to display indoor controls for.

markedLevels

Set of level IDs to be marked with special indicators.

showRoof

Whether to display the roof button at the top of the levels list.

colors

Color scheme for the indoor navigation controls.