Skip to content

Instantly share code, notes, and snippets.

@tuncatunc
Created August 17, 2017 04:52
Show Gist options
  • Save tuncatunc/d4670b73032d4473a7236ac95514c3d0 to your computer and use it in GitHub Desktop.
Save tuncatunc/d4670b73032d4473a7236ac95514c3d0 to your computer and use it in GitHub Desktop.
Location History sample taken from Google Takeout
{
"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