回答編集履歴
1
問題が別にあることに気が付いたので追記
answer
CHANGED
@@ -5,4 +5,7 @@
|
|
5
5
|
`<script type="text/javascript" src="main.js" src="https://maps.googleapis.com/maps/api/js?key=API-KEY"></script>`
|
6
6
|
この`API-KEY`のところにはあなたのキーを入れなければならないのでは。
|
7
7
|
まずここから始める必要がありそうですね。
|
8
|
-
[Google Maps Platform スタートガイド | Google Developers](https://developers.google.com/maps/gmp-get-started)
|
8
|
+
[Google Maps Platform スタートガイド | Google Developers](https://developers.google.com/maps/gmp-get-started)
|
9
|
+
|
10
|
+
追記:
|
11
|
+
`src="main.js"`が余計というかAPIの読み込みを邪魔しているのでは?
|