我有一个带有标记点的静态 Google 地图,但是我想链接到 maps.google.com,以便用户可以查看更大的动态地图或查找方向。这是我的链接代码。<a target="_blank" href="http://maps.google.com/maps?ll=26.097109,-80.1662769">view larger map</a>
如何在 URL 中包含指示 Google 在地图上的这些 GPS 坐标处放置标记的信息?
(编辑)我没有足够的街头信誉来回答我自己的问题,所以我现在就把它放在这里。
链接到 maps.google.com 的正确 URL 应采用以下形式http://maps.google.com/maps?t=h&q=loc:28.834726,-81.328637&z=17。
有关可以在 maps.google.com URL 中使用的属性的完整列表,请访问此资源http://mapki.com/wiki/Google_Map_Parameters。