在 iPhone 中获取行车路线
我阅读了 iPhone 和适用于 iPhone 的 Google 地图 EULA,并希望在我的 iPhone 应用程序(本机)中实现静态驾驶方向图。
我正在寻找一种简单的方法来获取路线数据并使用 iOS 4 SDK 的 Mapkit 中的内置路线显示功能进行显示。
有没有程序员用 Google Map 和 Bing Map 实现这样的功能?由于 Bing Map 在 SOAP Web 服务中提供了路线数据,因此使用 Bing 的服务来编程驾驶方向似乎更容易。
I read both iPhone and Google Map for iPhone EULA and want to implement a static driving direction map in my iPhone application (native).
I am finding a simple way to get route data and display with build-in route display feature in iOS 4 SDK' Mapkit.
Is there any programmer implement a feature like this with Google Map and Bing Map? Since Bing Map provided routing data in SOAP web service, it's seem easier to programming driving direction with Bing's service.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了这个问题的解决方案。只需使用 JSON 解析器即可获取 google 地图 API
例如:
I found the solution for this. Just use a JSON parser to got google map API
For example: