tps/sample_google_api/data.json

31 lines
837 B
JSON
Raw Normal View History

2018-05-25 14:03:01 -04:00
[
{
"id": 1,
"doc": {
"rows": [
{
"elements": [
{
"status": "OK",
"distance": {
"text": "225 mi",
"value": 361940
},
"duration": {
"text": "3 hours 50 mins",
"value": 13812
}
}
2018-05-25 14:03:01 -04:00
]
}
],
"status": "OK",
"origin_addresses": [
"Washington, DC, USA"
],
"destination_addresses": [
"New York, NY, USA"
]
}
}
2018-05-25 14:03:01 -04:00
]