Protocols

The following protocols are available globally.

  • Delegate that is notified about events related to custom poi creation and selection.

    See more

    Declaration

    Swift

    public protocol OnCustomPoiChangeListener
  • Object that represents a custom POI saved by the user

    See more

    Declaration

    Swift

    public protocol CustomPoi
  • Delegate that get notified about changes in the selected floor

    See more

    Declaration

    Swift

    public protocol OnFloorChangeListener
  • Delegate that get notified when the map is ready to interact and fully loaded.

    See more

    Declaration

    Swift

    public protocol OnMapReadyListener
  • Delegate that get notified about navigation events

    See more

    Declaration

    Swift

    public protocol OnNavigationListener
  • Object that contains information about navigation events

    See more

    Declaration

    Swift

    public protocol Navigation
  • This represent the destination of a navigation towards a POI or a location

    See more

    Declaration

    Swift

    public protocol Destination
  • Delegate that get notified about changes in selection/deselection of Pois

    See more

    Declaration

    Swift

    public protocol OnPoiSelectionListener
  • Protocol implemented by SitumMapsLibrary

    See more

    Declaration

    Swift

    public protocol SitumMap