I'am doing turn by turn navigation app, i have two questions to ask:
1- How can i change the language of advice instructions? i did like this :
SKAdvisorSettings *adviceSettings = [[SKAdvisorSettings alloc]init];
adviceSettings.advisorType = SKAdvisorTypeTextToSpeech;
adviceSettings.language = SKAdvisorLanguageFR;
But i get always instruction in English.
2- How can i change the distance between advices, for example i want to speech instruction every 500/200/10 .
Thanks you for help.