如何使用iframe显示带有气泡信息的Google地图?

时间:2014-10-15 07:42:08

标签: google-maps google-maps-api-3

我正在寻找iframe代码来显示带有地址信息的Google地图,其高度为300px,宽度为300px。

这是我的地图信息。 纬度:64.324498 经度:-22.067540

1 个答案:

答案 0 :(得分:1)

<iframe
  width="300"
  height="300"
  frameborder="0" style="border:0"
  src="https://www.google.com/maps/embed/v1/place?key=API_KEY
    &q=Space+Needle,Seattle+WA">
</iframe>

您应该查看Google Maps API here