html – 多个标记google maps embed API

前端之家收集整理的这篇文章主要介绍了html – 多个标记google maps embed API前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我需要放置几个由嵌入图上的坐标指定的标记.我知道如何做一个标记,但不知道为多个.
<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/的多个标记的简单地图

原文链接:https://www.f2er.com/html/230241.html

猜你在找的HTML相关文章