Hello Consider the usage of the Google Maps API to determine the postal code of a given address.
e.g. http://maps.google.com/maps/geo?q=800+Griffiths+Way,+Vancouver,+BC&output=json&oe=utf8&sensor=false&key=myKey The JSON answer includes: "name": "800 Griffiths Way, Vancouver, BC", <snip> "PostalCode" : { "PostalCodeNumber" : "V6B" The postal code returned is only half the actual postal code. The full postal code is actually V6B 6G1 as seen here: http://www.generalmotorsplace.com/contact/contact-us My question is: how can I get a full Canadian postal code with the Google Maps API? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
