Location Message
The Location message is periodically generated for track-and-trace purposes.
By default, this message is generated every minute during a shift (when enabled). This interval can be changed upon request.
Unlike the other types of Realization data messages, the Location message does not have a data field.
Example
The example below contain a Location message.
{
"type": "Location",
"location": {
"latitude": 52.2531361,
"longitude": 5.4890928,
"speedMs": 25,
"bearing": 75.0
},
"origin": {
"appId": 60000153,
"deviceId": "358240051111110",
"driverNumber": "110",
"coDriverNumber": "111"
},
"vehicle": {
"licensePlate": "AA-BB-12",
"odometer": 250000
},
"messageTime": "2020-04-01T12:35:34.769Z"
}
Last modified: 25 February 2024