Google Maps - Multiple Markers via URL only

↘锁芯ラ 提交于 2019-11-28 12:04:04

There is an up-to-date article (updated: May 18 2017) about easily linking to locations and directions using the New Google Maps.

You could use the directions service and form a url as such:

https://www.google.com/maps/dir/33.93729,-106.85761/33.91629,-106.866761/33.98729,-106.85861

Use double slash "//" between markers to leave a position empty e.g. to set a custom start point.

Update

There is another excellent article here

Jay

Well, it is possible without directions. just add at the end: //@ . example:

https://www.google.com/maps/dir/33.93729,-106.85761/33.91629,-106.866761/33.98729,-106.85861//@34.0593359,-106.7131944,11z
bipartite

You might want to take a look at this thread here. However, if you want to make it dynamic, why not use js to have these added as collection and load it to your page?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!