Hi, is there anyone worked on google map api? i need to show a map & upon select a city it will returns city's postal code, possible?
Hi, this is called reverse geocoding. You pass the latitude and longitude and it returns the address info (including the postal code) look it up : http://code.google.com/apis/maps/documentation/services.html#ReverseGeocoding it has a working example