Google 路线导航 API (iPhone)

发布于 2024-12-05 07:50:34 字数 82 浏览 0 评论 0原文

我无法从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

静待花开 2024-12-12 07:50:34

您是否尝试过谷歌搜索“Google Maps Directions API”?这很容易在 Google 或 Google Maps API 主页上找到。

http://code.google.com/apis/maps/documentation/directions/

“steps数组中的每个元素定义了一个步骤
计算出的方向。步是方向中最基本的单位
路线,包含描述特定的单个步骤的单个步骤
旅途中的指导。例如“在 W. 4th St. 左转”步骤
不仅描述了指令,还包含了距离和
与此步骤如何相关的持续时间信息
以下步骤。例如,标记为“并入 I-80 West”的步骤
可能包含“37英里”和“40分钟”的持续时间,表明
下一步距离此步骤 37 英里/40 分钟。”

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/

"Each element in the steps array defines a single step of the
calculated directions. A step is the most atomic unit of a direction's
route, containing a single step describing a specific, single
instruction on the journey. E.g. "Turn left at W. 4th St." The step
not only describes the instruction but also contains distance and
duration information relating to how this step relates to the
following step. For example, a step denoted as "Merge onto I-80 West"
may contain a duration of "37 miles" and "40 minutes," indicating that
the next step is 37 miles/40 minutes from this step."

你在我安 2024-12-12 07:50:34

当我在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文