Google themselves don't currently provide a reverse geocoding web interface. There are a number of reverse geocoding providers listed here:
http://groups.google.com/group/Google-Maps-API/web/resources-non-google-g eocoders To calculate the distance between two postcodes, you first have to geocode them. If you have Javascript you can then use GLatLng.distanceFrom(). If not, you'll need to implement something like the Haversine formula in whatever language you do have. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
