Google 路线导航 API (iPhone)
我无法从 Google 找到提供逐段指示的 API。只是想确定这种类型是否是公开的?如果没有,我在 iOS 上有哪些替代方案?
谢谢!
I can't find API from Google which provides turn by turn based directions. Just wanted to make sure if this type is even public? If not, what are my alternatives on iOS?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过谷歌搜索“Google Maps Directions API”?这很容易在 Google 或 Google Maps API 主页上找到。
http://code.google.com/apis/maps/documentation/directions/
Have you tried Googling "Google Maps Directions API"? This is easy to find on Google or in the Google Maps API homepage.
http://code.google.com/apis/maps/documentation/directions/
当我在 Android 上实现此功能时,我将带有地址的 URI 格式字符串传递给操作系统,该操作系统调用了包含的逐向导航,我记得这是第 3 方 api(但随操作系统一起提供)。现在我正在开发 iOS,我也想在 iPhone 上找到一个解决方案。据我所知,到目前为止,iOS 还没有类似的 API。我真的希望我在这里错了。
希望这有帮助。
When I implemented this on Android, I passed a URI formatted string with an address to the OS which called the included turn-by-turn navigation which I recall was a 3rd party api (but shipped with the OS). Now that I'm developing iOS, I too would like to identify a solution on iPhone. As far as I can tell so far, there is no similar API for iOS (yet). I actually hope that I'm wrong here.
Hope this helps.