**請求方式:** GET
**請求地址:** `/taxi.php/getDriverLocation
`
**參數說明:**
| 參數 | 參數類型 | 必須 | 說明|
| ----------- | ------------------------------ | ------------ | --- |
| order_no| Integer| yes | 訂單號 |
**返回信息**
| 參數 | 參數類型 | 必須 | 說明|
| ----------- | ------------------------------ | ------------ | --- |
| longitude| double| yes |司機當前位置經度|
| latitude| double| yes | 司機當前位置緯度|
| direction| double| yes | 司機車頭方向角度(0為正北,順時針旋轉)|
**返回示例:**
```
{
"direction":?281,
"latitude":?34.773669,
"longitude":?113.734226
}