How can I extract a Postal Code or ZIP of a place by giving Google Maps a city on the map?

Basically I'm looking for a free verification service for checking completed addresses for accurate details.

I seem to remember the maps API can somehow provide a geographical point when given an address. Now I'm searching for a slightly reversed situation in order to validate the postal code typed in with a city.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You need to Geocode the address to get best match coordinates

and then Reverse Geocode the coordinates to compare zip.

link|improve this answer
Nice. Thanks for the pointer. – John K Feb 21 '10 at 3:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.