# 驾驶状态 Drive

# 驾驶状态和位置信息

# GET /api/1/vehicles/{id}/data_request/drive_state

# Response

{
  "response": {
    "gps_as_of": 1543187664,
    "heading": 8,
    "latitude": 33.111111,
    "longitude": -88.111111,
    "native_latitude": 33.111111,
    "native_location_supported": 1,
    "native_longitude": -88.111111,
    "native_type": "wgs",
    "power": 0,
    "shift_state": null,
    "speed": null,
    "timestamp": 1543187666472
  }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
最后更新: 11/29/2022, 6:37:15 AM