Delegate to handle Audio feedback. More...
#import <SYNavigationManager.h>
Instance Methods | |
(BOOL) | - navigation:shouldPlayRailwayAudioFeedback: |
Called when railway crossing has warning audio feedback is ready to play. More... | |
(BOOL) | - navigation:shouldPlaySharpCurveAudioFeedback: |
Called when sharp curve warning audio feedback is ready to play. More... | |
(BOOL) | - navigation:shouldPlayIncidentAudioFeedback: |
Called when incident warning audio feedback is ready to play. More... | |
(BOOL) | - navigation:shouldPlaySpeedLimitAudioFeedback: |
Called when speed limit warning audio feedback is ready to play. More... | |
(BOOL) | - navigation:shouldPlayBetterRouteAudioFeedback: |
Called when a better route audio feedback is ready to play. More... | |
(BOOL) | - navigation:shouldPlayTrafficAudioFeedback: |
Called when traffic change audio feedback is ready to play. You have to also turn on SYTraffic.trafficServiceEnabled. More... | |
(BOOL) | - navigation:shouldPlayInstructionAudioFeedback: |
Called when navigation instruction audio feedback is ready to play. You have to implement this method to play navigation instruction. More... | |
(BOOL) | - navigation:shouldPlayTruckAidAudioFeedback: |
Called when navigation Truck Aid audio feedback is ready to play. You have to implement this method to play navigation Truck Aid - related sounds. More... | |
Delegate to handle Audio feedback.
|
optional |
Called when railway crossing has warning audio feedback is ready to play.
railway | RailwayCrossing data for audio feedback. |
|
optional |
Called when sharp curve warning audio feedback is ready to play.
turn | SharpCurve data for audio feedback. |
|
optional |
Called when incident warning audio feedback is ready to play.
incident | Incident data for audio feedback. |
|
optional |
Called when speed limit warning audio feedback is ready to play.
speedLimit | Speed limit data for audio feedback. |
|
optional |
Called when a better route audio feedback is ready to play.
route | Route data. |
|
optional |
Called when traffic change audio feedback is ready to play. You have to also turn on SYTraffic.trafficServiceEnabled.
traffic | Traffic data. |
|
optional |
Called when navigation instruction audio feedback is ready to play. You have to implement this method to play navigation instruction.
instruction | Instruction data. |
|
optional |
Called when navigation Truck Aid audio feedback is ready to play. You have to implement this method to play navigation Truck Aid - related sounds.
info | Truck Aid data. |