我需要放置几个由嵌入图上的坐标指定的标记.我知道如何做一个标记,但不知道为多个.
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/ms?msid=204293175747830583907.0005022420ef3bca6a816&msa=0&ie=UTF8&t=m&ll=40.79042,-73.945541&spn=0.462677,1.056747&output=embed"></iframe>
解决方法
你不能这样做与谷歌地图iframe嵌入.
您需要使用Google Maps Map Maker(http://www.google.com/maps/mm)或您需要使用Google Maps API(https://developers.google.com/maps/)才能执行此操作.
Google Maps Map Maker的缺点在于,您需要手动返回并重新创建地图,无论您何时进行更改.
我建议使用Google Maps API.
这是一个很棒的小教程,向您展示使用Google Maps API – http://wrightshq.com/playground/placing-multiple-markers-on-a-google-map-using-api-3/的多个标记的简单地图