I want to retrieve the nearest location to a latitude and longitude.
If I perform a get with the following url
https://maps.googleapis.com/maps/api/place/search/xml?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=MY_KEY
I am expecting it to return a JSON array.
However, I get an Access Denied result. I generated my key from the Google console.
Please let me know what I might be doing wrong.