Delegate to handle Audio feedback.
More...
#import <SYNavigationManager.h>
Delegate to handle Audio feedback.
◆ navigation:shouldPlayRailwayAudioFeedback:
Called when railway crossing has warning audio feedback is ready to play.
- Parameters
-
| railway | RailwayCrossing data for audio feedback. |
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlaySharpCurveAudioFeedback:
Called when sharp curve warning audio feedback is ready to play.
- Parameters
-
| turn | SharpCurve data for audio feedback. |
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlayIncidentAudioFeedback:
Called when incident warning audio feedback is ready to play.
- Parameters
-
| incident | Incident data for audio feedback. |
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlaySpeedLimitAudioFeedback:
Called when speed limit warning audio feedback is ready to play.
- Parameters
-
| speedLimit | Speed limit data for audio feedback. |
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlayBetterRouteAudioFeedback:
Called when a better route audio feedback is ready to play.
- Parameters
-
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlayTrafficAudioFeedback:
Called when traffic change audio feedback is ready to play. You have to also turn on SYTraffic.trafficServiceEnabled.
- Parameters
-
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlayInstructionAudioFeedback:
Called when navigation instruction audio feedback is ready to play. You have to implement this method to play navigation instruction.
- Parameters
-
| instruction | Instruction data. |
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ 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. If the delegate implements navigation:shouldPlayVehicleAidAudioFeedback:, it will be called instead of this method.
- Parameters
-
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlayVehicleAidAudioFeedback:
Called when navigation Vehicle Aid audio feedback is ready to play. You have to implement this method to play navigation Vehicle Aid - related sounds.
- Parameters
-
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlayVehicleZoneAudioFeedback:
Called when navigation Vehicle Zone audio feedback is ready to play. You have to implement this method to play navigation Vehicle Zone- related sounds.
- Parameters
-
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
◆ navigation:shouldPlayTrafficSignAudioFeedback:
Called when navigation Traffic Sign audio feedback is ready to play. You have to implement this method to play navigation Traffic Sign related sounds.
- Parameters
-
- Returns
- YES to play the audio feedback. NO to prevent playing the audio feedback.
The documentation for this protocol was generated from the following file: