Common Models
Vehicle Location
A point-in-time record of a vehicle’s location.
The schema is of type object
.
{
"id": "vcl_loc_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"sourceId": "123456789",
"provider": "geotab",
"vehicle": "vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"driver": "drv_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"locatedAt": "2021-01-06T03:24:53.000Z",
"location": {
"longitude": -122.4194155,
"latitude": 37.7749295
},
"address": {
"formatted": "1.5 miles from Austin, TX"
},
"heading": 25,
"speed": 95.33,
"metadata": {
"modifiedAt": "2023-11-07T05:31:56Z"
},
"raw": []
}
Assistant
Responses are generated using AI and may contain mistakes.