> Before starting development, is there any suggested way to query for a > postcode and get all the localities?
Not really. The Google geocoder is intended to return a best guess at a single postal address, though it may return several possibilities where the target is unclear. The best possible result from a postcode- only query would therefore be a single point representing the centroid of the postcode area. It's just not a postcode query service. I don't know if any of the alternatives would do better - http://groups.google.com/group/google-maps-api/web/resources-non-google-geocoders -- 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.
