-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrestaurants.txt
41 lines (38 loc) · 896 Bytes
/
restaurants.txt
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
[
{
"restName": "burger king",
"cuisine": "burger",
"long": -107.2295,
"lat: 3.6224
},
{
"restName": "holmes",
"cuisine": "burger",
"long": -107.23,
"lat": 3.62
},
{
"restName": "pizza queen",
"cuisine": "pizza",
"long": 107.385,
"lat": 3.62
},
{
"restName": "pizza queen",
"cuisine": "pizza",
"long": 107.6368,
"lat": 4.6273
},
{
"restName": "pizza station",
"cuisine": "pizza",
"long": 107.525,
"lat": 4.6273
},
{
"restName": "ebn elbalad",
"cuisine": "grills",
"long": 107.525,
"lat": 4.6573
}
]