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
# Visualizes your Google Maps location history on a Map using OpenStreetMap | |
# If you want more information (e.g. number of collected points per day), consider this post https://shiring.github.io/maps/2016/12/30/Standortverlauf_post | |
library(mapview) | |
library(jsonlite) | |
x <- fromJSON("") # Add here the path to your .json | |
loc = x$locations |