两个地点之间的路线

发布于 2024-10-28 00:38:40 字数 97 浏览 1 评论 0原文

我将 CSMapAnnotation 类用于不同的目的。现在我必须显示两个位置之间的路线。我确实有两个位置的纬度和经度。

任何人都可以帮助实现这一目标的最佳方法吗?

I am using CSMapAnnotation classes for different purposes. Now I have to show route between two locations. I do have latitude and longitude for both of the locations.

Can any one please help the best way to achieve that ?

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

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

发布评论

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

评论(1

万水千山粽是情ミ 2024-11-04 00:38:40

您可以使用以下示例:

http://blog.kadirpekel.com/2010/05/ 30/drawing_routes_onto_mkmapview_using_unofficial_google_maps_directions_api/

它将调用路由api并解析结果。

然后在地图上方添加一个新图层,其中包含 A 和 B 之间的路线。

You can use this example:

http://blog.kadirpekel.com/2010/05/30/drawing_routes_onto_mkmapview_using_unofficial_google_maps_directions_api/

It will call the routing api and parse the result.

Then a new layer is added above the map with the route between A and B.

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