0
Googleのタイムラインから座標を取得してgpx形式に変換しようとしています。 Googleマップのタイムラインjson outから時間と場所を抽出できるApiが存在しますか?Google Maps Json to GPX
JSONファイルは次のようになります。
{
"locations" : [{
"timestampMs" : "1383767355903",
"latitudeE7" : 481848021,
"longitudeE7" : 112554011,
"accuracy" : 100
}, {
"timestampMs" : "1383767295887",
"latitudeE7" : 481848003,
"longitudeE7" : 112554027,
"accuracy" : 100
}]
}