OnPoiSelectionListener
public protocol OnPoiSelectionListener
Delegate that get notified about changes in selection/deselection of Pois
-
Method that notifies when a POI has been selected.
Declaration
Swift
func onPoiSelected(poi: SITPOI, level: SITFloor, building: SITBuilding)
-
Method that notifies when a POI has been deselected.
Declaration
Swift
func onPoiDeselected(building: SITBuilding)