forked from travelrecce/travelrecce.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuggested.json
72 lines (72 loc) · 2.15 KB
/
suggested.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"text": "london",
"lat": 51.507351,
"lng": -0.127758,
"address": "London, UK",
"description": "A bold and historic city; London is well known for its diverse culture, art galleries, museums and architectural heritage. Not forgetting to mention the luxurious shopping experiences and ecstatic nightlife."
},
{
"text": "new_york",
"lat": 40.712776,
"lng": -74.005974,
"address": "New York, USA",
"description": "A historic city and a cornerstone of mainstream USA, New York has a diverse culture with different accents and walks of life on every street."
},
{
"text": "paris",
"lat": 48.856613,
"lng": 2.352222,
"address": "Paris, France",
"description": "Also referred to as the city of love, boasts a historic culture, stunning architecture and a high attraction from couples around the world for its romantic appeal."
},
{
"text": "vancouver",
"lat": 49.282730,
"lng": -123.120735,
"address": "Vancouver, CA",
"description": "yet to be populated"
},
{
"text": "dubai",
"lat": 25.204849,
"lng": 55.270782,
"address": "Dubai, UAE",
"description": "yet to be populated"
},
{
"text": "bangkok",
"lat": 13.756331,
"lng": 100.501762,
"address": "Bangkok, Thailand",
"description": "yet to be populated"
},
{
"text": "singapore",
"lat": 1.352083,
"lng": 103.819839,
"address": "Singapore",
"description": "yet to be populated"
},
{
"text": "sydney",
"lat": -33.868820,
"lng": 151.209290,
"address": "Sydney, Australia",
"description": "yet to be populated"
},
{
"text": "san_francisco",
"lat": 37.774929,
"lng": -122.419418,
"address": "San Francisco, USA",
"description": "yet to be populated"
},
{
"text": "amsterdam",
"lat": 52.370216,
"lng": 4.895168,
"address": "Amsterdam, NL",
"description": "yet to be populated"
}
]