Created
August 17, 2017 04:52
-
-
Save tuncatunc/d4670b73032d4473a7236ac95514c3d0 to your computer and use it in GitHub Desktop.
Location History sample taken from Google Takeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"locations" : [ { | |
"timestampMs" : "1502634710304", | |
"latitudeE7" : 409910142, | |
"longitudeE7" : 291707583, | |
"accuracy" : 110 | |
}, { | |
"timestampMs" : "1502634632322", | |
"latitudeE7" : 409953152, | |
"longitudeE7" : 291529541, | |
"accuracy" : 20, | |
"activity" : [ { | |
"timestampMs" : "1502634647954", | |
"activity" : [ { | |
"type" : "IN_VEHICLE", | |
"confidence" : 82 | |
}, { | |
"type" : "UNKNOWN", | |
"confidence" : 10 | |
}, { | |
"type" : "ON_BICYCLE", | |
"confidence" : 8 | |
} ] | |
} ] | |
}, { | |
"timestampMs" : "1502634612306", | |
"latitudeE7" : 409954461, | |
"longitudeE7" : 291514323, | |
"accuracy" : 50, | |
"activity" : [ { | |
"timestampMs" : "1502634574417", | |
"activity" : [ { | |
"type" : "TILTING", | |
"confidence" : 100 | |
} ] | |
} ] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment