Skip to content

Instantly share code, notes, and snippets.

@devdattaT
Last active April 13, 2025 12:58
Show Gist options
  • Save devdattaT/018f7fc153d9a82d83775351576965f3 to your computer and use it in GitHub Desktop.
Save devdattaT/018f7fc153d9a82d83775351576965f3 to your computer and use it in GitHub Desktop.
How to Visualize your Google Location History

Google is extremely transparent about the Location History it has on you. You can check it out on the timeline feature in the Google Maps application on the phone, or on https://www.google.com/maps/timeline It is possible that you have that turned off, and in that case, consider yourself lucky.

If there is data there, you can view it online, or Download and Analyze it yourself.

Note: The conversion script has been updated on 2024-06-24, to match the updated format which is now generated by Google Takeout

@eversionsystems
Copy link

eversionsystems commented Nov 19, 2024

The new Google export data format from mobiles doesn't include addresses now so you need to reverse geodecode all the coordinates for origin and destinations.

@epk
Copy link

epk commented Dec 30, 2024

I hacked this together https://gist.github.com/epk/a70dd9b7a2d5bf8e5d86ebdcaefb6b32 to work with the latest JSON file produced by Google Maps on iOS

@sitz
Copy link

sitz commented Jan 1, 2025

Thank you for curating the steps and mention of Kepler. Yesterday, I couldn't easily explore location stats as Google Maps deprecated their web timeline visualization, so this was very useful to replicate that quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment