iPhone Mapkit 行车路线

发布于 2024-11-28 02:20:59 字数 63 浏览 1 评论 0原文

我需要构建一个类似于iPhone内置地图的应用程序。我想给出起点和终点位置以及到达那里的路线方向和距离。请帮我。

I need to build an application similar to iPhone built-in maps. I want to give the start and end location and the route directions to reach there along with the distance. Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

旧情别恋 2024-12-05 02:20:59

您可以使用以下 API 来获取路线。您必须给出起点和终点的纬度、经度,它将以 XML 格式显示结果。然后您可以在地图上绘制路线。

LINK

You can use the following API to get the directions.You have to give start and endpoint latitude , longitude and it will display the result in an XML format.Then you can draw the route on map.

LINK

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