谷歌地图标记街道上两点之间的路径

发布于 2024-11-07 14:05:46 字数 131 浏览 0 评论 0原文

也许这不是第一个类似的问题,但无论如何: 我正在寻找一种功能 可以标记车辆路径 城市两点之间的城市街道(例如 A 和 B), 包括转弯等。 有一些设施吗? 如果没有,请提供一些如何完成的想法。 如果有任何帮助,我们将不胜感激:) 希望我说清楚了。

Maybe it's not the first similar question but anyway:
I'm looking for a kind of functionality to
make available to mark the vehicle path across the
city streets between two points in city (for example A and B),
including the turns and etc.
Is there some facilities?
If not please offer some idea how it can be done.
Will be appresiated for any help :)
Hope I was clear.

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

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

发布评论

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

评论(1

诠释孤独 2024-11-14 14:05:46

您可以根据 Google 地图的参数手动构建 URL。您可以在此处查看所有方向参数(及其他参数)。

包含源地址和目标地址的基本网址如下所示:

http://maps.google.com/maps?f=d&hl=en&geocode=&saddr=ENTERSOURCEADDRESS&daddr=ENTERDESTINATIONADDRESS

You can manually construct the URLs based on the parameters that Google Maps has. You can see all the Direction parameters (and others) here.

A basic URL with a source and destination address would look like this:

http://maps.google.com/maps?f=d&hl=en&geocode=&saddr=ENTERSOURCEADDRESS&daddr=ENTERDESTINATIONADDRESS

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