OnFloorChangeListener
public protocol OnFloorChangeListener
Delegate that get notified about changes in the selected floor
-
Method that notifies that the selected floor has changed. The selected floor is the one which plan is shown on the screen. It may differ to the one where the user is positioned.
Declaration
Swift
func onFloorChanged(from: SITFloor, to: SITFloor, building: SITBuilding)