谷歌地图标记街道上两点之间的路径
也许这不是第一个类似的问题,但无论如何: 我正在寻找一种功能 可以标记车辆路径 城市两点之间的城市街道(例如 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以根据 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