代表已加星號地點的 json 檔案有下列格式:
{
"type" : "FeatureCollection",
"features" : [ {
"geometry" : {
"coordinates" : [ ***, *** ],
"type" : "Point"
},
"properties" : {
"Google Maps URL" : "***",
"Location" : {
"Latitude" : "***",
"Longitude" : "***"
},
"Published" : "***",
"Title" : "***",
"Updated" : "***"
},
"type" : "Feature"
} ]
}
代表地點評論的 json 檔案有下列格式:
{
"type" : "FeatureCollection",
"features" : [ {
"geometry" : {
"coordinates" : [ ***, *** ],
"type" : "Point"
},
"properties" : {
"Google Maps URL" : "***",
"Location" : {
"Address" : "***",
"Business Name" : "***",
"Country Code" : "***",
"Geo Coordinates" : {
"Latitude" : "***",
"Longitude" : "***"
}
},
"Published" : "***",
"Review Comment" : "***",
"Star Rating" : ***,
"Updated" : "***"
},
"type" : "Feature"
} ]
}
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
{
"orderId": "G-SHP-1234-56-7890",
"orderDatetime": "2019-02-05T15:25:35.500Z",
"merchantName": "Merchant Name",
"items": [{
"description": "Item One",
"quantity": 1,
"price": "$29.99",
"discount": "$0.00",
"tax": "$2.99",
"state": "DELIVERED",
}, {
"description": "Item Two",
"quantity": 1,
"price": "$19.99",
"discount": "$0.00",
"tax": "$1.99",
"state": "DELIVERED",
}],
"orderStatus": "ALL_DELIVERED",
"orderTotal": "$54.96",
"orderDiscount": "$0.00",
"orderFees": "$0.00",
"orderAdjustment": "$0.00",
"orderRefund": "",
"orderRecipient": "",
"deliveryAddress": "1600 Amphitheatre Parkway, Mountain View, CA 94043, United States",
"billingInstrument": "VISA-1111",
}
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
找不到資料
代表工作的 json 檔案有下列格式:
{
"kind" : "",
"items" : [ {
"kind" : "",
"id" : "",
"title" : "",
"updated" : "",
"selfLink" : "",
"items" : [ {
"kind" : "",
"id" : "",
"title" : "",
"updated" : "",
"selfLink" : "",
"status" : "",
} ]
} ]
}