Team 'Good News '

Thank you for responding, Mark.
Here’s one that doesn’t return any location, but when reversed, returns the right location

      "Action": {
        "Geo_Fullname": "Kuala Lumpur, Kuala Lumpur, Malaysia",
        "Geo_CountryCode": "MY",
        "Location": {
          "type": "Point",
          "coordinates": [101.7, 3.16667]
        }
      }

Here’s another that returns the location of somewhere in Iran, but when reversed, returns the right location

      "Action": {
        "Geo_Fullname": "Chornobyl, Kyyivs'ka Oblast', Ukraine",
        "Geo_CountryCode": "UP",
        "Location": {
          "type": "Point",
          "coordinates": [30.2225, 51.2736]
        }
      }```
I'm testing using this: `https://developers-dot-devsite-v2-prod.appspot.com/maps/documentation/utils/geocoder`