Hello,
I just noticed the following issue with Canadian addresses:
Let's say I need to geocode the following:
290 cassandra blvd. apt. 501, toronto ONso I enter:
http://where.yahooapis.com/geocode?location=270 cassandra blvd. apt. 301, toronto ON&locale=en_ca&appid=my_app_id
and I get:
......
<postal>M3A</postal> <neighborhood>North York</neighborhood>
<city>Toronto</city>
<county>Toronto</county>
<state>Ontario</state>
<country>Canada</country>
<countrycode>CA</countrycode>
<statecode>ON</statecode>
<countycode />
<uzip>M3A</uzip> ........
Please note that postal code returned is M3A - only half of code is returned.
However it really should be
M3A1V2 (or M3A 1V2) - as all Canadian zip codes have 6 digits. How can I get the complete postal code?
Thank you,
M. R. - Canada