Is voice navigation possible on google map?

How to activate voice prompts using google map api v3? I have already implemented maps that give directions from start to finish. But now I want to hear the name of my current location. Please help? I implemented it in ios UIWebView, so I get the current location from GPS. Now I update it every 2 seconds, but I wana add voice guidance. How is this possible? Please, help

+5
source share
2 answers

If you use the Google Directions API for instructions, you will receive them in JSON format, which includes waypoints, route length, expected trip duration, and instructions. You can get them, and then use text for speech to make sound from a specific instruction when it's time for it.

+4
source

Subject to the Google Maps Terms

No navigation. You will not use the Service or Content for or in connection with (a) real-time navigation or route instructions; or (b) automatic or autonomous driving.

The recommended way is to redirect the user to the Android application or the Google Maps web application using intentions.

, Maps, .. . , .

0

All Articles