Voice navigation possible in google map api?(谷歌地图api中可以进行语音导航吗?)
问题描述
如何使用 google map api v3 激活基于语音的方向?我已经实现了从起点到终点给出方向的地图.但现在我想听听我当前所在位置的名称.请帮忙 ?我在 ios UIWebView 中实现了它,所以我从 GPS 获取当前位置.现在我每 2 秒更新一次,但我想添加基于语音的方向.这怎么可能?请帮忙
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
推荐答案
如果您使用 Google Directions API 接收路线,您会以 JSON 格式接收路线,其中包括路线点、路线长度、预期的持续时间行程和说明.您可以获取它们,然后在需要时使用文本转语音从特定指令中发出声音.
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.
这篇关于谷歌地图api中可以进行语音导航吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:谷歌地图api中可以进行语音导航吗?
基础教程推荐
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- 响应更改 div 大小保持纵横比 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01
- 在for循环中使用setTimeout 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 动态更新多个选择框 2022-01-01
- 悬停时滑动输入并停留几秒钟 2022-01-01