Protocols
The following protocols are available globally.
-
Delegate that is notified about events related to custom poi creation and selection.
See moreDeclaration
Swift
public protocol OnCustomPoiChangeListener
-
Object that represents a custom POI saved by the user
See moreDeclaration
Swift
public protocol CustomPoi
-
Delegate that get notified about changes in the selected floor
See moreDeclaration
Swift
public protocol OnFloorChangeListener
-
Delegate that get notified when the map is ready to interact and fully loaded.
See moreDeclaration
Swift
public protocol OnMapReadyListener
-
Delegate that get notified about navigation events
See moreDeclaration
Swift
public protocol OnNavigationListener
-
Object that contains information about navigation events
See moreDeclaration
Swift
public protocol Navigation
-
This represent the destination of a navigation towards a POI or a location
See moreDeclaration
Swift
public protocol Destination
-
Delegate that get notified about changes in selection/deselection of Pois
See moreDeclaration
Swift
public protocol OnPoiSelectionListener
-
Protocol implemented by SitumMapsLibrary
See moreDeclaration
Swift
public protocol SitumMap