質問編集履歴
1
api_keyをマスキング化
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
<body>
|
22
22
|
|
23
23
|
<div id="target"></div>
|
24
|
-
<script src="https://maps.googleapis.com/maps/api/js?language=ja®ion=JP&key=
|
24
|
+
<script src="https://maps.googleapis.com/maps/api/js?language=ja®ion=JP&key=API_KEY&callback=initMap" async defer></script>
|
25
25
|
<script src="../js/gmap.js"></script>
|
26
26
|
</body>
|
27
27
|
</html>
|