De-identified GPS breadcrumb data.
[[PFM Broker]] (RabbitMQ)
p.mos.breadcrumb
300000ms = 5 mins
{ "type": "object", "description": "De-identified GPS breadcrumb data", "properties": { "breadCrumbDateTime": { "type": "String", "description": "GMT timestamp of the breadcrumb event. In the format 'MM/dd/yyyy HH:mm:ss'. For example '11/14/2014 17:32:30'" }, "speed": { "type": "Integer", "description": "Speed in MPH from the GPS engine. If speed is null means it is unavailable. If speed is over 126, 126 is returned." }, "location": { "type": "String", "description": "Text based reverse geocoded location of the vehicle." }, "ambientTemp": { "type": "Integer", "description": "Fahrenheit degrees." }, "longitude": { "type": "Number", "description": "Decimal longitude with 7 decimal places (i.e. -93.4490465)." }, "locationFormat": { "type": "String", "description": "Format describing the contents of the location field." }, "latitude": { "type": "Number", "description": "Decimal latitude with 7 decimal places (i.e. 44.9217273)." }, "vid": { "type": "String", "description": "Vehicle identifier that changes on a monthly basis. This is not the same as PeopleNet's internal vehicle id." }, "heading": { "type": "String", "description": "Direction the vehicle is heading." } }}{ "breadCrumbDateTime": "10/07/2015 14:23:58", "speed": 0, "location": "Minneapolis, MN and In Minnetonka, MN On I-494", "ambientTemp": 73, "longitude": -93.4490873, "locationFormat": "BS NH", "latitude": 44.9217167, "vid": "95588b4fdd42351c63a30f4d7c78e517", "heading": "SE"}