{
  "name": "Convert addresses to latLong with Google Sheets and Google Maps API",
  "nodes": [
    {
      "id": "9465735e-5d1d-4c93-b407-13ef79144f92",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -340,
        20
      ]
    },
    {
      "id": "4041b7fa-c47e-44c2-b296-2913e8551c61",
      "name": "Using Google Map API to Return Lat Long Back",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        200,
        -40
      ]
    },
    {
      "id": "20b26d33-2e4a-43ad-bc0f-bc510f02dbd0",
      "name": "Update Lat-Long in Each Places",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        540,
        -40
      ]
    },
    {
      "id": "29f53c52-0cb3-44ae-85ad-a9f2cded8334",
      "name": "Extract The Places from Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -120,
        -20
      ]
    }
  ],
  "connections": {
    "Update Lat-Long in Each Places": {
      "main": [
        []
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Extract The Places from Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract The Places from Google Sheet": {
      "main": [
        [
          {
            "node": "Using Google Map API to Return Lat Long Back",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Using Google Map API to Return Lat Long Back": {
      "main": [
        [
          {
            "node": "Update Lat-Long in Each Places",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}