2021-12-21から1日間の記事一覧

国土地理院のAPIで簡易逆ジオコーディングGAS

function myFunction() { const api_url = "https://mreversegeocoder.gsi.go.jp/reverse-geocoder/LonLatToAddress"; const sheet = SpreadsheetApp.getActiveSheet(); const lastRow = sheet.getLastRow(); console.log(lastRow); for (let i = 2; i <= la…