Protocols
The following protocols are available globally.
- 
                  
                  Protocol that describes the interface every object providing directions should conform to. See moreDeclarationObjective-C @protocol SITDirectionsInterface <NSObject>Swift protocol SITDirectionsInterface : NSObjectProtocol
- 
                  
                  Delegate for SITDirectionsManager. Use this to listen for directions related callbacks. See moreDeclarationObjective-C @protocol SITDirectionsDelegate <NSObject>Swift protocol SITDirectionsDelegate : NSObjectProtocol
- 
                  
                  General interface every object providing location should conform to. See moreDeclarationObjective-C @protocol SITLocationInterface <NSObject>Swift protocol SITLocationInterface : NSObjectProtocol
- 
                  
                  Delegate for SITLocationManager. Use this to listen for location related callbacks. See moreDeclarationObjective-C @protocol SITLocationDelegate <NSObject>Swift protocol SITLocationDelegate : NSObjectProtocol
- 
                  
                  Delegate for SITLocationManager. Use this to listen for geofences related callbacks. See moreDeclarationObjective-C @protocol SITGeofencesDelegate <NSObject>Swift protocol SITGeofencesDelegate : NSObjectProtocol
- 
                  
                  Builder block that to configure a SITLocationParametersUpdate instance. See moreDeclarationObjective-C @protocol SITLocationParametersUpdateBuilder <NSObject>Swift protocol SITLocationParametersUpdateBuilder : NSObjectProtocol
- 
                  
                  Class that acts as a controller for SITMapView and manages user interactions and map data. See moreDeclarationObjective-C @protocol SITMapViewController <NSObject>Swift protocol SITMapViewController : NSObjectProtocol
- 
                  
                  Protocol that defines important states of the SITMapView Component See moreDeclarationObjective-C @protocol SITMapViewDelegate <NSObject>Swift protocol SITMapViewDelegate
- 
                  
                  Protocol that describes the interface every object providing directions should conform to. See moreDeclarationObjective-C @protocol SITMapperProtocolSwift protocol SITMapperProtocol
- 
                  
                  Interface that every object that provides navigation must implement. See moreDeclarationObjective-C @protocol SITNavigationInterface <NSObject>Swift protocol SITNavigationInterface : NSObjectProtocol
- 
                  
                  Protocol for SITNavigationManager. Use this to listen for route progression related callbacks. See moreDeclarationObjective-C @protocol SITNavigationDelegate <NSObject>Swift protocol SITNavigationDelegate : NSObjectProtocol
- 
                  
                  Generic interface to control realtime operations See moreDeclarationObjective-C @protocol SITRealTimeInterface <NSObject>Swift protocol SITRealTimeInterface : NSObjectProtocol
- 
                  
                  Generic interface that provides information about the location of the users in Real Time See moreDeclarationObjective-C @protocol SITRealTimeDelegate <NSObject>Swift protocol SITRealTimeDelegate : NSObjectProtocol
 Protocols  Reference
        Protocols  Reference