【问题标题】:How to display Google-map with bubble information using iframe?如何使用 iframe 显示带有气泡信息的 Google 地图?
【发布时间】:2014-10-15 07:42:08
【问题描述】:

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

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

【问题讨论】:

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


    【解决方案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

    【讨论】:

      猜你喜欢
      • 2013-01-13
      • 2016-09-14
      • 1970-01-01
      • 2014-10-16
      • 2011-05-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-07-25
      相关资源
      最近更新 更多