Added cruising pages support

This commit is contained in:
2018-03-08 14:41:45 -05:00
parent 9fcaef1068
commit 0cf95d2cd4
18 changed files with 355 additions and 12 deletions

View File

@@ -0,0 +1,52 @@
[{
"order" : 0,
"location" : {
"address" : {
"street1" : "123 Boylston St",
"street2" : "12th Floor",
"locality" : "Boston",
"region" : "MA",
"postal" : "02110",
"country" : "United States"
},
"loc" : {
"type" : "Point",
"coordinates" : [
0,
0
]
}
},
"name" : "Dummy1",
"pic" : {
"detail" : "https://placehold.it/1920x1280",
"thumb" : "https://placehold.it/1920x1280"
},
"text" : "Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text!"
},
{
"order" : 1,
"location" : {
"address" : {
"street1" : "",
"street2" : "",
"locality" : "Abu Dhabi",
"region" : "",
"postal" : "",
"country" : "UAE"
},
"loc" : {
"type" : "Point",
"coordinates" : [
0,
0
]
}
},
"name" : "Dummy2",
"pic" : {
"detail" : "https://placehold.it/1920x1280",
"thumb" : "https://placehold.it/1920x1280"
},
"text" : "Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text!"
}]