Indoor Selector
Displays the indoor floor-selector ornament, anchored to the map.
Hides itself when no indoor building is in view.
To render a custom floor-selector UI instead, use IndoorSelectorControl to attach the plugin to an IndoorSelectorState and read IndoorSelectorState.floors in your own composable.
Parameters
Modifier to apply to the ornament container.
IndoorSelectorState for hoisting state; use rememberIndoorSelectorState to create one.
Padding between the ornament and the map edge. Note that the default value might overlap with other ornaments.
Alignment of the ornament within the map bounds.
Maximum number of floors visible at once before scrolling.
Callback invoked when the user taps a floor item in the selector. Not called for external or programmatic floor changes.