Google Maps users can download their location history in Google's format using the Android application Maps.
The format looks like this
Code: Select all
{
"semanticSegments": [
{
"startTime": "2016-01-10T21:00:00.000-05:00",
"endTime": "2016-01-10T23:00:00.000-05:00",
"timelinePath": [
{
"point": "45.5229371°, -73.6889808°",
"time": "2016-01-10T22:49:00.000-05:00"
}
]
},
{
"startTime": "2016-01-10T22:49:09.000-05:00",
"endTime": "2016-01-11T08:25:39.000-05:00",
"startTimeTimezoneUtcOffsetMinutes": -300,
"endTimeTimezoneUtcOffsetMinutes": -300,
"visit": {
"hierarchyLevel": 0,
"probability": 0.8199999928474426,
"topCandidate": {
"placeId": "ChIJt2gHDXAYyUwRHpluBZcL9eY",
"semanticType": "HOME",
"probability": 0.981173038482666,
"placeLocation": {
"latLng": "45.5230992°, -73.6889564°"
...
REFERENCE:
https://support.google.com/maps/thread/ ... line?hl=en
Android: Go to device Settings > Location > Location Services > Timeline > "Export Timeline data" button"