获取我的行程单条记录轨迹
http://app.14698.com/api.php/Map/get_my_navigation_detail?mid=38&password=e10adc3949ba59abbe56e057f20f883e&orderno=20170507111337301657
说明
请求接口
/Map/get_share_navigation_detail?
请求参数
|
类型 |
必选 |
说明 |
| mid |
char |
是 |
用户编号 |
| password |
char |
是 |
密码明文 |
| orderno |
char |
是 |
行程编号 |
接口返回
正确
{
"err": 0,
"msg": "获取成功",
"content": {
"status": 0,
"size": 0,
"total": 0,
"entity_name": 0,
"distance": 0,
"points": [
{
"loc_time": 1465209852,
"location": [
114.17678837273,
22.599215327678
],
"create_time": "2016-06-06 18:44:12",
"radius": 0
},
{
"loc_time": 1465209852,
"location": [
114.17676825069,
22.599395503235
],
"create_time": "2016-06-06 18:44:12",
"radius": 0
},
{
"loc_time": 1465209852,
"location": [
114.17674830831,
22.599585688286
],
"create_time": "2016-06-06 18:44:12",
"radius": 0
}
]
},
"more_data": ""
}
错误
{
"err": 1,
"msg": "账号密码不适配",
"content": "",
"more_data": ""
}
返回值说明
| 参数 |
类型 |
说明 |
| err |
int |
操作码,0代表成功 |
| msg |
char |
返回消息 |
| content |
- |
|
| lng |
float |
经度 |
| lat |
float |
纬度 |
| distance |
|
分享行程的长度 |