Protocols
The following protocols are available globally.
-
The MQNavigationManagerDelegate protocol defines the methods that a delegate of an MQNavigationManager object can implement to handle events specific to navigation
See moreDeclaration
Objective-C
@protocol MQNavigationManagerDelegate <NSObject>
Swift
protocol MQNavigationManagerDelegate : NSObjectProtocol
-
The MQNavigationManagerPromptDelegate protocol defines the methods that a delegate of an MQNavigationManager object can implement to handle prompts to speak the upcoming maneuvers
See moreDeclaration
Objective-C
@protocol MQNavigationManagerPromptDelegate <NSObject>
Swift
protocol MQNavigationManagerPromptDelegate : NSObjectProtocol