updateFloors

abstract fun updateFloors(floors: List<IndoorFloor>, selectedFloorId: String?)

Update the list of available floors and the currently selected floor.

Parameters

floors

List of available floors

selectedFloorId

The ID of the currently selected floor (null if no floor is selected)