-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
28 lines (28 loc) · 769 Bytes
/
Copy pathdb.json
File metadata and controls
28 lines (28 loc) · 769 Bytes
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
{
"data": [
{
"name": "Kankaria Lake",
"details": "Manmade lake from the 1500s, with amusement rides, adrenaline attractions & parks lining its shores.",
"location": {
"lat": 23.0062151,
"lng": 72.5989987
}
},
{
"name": "Alpha One Mall",
"details": "261, Sarkari Vasahat Road, Vastrapur, Ahmedabad, Gujarat 380006",
"location": {
"lat": 23.0400705,
"lng": 72.5292933
}
},
{
"name": "Vastrapur Lake",
"details": "261Vastrapur is an area in Ahmedabad district in the Indian state of Gujarat. The Indian Institute of Management Ahmedabad is located in this area.",
"location": {
"lat": 23.0367453,
"lng": 72.5218823
}
}
]
}