curl --location --request GET 'https://api.trackingeyes.com/api/truckGPS/pathMeasurement?companyCode&token&orgCode&org&dest&strategy&showRoute='{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": {
"strategy": "32",
"count": "3",
"org": "青岛港捷丰场站",
"orgLon": "120.200603",
"orgLat": "36.012414",
"dest": "河北省邢台市广宗县经济开发区创业大道万象轴承",
"destLon": "115.169835",
"destLat": "37.051251",
"firstPathMiles": "522.06",
"paths": [
{
"miles": "522.06",
"duration": "312.93",
"restriction": "0",
"path": [
{
"longitude": 120.200522,
"latitude": 36.012467
},
{
"longitude": 120.200106,
"latitude": 36.012061
},
{
"longitude": 120.200106,
"latitude": 36.012062
}
]
},
{
"miles": "533.00",
"duration": "316.62",
"restriction": "0",
"path": [
{
"longitude": 120.200522,
"latitude": 36.012467
},
{
"longitude": 120.200106,
"latitude": 36.012061
},
{
"longitude": 120.200106,
"latitude": 36.012062
}
]
},
{
"miles": "534.83",
"duration": "319.83",
"restriction": "0",
"path": [
{
"longitude": 120.200522,
"latitude": 36.012467
},
{
"longitude": 120.200106,
"latitude": 36.012061
},
{
"longitude": 120.200106,
"latitude": 36.012062
}
]
}
]
}
}