1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【HTML】HTMLでGoogleMap地図を埋め込み表示する

Posted at

GoogleMap地図を埋め込み、ブラウザで表示する。

手順

1.表示させたい場所をGoogleMapで検索します。(例:東京タワー)
googlemap01.png

2.共有をクリックします。
googlemap02.png

3.画面中央に共有が出てくる為、地図を埋め込むをクリックします。
googlemap04.png

4.HTMLをコピーをクリックし、コードをコピーします。
googlemap03.png

5.コピーしたコードをHTMLファイルに貼り付けます。
※デフォルトでMapの大きさは以下のようになっています。

  • 小:width="400" height="300"
  • 中:width="600" height="450"
  • 大:width="800" height="600"

googlemap05.png

6.ブラウザで確認するとGoogleMap地図が表示されます。
スクリーンショット 2021-06-20 3.41.35.png

まとめ

指定場所のGoogleMap地図を埋め込み表示することができました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?