Vehicle Location

Example data points for vehicle_location

{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "vehicle_location": {
      "altitude": [
        {
          "data": {
            "unit": "meters",
            "value": 9.8
          },
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ],
      "coordinates": [
        {
          "data": {
            "latitude": 1.417148,
            "longitude": -5.169537
          },
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ],
      "gps_signal_strength": [
        {
          "data": 100,
          "timestamp": "2025-09-22T08:41:14.000Z"
        }
      ],
      "gps_source": [
        {
          "data": "real",
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ],
      "heading": [
        {
          "data": {
            "unit": "degrees",
            "value": 260
          },
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ]
    }
  }
}

Last updated

Was this helpful?