-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlocations.json
58 lines (58 loc) · 1.37 KB
/
locations.json
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
{
"locations": [
{
"name": "Foraker Office",
"latitude": "40.018947",
"longitude": "-105.238762",
"type": "Work"
},
{
"name": "Apple HQ",
"latitude": "37.330526",
"longitude": "-122.029093",
"type": "Work"
},
{
"name": "Mountain Sun Pub",
"latitude": "40.018911",
"longitude": "-105.275149",
"type": "Play"
},
{
"name": "Walnut Brewery",
"latitude": "40.016798",
"longitude": "-105.280387",
"type": "Play"
},
{
"name": "Twisted Pine",
"latitude": "40.020104",
"longitude": "-105.251395",
"type": "Play"
},
{
"name": "Tahona Tequila Bistro",
"latitude": "40.01761",
"longitude": "-105.281912",
"type": "Play"
},
{
"name": "Casa Alvarez",
"latitude": "40.020688",
"longitude": "-105.251725",
"type": "Play"
},
{
"name": "The White House",
"latitude": "38.897678",
"longitude": "-77.036517",
"type": "Work"
},
{
"name": "Bellagio",
"latitude": "36.112026",
"longitude": "-115.176938",
"type": "Play"
}
]
}