On Nov 12, 7:34 pm, Mathieu Maes <[email protected]> wrote:
> Hi,
>
> I'm working on a webpage where a user needs to select a city by
> clicking on an area in google maps. I'm using the GClientGeocoder
> object to perform a "reverse geocoding" on the clicked location.

Are you really reverse geocoding? If I reverse geocode the location
you give (51.0996776,4.2328693) I do get a postal code:
http://maps.google.com/maps/geo?q=51.0996776,4.2348693&output=xml&oe=utf8&sensor=false&key=
http://maps.google.com/maps/geo?q=51.0996776,4.2348693&output=json&oe=utf8&sensor=false&key=

However, geocoding the address doesn't (even in the "address" field
where you show it):
http://maps.google.com/maps/geo?q=Bornem,%202880%20Bornem,%20Belgium&output=json&oe=utf8&sensor=false&key=

This indicates to me that Belgian postal codes aren't available to the
geocoder, but are available to the reverse geocoder. What did you
actually do to get the output you posted?

(You may need to add a key to those links)

Andrew

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=.


Reply via email to