I'm pretty sure that there's nothing in the Google Maps API that can
help with that.

My understanding is that there are only about 200 different Australian
post codes, so you could grab them off a page like this and create your
own database to use with something like the usual Store Locator code.

  http://www.geonames.org/postalcode-search.html?q=&country=AU

However, with only 200 codes, it would be sensible to store them in a
Javascript array and perform the search in the client code, rather than
bothering with a server script and a database.

-- 
Mike Williams
http://econym.org.uk/gmap


--

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.


Reply via email to