MapSelectionChangeObserver
public protocol MapSelectionChangeObserver : AnyObject
Protocol to adopted by potential observers to changes in selection of a property, building, or level.
-
When the selected property has changed
Declaration
Swift
func selectedPropertyChanged(toProperty propertyId: Int)Parameters
toPropertyidentifier for the new property selected
-
When the selected building has changed
Declaration
Swift
func selectedBuildingChanged(toBuilding buildingId: Int)Parameters
toBuildingidentifier for the new building selected
-
When the selected floor has changed
Declaration
Swift
func selectedFloorChanged(toBuilding buildingId: Int, toFloor floorId: Int)Parameters
toBuildingidentifier for the new building selected
toFlooridentifier for the new floor selected
MapSelectionChangeObserver Protocol Reference