Maps Embed API 總覽

使用以下項目,在網頁上放置互動式地圖或街景服務全景: Maps Embed API。使用簡單的 HTTP 要求,不必使用 JavaScript。

您可以將 Maps 嵌入 API 網址設為 iframe 的 src 屬性。設定 src 資源時,必要的 q 參數可支援網址轉義處理過的地點名稱、地址、plus code 或 Place ID

<iframe
  width="600"
  height="450"
  style="border:0"
  loading="lazy"
  allowfullscreen
  referrerpolicy="no-referrer-when-downgrade"
  src="https://www.google.com/maps/embed/v1/place?key=API_KEY
    &q=Space+Needle,Seattle+WA">
</iframe>

開始使用