dawarich/spec/fixtures/files/overland/geodata.json
2024-07-08 23:56:08 +02:00

42 lines
1,008 B
JSON

{
"locations": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.030581, 37.331800
]
},
"properties": {
"timestamp": "2015-10-01T08:00:00-0700",
"altitude": 0,
"speed": 4,
"horizontal_accuracy": 30,
"vertical_accuracy": -1,
"motion": ["driving","stationary"],
"pauses": false,
"activity": "other_navigation",
"desired_accuracy": 100,
"deferred": 1000,
"significant_change": "disabled",
"locations_in_payload": 1,
"device_id": "",
"wifi": "launchpad",
"battery_state": "charging",
"battery_level": 0.89
}
},
{
"type": "Feature",
"properties": {
"wifi": "",
"timestamp": "2024-07-07T17:46:39Z",
"device_id": "iphone",
"battery_state": "unplugged",
"battery_level": 0.55,
"action": "will_terminate"
}
}
]
}