-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRecords.json
More file actions
44 lines (44 loc) · 871 Bytes
/
Records.json
File metadata and controls
44 lines (44 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"locations": [
{
"timestamp": "2022-08-06T10:00:00.000Z",
"latitudeE7": 454225900,
"longitudeE7": 91864100,
"accuracy": 10,
"velocity": 10,
"heading": 90,
"altitude": 120,
"verticalAccuracy": 10,
"activity": [
{
"activity": [
{
"type": "IN_PASSENGER_VEHICLE",
"confidence": 100
}
]
}
]
},
{
"timestamp": "2022-08-06T11:00:00.000Z",
"latitudeE7": 454226000,
"longitudeE7": 91865200,
"accuracy": 10,
"velocity": 5,
"heading": 180,
"altitude": 120,
"verticalAccuracy": 10,
"activity": [
{
"activity": [
{
"type": "WALKING",
"confidence": 100
}
]
}
]
}
]
}