回答編集履歴

1

fix

2017/05/08 13:24

投稿

kyrieleison
kyrieleison

スコア40

test CHANGED
@@ -1,4 +1,14 @@
1
+ Google がいくつか Web API を提供しており、iframeタグのみでマップを埋め込みできる Google Maps Embed API
2
+
3
+ や、画像を生成できる Google Static Maps API であれば、CSS や JavaScript の必要がなく、Google API キーの発行のみで表示ができます。
4
+
5
+
6
+
1
- Google がいくつか Web API を提供しており、最もシンプルな[Google Static Maps API](https://developers.google.com/maps/documentation/static-maps/intro?hl=ja)であれば、下記のコードだけでマップ表示が可能です。
7
+ ### [Google Static Maps API](https://developers.google.com/maps/documentation/static-maps/intro?hl=ja)
8
+
9
+
10
+
11
+ Google Static Maps APIであれば、下記のコードだけでマップ表示が可能です。
2
12
 
3
13
 
4
14
 
@@ -22,7 +32,11 @@
22
32
 
23
33
 
24
34
 
25
- 画像としてではなく、iframe でマップを埋め込みたいのであれば[Google Maps Embed API](https://developers.google.com/maps/documentation/embed/guide?hl=ja)が利用できます。
35
+ ### [Google Maps Embed API](https://developers.google.com/maps/documentation/embed/guide?hl=ja)
36
+
37
+
38
+
39
+ 画像としてではなく、iframe でマップを埋め込みたいのであればGoogle Maps Embed APIが利用できます。
26
40
 
27
41
 
28
42
 
@@ -46,4 +60,8 @@
46
60
 
47
61
 
48
62
 
49
- いずれの場合でも、CSS や JavaScript は必要なく Google API キー発行ので表示ができます。
63
+ コードは[こちら](https://developers.google.com/maps/documentation/embed/start?hl=ja)で作成もできますで、よく分からない方でも簡単に埋め込みができるかと思います。
64
+
65
+
66
+
67
+ 少しでもお力になれば幸いです。