使用 google maps API 计算 iphone 上两点之间的行驶时间
Posted
技术标签:
【中文标题】使用 google maps API 计算 iphone 上两点之间的行驶时间【英文标题】:Use the google maps API to compute the driving time between two points on an iphone 【发布时间】:2011-04-19 15:01:19 【问题描述】:大家好。我有一个 iphone 应用程序,它根据到达那里需要多长时间来对位置进行排序。有没有办法使用谷歌地图(或类似的东西)来查找点 A 和 B 之间的旅行时间?一年多前在这个论坛上有一个post 说它只能在 javascript 中完成。 This post 给出了一个 javascript 示例。有没有办法在 cocoa-touch 中运行这个 javascript,或者谷歌地图 API 现在支持这个?谢谢!
【问题讨论】:
【参考方案1】:你可以去看看 https://github.com/kishikawakatsumi/MapKit-Route-Directions
【讨论】:
以上是关于使用 google maps API 计算 iphone 上两点之间的行驶时间的主要内容,如果未能解决你的问题,请参考以下文章
如何使用带有 Google Maps Roads API 的坐标列表计算距离
使用 google maps API 计算 iphone 上两点之间的行驶时间
为啥我不能在函数中返回计算出的距离(来自 Google Maps API)? [复制]