Changing audio recommendations in SKMaps

I am implementing custom turn by step navigation in android using SKMaps. Help text and images display correctly on the Driving View. The audio tip only shows distance and direction (for example: turn left 200 feet). But I want to include the street name (for example: 200 feet, turn left to XXXX) in audio conference.

I tried to change the audio advice in the onSignalNewAdviceWithInstruction method. But it doesn't work.

Do I need to change my advisor_configfiles settings?

Please provide some suggestions.

+3


source to share


1 answer


The TTS configuration files already have street names. To have the TTS system game generate audio messages see: http://developer.skobbler.com/getting-started/android#sec017



+2


source







All Articles