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.
- To extract that data, you can go to takeout.google.com and request for the Location History data from there.
- This gets generated as a JSON file which you should download.
- You can then convert that JSON file to a CSV, by using https://gist.github.com/devdattaT/c9dcae2107622215ff2e798dd185087e
- Finally load that data in https://kepler.gl/#/demo to view locations on a Map
Note: The conversion script has been updated on 2024-06-24, to match the updated format which is now generated by Google Takeout
This is what worked for me: https://gist.github.com/dimisjim/173c78d01219bc767d1f373e48e6a28a
Used latest a month's JSON google takeaway dump from 2024, and then loaded into kepler.gl, which actually worked and showed the points on the map correctly. However I couldn't draw any lines between them properly.