I'm trying to get the name of the city and county from a Bermuda postal code using the google geocoding.
If for example I issue this request: http://maps.googleapis.com/maps/api/geocode/json?components=country:CA|postal_code:G2B4R7&sensor=false
I get the right answer for a canadian postal code, but if I want my bermuda postal code, I get no results, this is my request:
http://maps.googleapis.com/maps/api/geocode/json?components=country:BM|postal_code:GE05&sensor=false
I know this is a valid postal code.
Thank you for your answer.