Voice-guided turn by turn navigation

843
1
12-07-2016 07:38 AM
RamiGhali1
New Contributor

Hello,

I can't find any way to implement voice-guided turn-by-turn navigation, something like the one available at google maps.

Am I missing something or it is not supported by Esri.

Appreciating any clues.

Thanks.

0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor

Hi Rami,

We provide a way to get the turn-by-turn directions using `AGSRouteTask` but do not provide voice-guided turn-by-turn navigation. What you need to do is, use `AGSRouteTask` to get the turn-by-turn directions and then use Apple's `AVFoundation` framework (look for AVSpeechSynthesizer) to convert direction text into voice.

Hope this helps! 

Regards,

Nimesh