forked from Radhika025/Sakura_Team-058
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap (1).html
204 lines (195 loc) · 24.6 KB
/
map (1).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
<!DOCTYPE html>
<html>
<head>
<title> </title>
<style>
* {
margin: 0;
padding: 0;
}
#map{
height: 1000px;
width: 100%;
}
</style>
</head>
<body>
<div id="map">
</div>
<script defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAnkzZ3ctLCsd1xJmjDKNvt0cdC8pGZLvk&libraries=visualization&callback=initMap">
</script>
<script>
let map, heatmap;
function initMap() {
map = new google.maps.Map(document.getElementById("map"), {
zoom: 13,
center: { lat: 37.775, lng: -122.434 },
mapTypeId: "satellite",
});
heatmap = new google.maps.visualization.HeatmapLayer({
data: getPoints(),
map: map,
});
}
function toggleHeatmap() {
heatmap.setMap(heatmap.getMap() ? null : map);
}
function changeGradient() {
const gradient = [
"rgba(0, 255, 255, 0)",
"rgba(0, 255, 255, 1)",
"rgba(0, 191, 255, 1)",
"rgba(0, 127, 255, 1)",
"rgba(0, 63, 255, 1)",
"rgba(0, 0, 255, 1)",
"rgba(0, 0, 223, 1)",
"rgba(0, 0, 191, 1)",
"rgba(0, 0, 159, 1)",
"rgba(0, 0, 127, 1)",
"rgba(63, 0, 91, 1)",
"rgba(127, 0, 63, 1)",
"rgba(191, 0, 31, 1)",
"rgba(255, 0, 0, 1)",
];
heatmap.set("gradient", heatmap.get("gradient") ? null : gradient);
}
function changeRadius() {
heatmap.set("radius", heatmap.get("radius") ? null : 20);
}
function changeOpacity() {
heatmap.set("opacity", heatmap.get("opacity") ? null : 0.2);
}
const points = [[37.73142103163628, -122.4742141439987],
[37.78315271363062, -122.40996682879742],
[37.73961639517795, -122.4064257143546],
[37.78010456170456, -122.43901114595363],
[37.76347752755384, -122.48274902680497],
[37.764679615052145, -122.41784201968413],
[37.72434407889326, -122.44446079786432],
[37.80530476189706, -122.42350890676167],
[37.7152905605494, -122.40722986084361],
[37.72937962724985, -122.39243053199797],
[37.77914184768809, -122.39154236754402],
[37.78133139852599, -122.45436483306672],
[37.79871566793541, -122.4097502734924],
[37.75380325241695, -122.4017891022381],
[37.73392389927918, -122.43440892675154],
[37.783284689808326, -122.41796030765151],
[37.771867043690754, -122.40427376571589],
[37.786024743361054, -122.4945698202079],
[37.748620964500546, -122.50095042580865],
[37.764362921235424, -122.45153251201828],
[37.74812104761334, -122.42075410420982],
[37.789226581742724, -122.40147077217769],
[37.77994140122409, -122.4695663671937],
[37.78385297075782, -122.43316658658989],
[37.757199227328854, -122.43290747667767],
[37.80021494797136, -122.4385642400907],
[37.8096707013239, -122.365565425353], [37.73041440390754, -122.38237520351271], [37.74331412681058, -122.46545599000234], [37.71632270557924, -122.46510513301845],
[37.77408093347215, -122.41953459560162], [37.7920516870974, -122.4211615316273], [37.73869801774475, -122.49135425884722], [37.778428419233975, -122.5136037426459],
[37.711702784825306, -122.432844833975], [37.767865662022004, -122.42442738140888], [37.728668135680216, -122.4038716476172], [37.75283486174786, -122.39172943114974],
[37.788341197757056, -122.40900838961885], [37.76153101716474, -122.46919596566453], [37.77599475424302, -122.41463814151334], [37.743142736983394, -122.47513617303692],
[37.807512112827375, -122.4100542259229], [37.763411976738716, -122.50901988383384], [37.77690720027323, -122.48194851479823], [37.73468854674513, -122.3904849247629],
[37.711578774127936, -122.41734592717216], [37.72418173460159, -122.42956541006458], [37.714137492378285, -122.4846647268147], [37.79598405058595, -122.39779005136262],
[37.7704577129334, -122.44435560956423], [37.75207534131547, -122.41218543685567], [37.72417492334877, -122.45835939545852], [37.714105718717384, -122.44425594963529],
[37.765601573072786, -122.41257218702096], [37.72966716627389, -122.4198814097555], [37.77156674931382, -122.49018433416015], [37.789306367288724, -122.39160821071428],
[37.77593973048112, -122.42933331037048], [37.76515381303304, -122.39642771643348], [37.78597263871514, -122.40087704440067], [37.757019150453964, -122.41548003533966],
[37.75189993907061, -122.44112498099048], [37.72133132347584, -122.3959889472079], [37.78198224970288, -122.40325042036179], [37.802399057809176, -122.4189696417794],
[37.77267503119311, -122.46622644480921], [37.72020714478531, -122.46927886174515], [37.76324662766177, -122.4344833869743], [37.76850228972927, -122.45350758110112],
[37.78801341186381, -122.43929221254446], [37.75604723033018, -122.42222738819126], [37.788201514992984, -122.42598336378562], [37.75809303386407, -122.38781079097097],
[37.793312937809965, -122.40687841562527], [37.75884654726144, -122.49216280958652], [37.775398579204726, -122.4034115561539], [37.801034882548755, -122.42970368053109],
[37.78188499878389, -122.447165619043], [37.77133884071574, -122.41286070821062], [37.76528035268143, -122.40287418668603], [37.740818459271196, -122.45827594006673],
[37.80381499993718, -122.44747587975478], [37.78525337062088, -122.40644158742246], [37.718671718483144, -122.3903470653074], [37.78760821988994, -122.4196264125764],
[37.716502674597365, -122.45171499742716], [37.78245760081767, -122.42355566231309], [37.80534074332982, -122.41603787274387], [37.735596807062166, -122.42225545150984],
[37.782789023568974, -122.39804694698988], [37.7247384376425, -122.49770432371], [37.753526155192134, -122.47764820835572], [37.77073296093193, -122.51079944147257],
[37.75073811364011, -122.43097750312744], [37.78207066889108, -122.41390828355414], [37.75337728486317, -122.48913736375651], [37.78012675472343, -122.48842224273801],
[37.742770682551594, -122.50137008437383], [37.769492573727256, -122.45035176968014], [37.72023985512238, -122.47662066166846], [37.80151462702497, -122.40540307864408],
[37.78091939938317, -122.42820530002363], [37.76219790174745, -122.46119267969176], [37.78145860074053, -122.4603909976522], [37.77992300098619, -122.43176669132248],
[37.74218089695627, -122.3880088823181], [37.7357264891892, -122.44882220797435], [37.76141080152445, -122.42854922590988], [37.78578430127689, -122.41365058006774],
[37.72915369995849, -122.37320008016589], [37.78002711465297, -122.40718664460104], [37.7225245793759, -122.4397811744061], [37.78469086223283, -122.47940314722226],
[37.73021904054215, -122.3983193279945], [37.75962609048105, -122.43774833210787], [37.74242484113884, -122.42232930009992], [37.73878965126547, -122.48532597096845],
[37.767241156468245, -122.42134946810874], [37.74483682205124, -122.39789264871445], [37.78887811675545, -122.43163550180729], [37.71451320075485, -122.47148256134724],
[37.7884895064203, -122.41544908023411], [37.77337615824692, -122.506643182911], [37.75225279896587, -122.41827114688705], [37.772134244144624, -122.43168635597988],
[37.740053409065744, -122.41453510276573], [37.74333462821934, -122.48093091056012], [37.77391054014908, -122.39124435848419], [37.72960892730446, -122.42913628892732],
[37.7524267077181, -122.4090457204274], [37.77372425745098, -122.43910104869609], [37.73483323071797, -122.47044189035215], [37.790420941253416, -122.44352561445542],
[37.73747761195356, -122.37980339785459], [37.782679544886356, -122.39340238943552], [37.725904042637154, -122.4743135625841], [37.774575414126446, -122.45299282437556],
[37.77310649436015, -122.42629932616306], [37.734639774864384, -122.40059489784078], [37.7413206126588, -122.43521004642135], [37.72425437655161, -122.41541017189797],
[37.774991179898045, -122.44504127944626], [37.77789546999541, -122.49790725322266], [37.718792995041305, -122.42642491251722], [37.79740733865929, -122.40581682410637],
[37.74509058139657, -122.45464872624486], [37.795754125997945, -122.42244639696446], [37.759971848758674, -122.44699139652033], [37.76453761711701, -122.42279577648036],
[37.71347429613795, -122.45619750518469], [37.77907098933768, -122.40996723842306], [37.778286047685526, -122.41543601893217], [37.75314814842705, -122.39697042246323],
[37.79330976304818, -122.39684301133939], [37.75820450702491, -122.41089219181185], [37.76409555783615, -122.47212737326457], [37.76868694818349, -122.40486214903346],
[37.76211863350752, -122.50119701407246], [37.77557116310266, -122.41236350041882], [37.77701996040497, -122.39905670110072], [37.761022471699484, -122.41918322495901],
[37.755721348057875, -122.50411957849684], [37.746917568498795, -122.4280950885906], [37.756677295985014, -122.4067163938587], [37.72313742862451, -122.43642288084305],
[37.720852996259, -122.46206876315306], [37.78807456917017, -122.3972374003094], [37.79181129710421, -122.41019370632551], [37.78914748026937, -122.40707300971349],
[37.78184975496001, -122.41585096925388], [37.72630691912367, -122.38774801269271], [37.780908881839046, -122.41999322503534], [37.78506364898485, -122.40865413011342],
[37.7949243490065, -122.41754607053846], [37.72194029846757, -122.4513822173215], [37.755961883801234, -122.4666163086956], [37.73562480360552, -122.41299008951223],
[37.74644423478609, -122.40889997928433], [37.76253658378196, -122.47782511543278], [37.767924855175366, -122.41599884337927], [37.73398940107314, -122.41663149078524],
[37.78613610158389, -122.48690486994954], [37.80620031081331, -122.4066944838187], [37.72046694125678, -122.4058789305947], [37.76524382699886, -122.38912378540023],
[37.7974232542415, -122.43144914505467], [37.785089554870225, -122.46354239327053], [37.765037389839506, -122.46657037789761], [37.76704834667896, -122.42933425494006],
[37.71080846026729, -122.3964386240459], [37.78007915298163, -122.46431343641024], [37.78132867793039, -122.48500590733565], [37.80235347960492, -122.41043550441385],
[37.783186874588985, -122.38881374786588], [37.74351212003052, -122.48907426131079], [37.799193916146095, -122.43521984867247], [37.76491903887782, -122.44343686337629],
[37.74921351346053, -122.41314506380499], [37.7337589378922, -122.45741201776856], [37.71745794591569, -122.48001734085504], [37.7327320035431, -122.48322338116017],
[37.797599246368044, -122.40229353012357], [37.73215700487647, -122.4402858491114], [37.77441064960824, -122.47680489732916], [37.80793319647281, -122.41599681474928],
[37.780105251360794, -122.4365529532709], [37.73305396392056, -122.38684432088806], [37.7766061313192, -122.3940758590973], [37.75144295429695, -122.47184096627021],
[37.7864414620333, -122.4543710921488], [37.762604560697056, -122.40753433342633], [37.78516927928061, -122.4186725856726], [37.7377907315641, -122.39194020027175],
[37.71057032921833, -122.42093193783235], [37.74666935494781, -122.44440058089825], [37.78078841909122, -122.48104823138131], [37.72493887859454, -122.42279365096962],
[37.748177734592126, -122.45980968144409], [37.77963320493707, -122.42302409276975], [37.76953488863212, -122.42017473635487], [37.77626808052722, -122.45999278482056],
[37.77311000502635, -122.48529070277779], [37.72578719046654, -122.45236663248413], [37.78388641259342, -122.4428785732352], [37.7162994625072, -122.44072306838314],
[37.80165851471877, -122.40112061843483], [37.710364947379944, -122.46174610691813], [37.78666973618914, -122.4076922051125], [37.77676699317048, -122.41821452615024],
[37.74331646779644, -122.42901228578766], [37.78378898241356, -122.42089226338237], [37.78490005010413, -122.42757231903974], [37.78963569583263, -122.42177770061338],
[37.76116172941859, -122.43527477944855], [37.79531812518882, -122.44414148402862], [37.718562257606884, -122.45686717588823], [37.78996800643882, -122.4178964133105],
[37.711745968340786, -122.40980118019382], [37.723331413187154, -122.40179487663322], [37.71436902734109, -122.49205229230378], [37.78022113047382, -122.47370506970859],
[37.7989547291076, -122.42413327698131], [37.756078615172804, -122.45373080124475], [37.80443879828725, -122.43359928392957], [37.79024723278225, -122.40469439156145],
[37.73613699705088, -122.50477762504532], [37.77955576169816, -122.50364512077647], [37.716650423872856, -122.47438657653039], [37.773317048803904, -122.41067889862221],
[37.70993675722878, -122.45473819464834], [37.77330117083343, -122.39749283498827], [37.75234126237457, -122.44671931585013], [37.72949949106303, -122.46722113420749],
[37.781097130128494, -122.40873985733901], [37.77070616996718, -122.40764019705516], [37.74843778822065, -122.4039052925715], [37.783950058446344, -122.40792029423288],
[37.76181456867388, -122.41664440747088], [37.762309303695005, -122.40266186070261], [37.73988542527963, -122.46721602374946], [37.75713838287275, -122.39475322550108],
[37.75122201224188, -122.43469557034612], [37.76604348100433, -122.45713255277607], [37.80472176720155, -122.43985066676383], [37.772365837132526, -122.49642017453648],
[37.75656851290608, -122.48174313705786], [37.73234774199298, -122.40536620843886], [37.73402885452233, -122.42650966060697], [37.74856486211479, -122.38644532671961],
[37.73760507982858, -122.39692211704279], [37.73113091711743, -122.4939067806856], [37.796403470674015, -122.41331805844919], [37.80674348081663, -122.41943537410101],
[37.7291927858812, -122.4318855089836], [37.73267736138994, -122.39151108996491], [37.79413224960385, -122.40046463268423], [37.770388974306755, -122.42954757264549],
[37.74758024678372, -122.49272139947279], [37.742052168119194, -122.49643335561971], [37.786605995558936, -122.4106375047573], [37.75848724878171, -122.39853671941847],
[37.780684170794174, -122.41238978798167], [37.787032743753066, -122.45093397384537], [37.720372248009056, -122.43016037486612], [37.71095649306615, -122.44598544081819],
[37.763872637021116, -122.49293941055998], [37.74578615365388, -122.47149395707741], [37.78469109064895, -122.47261458928979], [37.77320796130354, -122.4222879592612],
[37.72766464187875, -122.38151352964857], [37.75711616886996, -122.42685641705731], [37.75501542757375, -122.41858518081283], [37.73936917878199, -122.418063112951],
[37.78338446428556, -122.43708386125884], [37.74826376680595, -122.41753064658744], [37.77984758386406, -122.41434532337635], [37.776048604146006, -122.49217851105658],
[37.73204524625746, -122.37916392287089], [37.786053078306544, -122.41664950252684], [37.752644182520235, -122.40587642783737], [37.726730740595805, -122.47849778937973],
[37.801193621162554, -122.4143966960353], [37.79105033555192, -122.42962048883015], [37.77501040214949, -122.44900034904717], [37.81806263266997, -122.37307544154973],
[37.78264861987062, -122.46706565787647], [37.773177279848326, -122.41682951015939], [37.76996631395818, -122.44733270531538], [37.767811040030146, -122.43590061553898],
[37.72137647522328, -122.39245759534809], [37.776145168809215, -122.43726940747385], [37.7817301596194, -122.41163576765722], [37.78591371223391, -122.43008950908121],
[37.780086310250745, -122.39600922526719], [37.786518141080386, -122.39317229136321], [37.74586059196169, -122.45131081667736], [37.7457895340122, -122.39161103477069],
[37.76297072118687, -122.41410271561698], [37.73864956586301, -122.48009022329839], [37.75193272208856, -122.42644833368601], [37.73100027051078, -122.45140504400032], [37.743503106971225, -122.40463811698307], [37.78225676114682, -122.40619778223981], [37.76014468857496, -122.50690253298991], [37.71241504656515, -122.38848758414102], [37.71412560060776, -122.4135337615941], [37.76130497228449, -122.43169262373786], [37.72862050579188, -122.47583528030636], [37.71087566085114, -122.44054572900768], [37.75588104002204, -122.43736239277905], [37.79928240751805, -122.41853108483127], [37.780819418253515, -122.49337882503852], [37.78742979259839, -122.40351540236928], [37.791852103686864, -122.39309974449257], [37.7892879282252, -122.43443651852714], [37.79923248167658, -122.39928584912634], [37.7112471315455, -122.46817035802434], [37.78343566577666, -122.43102045509346], [37.73817192693655, -122.3852608360375], [37.726476116892236, -122.40790160279164], [37.775275713263184, -122.40938820065841], [37.7745571799568, -122.47082919961296], [37.747758895444974, -122.48294833718441], [37.75246607946548, -122.49689092341502], [37.79251517193472, -122.40287140928777], [37.78755202519407, -122.38932261751222], [37.75777983637324, -122.47422775178354], [37.75220423517584, -122.50639274787962], [37.72551763854188, -122.43437412832328], [37.727102285833524, -122.44070691800668], [37.72598445317425, -122.39379568293351], [37.795644707777264, -122.4269583211861], [37.71923759903356, -122.44294460353848], [37.78885636881047, -122.4123756012713], [37.77753092986919, -122.41213876718511], [37.774873858140296, -122.4337560501301], [37.737361316066675, -122.46373312568274], [37.76213299736985, -122.39591520952851], [37.776577823542254, -122.4560482517067], [37.76903250416642, -122.41784504488032], [37.73570775383315, -122.38286636334782], [37.71062264668885, -122.42758486834843], [37.75221771686978, -122.4219814371707], [37.72974374539609, -122.38752276307052], [37.71389317264725, -122.43629444276499], [37.80548783477445, -122.41285172913929], [37.736686161100614, -122.49828023266151], [37.71953899667448, -122.5004969810479], [37.783674123716345, -122.41484866149082], [37.74896839901057, -122.39616322119358], [37.7879161777401, -122.44647171101849], [37.76878258893746, -122.40148815517323], [37.71852555819203, -122.39751443686997], [37.762634512798314, -122.42177138563935], [37.77933673570633, -122.40279282667703], [37.78477778509509, -122.41184200200973], [37.71920367888044, -122.48324782542893], [37.77920722128415, -122.4169633105813], [37.772437136881614, -122.38946148332765], [37.78493859514079, -122.39640350199085], [37.794279729945295, -122.4381486429209], [37.72853158486534, -122.42570769779003], [37.784383708382606, -122.40430427385296], [37.71261181560122, -122.40230407714269], [37.730171263763545, -122.4462306716658], [37.767873520721146, -122.43229459467908], [37.773615682064296, -122.41351372484674], [37.785774319829635, -122.42389614984997], [37.760420580620504, -122.46421264339861], [37.771596551131985, -122.45359803631072], [37.759484578934185, -122.4216653690012], [37.77811128183771, -122.40515384290862], [37.764507223193995, -122.42679162160908], [37.770963823377144, -122.42289664683388], [37.76926188436291, -122.42680489474617], [37.75280032051142, -122.41501482736612], [37.76603035337343, -122.41003986035692], [37.73526365571329, -122.39417134119817], [37.761236514444654, -122.38932977066888], [37.74839877937984, -122.4765538006763], [37.7751369444496, -122.4642838872445], [37.7833629781496, -122.41252845857936], [37.763475334970934, -122.45817666503049], [37.79638923136939, -122.40857173380468], [37.76161001224829, -122.4113254032136], [37.745796906873956, -122.41279289195914], [37.75975220155035, -122.41549699445096], [37.773236580451, -122.50169776875474], [37.738021763498786, -122.41034823322053], [37.77673231418384, -122.40728719284014], [37.765486541056575, -122.47746980942757], [37.79186297308723, -122.4247872786366], [37.719775521767446, -122.44699937068185], [37.71789332313658, -122.40181112022182], [37.79198818441456, -122.41434777397328], [37.74483923303213, -122.43882147360566], [37.740062497987935, -122.44774959942525], [37.80000569595417, -122.4460949484373], [37.73354921287948, -122.48938954492378], [37.74592918935959, -122.43346246126133], [37.80396572083, -122.40305754176526], [37.72275034271658, -122.45498966435369], [37.75650927137237, -122.44232144870948], [37.760421025647155, -122.42528586976275], [37.75893068030423, -122.49735397312276], [37.73935894341241, -122.42845604302484], [37.73023246219591, -122.41191194775216], [37.794507870958014, -122.39484342827521], [37.771735784431506, -122.44120814317925], [37.77952862745606, -122.5091214193627], [37.79169428860063, -122.39927166001657], [37.78690052354688, -122.40566564494151], [37.72232271973856, -122.43422503672006], [37.76544642183161, -122.41974712412417], [37.75423746044497, -122.38755485297362], [37.76615218246444, -122.43957526230365], [37.78355210922234, -122.43976795610493], [37.76470345568433, -122.43205736745546], [37.776851584345614, -122.4254993695618], [37.73466012447193, -122.47546084853946], [37.77646192690782, -122.42219267799629], [37.74451743165386, -122.42052379911213], [37.80760412359167, -122.41363791714801], [37.79935203055965, -122.40753845317286], [37.765052344709645, -122.41567633810688], [37.7663792449495, -122.40700501050321], [37.755182078922495, -122.41282172918835], [37.79781343763924, -122.39649653515089], [37.771297385588866, -122.43646065434382], [37.71983402807224, -122.3870438903047], [37.73953499082465, -122.40079137692214], [37.76586863316404, -122.46274477949008], [37.72968833078976, -122.4363849090846], [37.78607078792953, -122.43435216268117], [37.75882049756373, -122.40256651478973], [37.72352490057215, -122.48348088959132], [37.73063946652506, -122.37593146590002], [37.78126014144313, -122.43321229178825], [37.71003374634258, -122.41352983180305], [37.71502906321513, -122.46055626305476], [37.7735954551255, -122.51017579312858], [37.78112014824379, -122.40011765428758], [37.76723975119677, -122.39826044978318], [37.79354005648867, -122.43268344226604], [37.76069535137236, -122.4872155627747], [37.71629146913724, -122.43231335142856], [37.769079775400144, -122.41345716018398], [37.73822360599586, -122.42436578077918], [37.80206025429213, -122.42492616088134], [37.7299380126436, -122.46059121075109], [37.72087765034423, -122.41057526320564], [37.77746194427951, -122.43338573746584], [37.79964386176469, -122.4426209556136], [37.73976310698382, -122.47207670879861], [37.771044251981024, -122.45778552530099], [37.73051309033875, -122.50153280601083], [37.76737114636365, -122.51010539304508], [37.750233314852316, -122.46624188621547], [37.74672049060591, -122.42435338718938], [37.710335477827954, -122.40549110433089], [37.73715062504191, -122.43816214956412], [37.7771883762569, -122.44150224257204], [37.79508211391906, -122.40419186684383], [37.76531848618768, -122.44702639175402], [37.74597942749537, -122.50580615400784], [37.772606933817976, -122.48025407761958], [37.73745069815854, -122.38949831835328], [37.740876610392434, -122.50531568586872], [37.76373815242616, -122.419571379664], [37.719831974471695, -122.438173073545], [37.77015638511994, -122.41039228567323], [37.75843694519669, -122.41876047263186], [37.76202486792336, -122.44008267045919], [37.72526133993215, -122.46238472801251], [37.71074902673193, -122.45051964049817], [37.786648629176405, -122.4214323436952], [37.736360582745235, -122.43131665945678], [37.78580465455076, -122.45882096946379], [37.78040727113483, -122.47736651546732]]
// Heatmap data: 500 Points
//const fs = require('fs');
//fs.readFile('coordinates.txt', 'utf-8', (err, data) => {
// if (err) throw err;
//console.log(data);
// })
function getPoints() {
let point, arr = [];
for(point = 0; point < 500; ++point) {
arr.push(new google.maps.LatLng(points[point][0], points[point][1]));
}
// arr.push(new google.maps.LatLng(37.782, -122.445),
// new google.maps.LatLng(37.782, -122.443),
// new google.maps.LatLng(37.782, -122.441),
// new google.maps.LatLng(37.782, -122.439),
// new google.maps.LatLng(37.782, -122.437),
// new google.maps.LatLng(37.782, -122.435),
// new google.maps.LatLng(37.785, -122.447),
// new google.maps.LatLng(37.785, -122.445),
// new google.maps.LatLng(37.785, -122.443),
// new google.maps.LatLng(37.785, -122.441),
// new google.maps.LatLng(37.785, -122.439),
// new google.maps.LatLng(37.785, -122.437),
// new google.maps.LatLng(37.785, -122.435));
// console.log(
// arr
// );
return arr;
}
</script>
<!--<script defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAnkzZ3ctLCsd1xJmjDKNvt0cdC8pGZLvk&callback=initMap">-->
<!--</script>-->
</body>
</html>