From 89c141f3dd24054283777a7bb36b3f42a2916bbf Mon Sep 17 00:00:00 2001 From: Krystalllll Date: Mon, 26 Sep 2016 16:53:53 -0400 Subject: [PATCH 1/7] Update index.html --- index.html | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6524157..c7ee3e9 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,51 @@ - Mashup + +

Mashup_google map

+
+ + + + + + + From 65d2c87999f81717542af3852d8159fdf1dc2ca9 Mon Sep 17 00:00:00 2001 From: Krystalllll Date: Mon, 26 Sep 2016 17:04:45 -0400 Subject: [PATCH 2/7] Update index.html --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c7ee3e9..678dbb3 100644 --- a/index.html +++ b/index.html @@ -30,15 +30,14 @@

Mashup_google map

} $.ajax({ - url: "https://maps.googleapis.com/maps/api/geocode/json?address="+location+"&key=AIzaSyBNNRYFdgYqPMPaWvgFjZD9dAeR06Kii1c"; - type: "GET", + url: "https://maps.googleapis.com/maps/api/geocode/json?address="+location+"&key=AIzaSyBNNRYFdgYqPMPaWvgFjZD9dAeR06Kii1c", success: function (data) { var result = JSON.parse(data); //Alert the city alert(result.results[0].geometry); }, error: function () { - alert("code not found"); + alert("Page not found"); } }); } From 7106f3f6d7cc3c87383f613f7b76ecc3ba88883f Mon Sep 17 00:00:00 2001 From: Krystalllll Date: Mon, 26 Sep 2016 17:21:43 -0400 Subject: [PATCH 3/7] Update index.html --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 678dbb3..173614b 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,11 @@

Mashup_google map

+ Enter Address:
+
+ + +
@@ -17,6 +22,7 @@

Mashup_google map

- - + + +