Protocols
The following protocols are available globally.
-
Protocol that describes the interface every object providing directions should conform to.
See moreDeclaration
Objective-C
@protocol SITDirectionsInterface <NSObject>
-
Delegate for SITDirectionsManager. Use this to listen for directions related callbacks.
See moreDeclaration
Objective-C
@protocol SITDirectionsDelegate <NSObject>
-
General interface every object providing location should conform to.
See moreDeclaration
Objective-C
@protocol SITLocationInterface <NSObject>
-
Delegate for SITLocationManager. Use this to listen for location related callbacks.
See moreDeclaration
Objective-C
@protocol SITLocationDelegate <NSObject>
-
Interface that every object that provides navigation must implement.
See moreDeclaration
Objective-C
@protocol SITNavigationInterface <NSObject>
-
Protocol for SITNavigationManager. Use this to listen for route progression related callbacks.
See moreDeclaration
Objective-C
@protocol SITNavigationDelegate <NSObject>