-
Notifications
You must be signed in to change notification settings - Fork 0
/
testAPI.html
300 lines (290 loc) · 10.8 KB
/
testAPI.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>Info windows</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#map {
height: 100%;
}
</style>
</head>
<body>
<div id="map"></div>
<script src="js/initMap.js"></script>
<script>initMap();</script>
<script>
//function initMap() {
//
// var places = [];
//
// var pittsburgh = {pos:null, text:null};
// pittsburgh.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Pittsburgh</h1>'+
// '<div id="bodyContent">'+
// '<p><b>Pittsburgh</b> is my home town.'+
// '<p>(last visited January 5, 2016).</p>'+
// '</div>'+
// '</div>';
// pittsburgh.pos = {lat: 40.4397, lng: -79.9764};
// places[places.length]=pittsburgh;
//
//
// var tegucigalpa = {pos:null, text:null};
// tegucigalpa.pos = {lat: 14.1000, lng: -87.2167};
// tegucigalpa.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Tegucigalpa, Honduras</h1>'+
// '<div id="bodyContent">'+
// '<p>I spent a year here in 2001 with my family.'+
// '<p>(last visited February 2013).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=tegucigalpa;
//
//
// var costarica = {pos:null, text:null};
// costarica.pos= {lat: 9.9333, lng: -84.0833};
// costarica.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">San Jose, Costa Rica</h1>'+
// '<div id="bodyContent">'+
// '<p>Some of my best friends are from Costa Rica, and we visited in 2005. Ticos, Ticos!'+
// '<p>(last visited Summer 2005).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=costarica;
//
//
// var zamora = {pos:null, text:null};
// zamora.pos={lat: -4.0692, lng: -78.9567};
// zamora.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Guadalupe, Ecuador</h1>'+
// '<div id="bodyContent">'+
// '<p>Tranquilo! I spent 6 months in Ecuador with my family in 2006, both attending local school and home-schooling. That\'s where I really learned Spanish.'+
// '<p>(last visited July 2006).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=zamora;
//
// var bolivia = {pos:null, text:null};
// bolivia.pos={lat: -19.05, lng: -65.25};
// bolivia.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Sucre, Bolivia</h1>'+
// '<div id="bodyContent">'+
// '<p>Awesome trip to visit my sister, who was volunteering there for a year.'+
// '<p>(last visited February 2014).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=bolivia;
//
// var manaus = {pos:null, text:null};
// manaus.pos={lat: -3.1, lng: -60};
// manaus.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Manaus, Brazil</h1>'+
// '<div id="bodyContent">'+
// '<p>World Cup 2014!!!'+
// '<p>(last visited June 2014).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=manaus;
//
// var recife = {pos:null, text:null};
// recife.pos={lat: -8.05, lng: -34.9};
// recife.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Recife, Brazil</h1>'+
// '<div id="bodyContent">'+
// '<p>World Cup 2014!!!'+
// '<p>(last visited June 2014).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=recife;
//
// var sanse = {pos:null, text:null};
// sanse.pos={lat: 43.32, lng: -1.98};
// sanse.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">San Sebastian, Spain</h1>'+
// '<div id="bodyContent">'+
// '<p>Study Abroad Spring 2016: lots of travel, and engineering classes in Spanish!'+
// '<p>(current location).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=sanse;
//
// var hendaye = {pos:null, text:null};
// hendaye.pos={lat: 43.36, lng: -1.77};
// hendaye.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Hendaye, France</h1>'+
// '<div id="bodyContent">'+
// '<p>Went for a run from San Sebastian. Ended up in France...'+
// '<p>(last visited February 2016).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=hendaye;
//
// var cairo = {pos:null, text:null};
// cairo.pos={lat: 30.05, lng: 31.23};
// cairo.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Cairo, Egypt</h1>'+
// '<div id="bodyContent">'+
// '<p>Visited Aunt.'+
// '<p>(last visited 1999).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=cairo;
//
// var ramallah = {pos:null, text:null};
// ramallah.pos={lat: 31.9, lng: 35.2};
// ramallah.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Ramallah, West Bank, Palestine</h1>'+
// '<div id="bodyContent">'+
// '<p>Visited Aunt living there.'+
// '<p>(last visited Feburary 2009).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=ramallah;
//
// var istanbul = {pos:null, text:null};
// istanbul.pos={lat: 41.0136, lng: 28.955};
// istanbul.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Istanbul, Turkey</h1>'+
// '<div id="bodyContent">'+
// '<p>Family vacation'+
// '<p>(last visited Summer 2012).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=istanbul;
//
// var bangalore = {pos:null, text:null};
// bangalore.pos= {lat: 12.9667, lng: 77.57};
// bangalore.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Bangalore, India</h1>'+
// '<div id="bodyContent">'+
// '<p>Internship with Wipro Technologies for the Summer of 2014.'+
// '<p>(last visited July 2014).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=bangalore;
//
// var kashmir = {pos:null, text:null};
// kashmir.pos={lat: 33.45, lng: 76.24};
// kashmir.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Kashmir, India</h1>'+
// '<div id="bodyContent">'+
// '<p>Amazing 7-day backpacking trek in the mountains'+
// '<p>(last visited July 2014).</p>'+
// '</div>'+
// '</div>';
// places[places.length]=kashmir;
//
// var bangkok = {pos:null, text:null};
// bangkok.pos={lat: 13.7563, lng: 100.502};
// bangkok.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Bangkok, Thailand</h1>'+
// '</div>';
// places[places.length]=bangkok;
//
// var kohtao = {pos:null, text:null};
// kohtao.pos={lat: 10.1000, lng: 99.84};
// kohtao.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Koh Tao, Thailand</h1>'+
// '</div>';
// places[places.length]=kohtao;
//
// var singapore = {pos:null, text:null};
// singapore.pos={lat: 1.30, lng: 103.8};
// singapore.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Singapore, Singapore</h1>'+
// '</div>';
// places[places.length]=singapore;
//
// var kl = {pos:null, text:null};
// kl.pos={lat: 3.1333, lng: 101.7};
// kl.text = '<div id="content">'+
// '<div id="siteNotice">'+
// '</div>'+
// '<h1 id="firstHeading" class="firstHeading">Kuala Lumpur, Malaysia</h1>'+
// '</div>';
// places[places.length]=kl;
//
// var map = new google.maps.Map(document.getElementById('map'), {
// zoom: 3,
// center: {lat: 43.32, lng: -1.98}
// });
//
//
//
// infowindow = new google.maps.InfoWindow();
//
// for (var i=0; i<places.length;i++){
//
// var marker = new google.maps.Marker({
// position: places[i].pos,
// map:map,
// title: 'Place'+i
// });
//
// marker.content = places[i].text;
//
// var infoWindow = new google.maps.InfoWindow();
// google.maps.event.addListener(marker, 'click', function () {
// infoWindow.setContent(this.content);
// infoWindow.open(this.getMap(), this);
// });
//
// }
//
//}
//function geocodeAddress(geocoder, location) {
// geocoder.geocode({'address': location}, function(results, status) {
// if (status === google.maps.GeocoderStatus.OK) {
// return results[0].geometry.location;
// }else{
// return {lat:-45, lng: -45};
// }
// });
//}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDyal8VFp5ATtC3wJSnbQ5lg9XFu5ylg1k&signed_in=true&callback=initMap">
</script>
</body>
</html>