Allow import of Googles location data .json format
I'm moving over to nextcloud from Google maps and it would be great if there were an import feature that accepted the format generated by Google takeout
e.g
{ locations: [ { "timestampMs" : "<ms>", "latitudeE7" : <lat>, "longitudeE7" : <long>, "accuracy" : 6 } ] }