Google Map

Embed Google Maps

Easily embed and customize Google Maps on your web page or blog by setting the Google.

To use the Maps Embed API on your web page, set the URL you've built as the value of an iframe's src attribute. Control the map's size with the iframe's height and width attributes, for example:

1
2
3
4
5
6
7
8
<iframe
width="640"
height="480"
frameborder="0" style="border:0"
referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/d/embed?mid=1Dmw1V2OwTV5C7KWjAhHR5bEZugqMnCA&ehbc=2E312F"
allowfullscreen>
</iframe>

References

  1. Embedding Map
  2. Google Map如何嵌入網頁?地圖、路線地圖嵌入教學|天矽科技客製化網頁設計

Google Map
https://waipangsze.github.io/2024/10/02/google-map/
Author
wpsze
Posted on
October 2, 2024
Updated on
October 3, 2024
Licensed under