{
"provider": "geotab",
"vehicle": "vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"locatedAt": "2021-01-06T03:24:53.000Z",
"location": {
"longitude": -122.4194155,
"latitude": 37.7749295
},
"driver": "drv_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"address": {
"formatted": "1.5 miles from Austin, TX"
},
"heading": 25,
"speed": 95.33,
"odometer": 100.25,
"engineRuntime": 0,
"raw": []
}Latest Vehicle Location
The latest record of a vehicle’s location according to the provider.
Every provider has a unique code to identify it across Terminal's system. You can find each provider's code under provider details.
"geotab"
The vehicle that the location is tracking. Use the expand query parameter to return the full entity details instead of just the ID.
^vcl_[0-9A-HJKMNP-TV-Z]{26}$"vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC"
Show child attributes
Show child attributes
The driver that was driving the vehicle at the time of this location. Use the expand query parameter to return the full entity details instead of just the ID.
^drv_[0-9A-HJKMNP-TV-Z]{26}$"drv_01D8ZQFGHVJ858NBF2Q7DV9MNC"
Reverse geocoded address details for locations when available at the source.
Show child attributes
Show child attributes
Heading in degrees
25
Speed in KPH rounded to 2 decimal places.
95.33
Distance in kilometers
100.25
Fuel percentage
Show child attributes
Show child attributes
The current state of the vehicle's engine
on, off, idle Total engine runtime duration
0
Show child attributes
Show child attributes
[]