Voice navigation possible in google map api?
Asked Answered
K

2

6

How to I activate voice based directions using google map api v3? I already implemented the maps which give directions from start to end points. But now I want to hear the name of my current location . Please help ? I have it implemented in ios UIWebView so I am getting the current location from GPS. Now I update it every 2 sec, but I wana add voice based directions. How is it possible? Please help

Kussell answered 19/3, 2013 at 10:2 Comment(2)
I do not think that google map api v3 supports it, try to see this site: Capturing Audio & Video in HTML5Ecumenicalism
I think your question should be Is it possible to make a sound by sending word through the JS, then you can send the address by Geocoding.Ecumenicalism
P
4

If you're using Google Directions API for receiving directions, you receive them in JSON format which includes the route points, the route length, the expected duration of the trip and the instructions. You can get them and then use text-to-speech to make sound out of the particular instruction when it's time for it.

Pharmacology answered 3/4, 2014 at 7:54 Comment(5)
are we allowed to do that, does it violates Google privacy policy or not?Arguseyed
Good question. Here's what the Google Maps Terms for Service are saying: https://developers.google.com/maps/terms . Look at 10.2. Yesterday I read it and now I'm not yet sure if my way is violating Google's T&C.Pharmacology
as per the statements i think it is not allowed, but i am still not sure sirArguseyed
@SyedRazaMehdi Me too! I asked in the Google contributors forum but they couldn't tell me anything too: linkPharmacology
I ll just post to confirm that after doing research on their privacy policy i can support the claim made by Syed, as you may not use certain features in the API for any standalone application. More here linkFission
F
1

According 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 guidance; or (b) automatic or autonomous vehicle control.

The recommended way is to redirect the user to the Android app or Web App of Google Maps using Intents.

If you really want to do it, you may choose other Maps services such as HERE maps. They do provide the Turn by turn navigation support inside your app. I have never used it though.

Fellner answered 29/9, 2017 at 9:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.