Of course I've assumed you're using the google geocoder only with a corresponding Google map. If this is not the case you have to use another geocoder..
The above shown example code can be easily adapted to the OpenStreetMap geocoder for example. Just replace the URL by http://nominatim.openstreetmap.org/reverse?format=json&lat=$lat&lon=$lon If you want to get your results in XML replace "format=json" by "format=xml". Cheers -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
