如何在img标记中放置静态Google图片地图网址?

时间:2017-04-26 13:45:10

标签: image google-maps static

https://developers.google.com/maps/documentation/static-maps/intro#quick_example

  

请注意,您无需执行任何“特殊”操作即可获取此图像   显示在页面上。不需要JavaScript。 我们需要做的一切   创建了一个URL,并将其放在标记中。你可以放置一个   您可以在网页的任意位置使用Google Google Static Maps API   放置图像。

如何将网址放在代码中?

1 个答案:

答案 0 :(得分:2)

请参阅此示例从

运行

Quick example

此处在此示例中,我没有使用任何密钥,但您必须使用文档中给出的密钥以避免任何错误



<img width="600" src="https://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x300&maptype=roadmap
&markers=color:blue%7Clabel:S%7C40.702147,-74.015794&markers=color:green%7Clabel:G%7C40.711614,-74.012318
&markers=color:red%7Clabel:C%7C40.718217,-73.998284">
&#13;
&#13;
&#13;