これまで案件でGoogleマップAPIを使いすぎたせいか、APIを使わずに埋め込む方法を忘れてしまったのでメモ。
|
1 2 3 4 5 6 7 8 |
<iframe width="600" height="450" style="border:0" loading="lazy" allowfullscreen src="https://maps.google.co.jp/maps?output=embed&q=ここに住所を入れる" ></iframe> |
例:
|
1 2 3 4 5 6 7 8 |
<iframe width="600" height="450" style="border:0" loading="lazy" allowfullscreen src="https://maps.google.co.jp/maps?output=embed&q=東京都墨田区押上1丁目1-2" ></iframe> |
