az
2009-10-09 18:48:01 UTC
I have an address with a zip code missing.
Address = 59 Loring Avenue
City = Salem
State = MA
PostalCode=""
When I make my FindAddress() call, I get the zip 5, but it's not the
correct one (the correct is 01970), instead it's near town Swampscott, MA
which has zip=01907
<Lat_Long>
<Lat>42.4848455620844</Lat>
<Long>-70.9050407173595</Long>
<city>Salem</city>
<state>MA</state>
<postalcode>01907</postalcode>
</Lat_Long>
If I use the wrong city (Swampscott):
Address = 59 Loring Avenue
City = Swampscott
State = MA
PostalCode=""
I get the incorrect result with correct zip code 5 + 4.
<Lat_Long>
<Lat>42.484882</Lat>
<Long>-70.905041</Long>
<city>Swampscott</city>
<state>MA</state>
<postalcode>01907-1257</postalcode>
</Lat_Long>
But local.live.com gives a correct address, city and zip, so there should be
a way to do this.
Any ideas?
Thanks.
Address = 59 Loring Avenue
City = Salem
State = MA
PostalCode=""
When I make my FindAddress() call, I get the zip 5, but it's not the
correct one (the correct is 01970), instead it's near town Swampscott, MA
which has zip=01907
<Lat_Long>
<Lat>42.4848455620844</Lat>
<Long>-70.9050407173595</Long>
<city>Salem</city>
<state>MA</state>
<postalcode>01907</postalcode>
</Lat_Long>
If I use the wrong city (Swampscott):
Address = 59 Loring Avenue
City = Swampscott
State = MA
PostalCode=""
I get the incorrect result with correct zip code 5 + 4.
<Lat_Long>
<Lat>42.484882</Lat>
<Long>-70.905041</Long>
<city>Swampscott</city>
<state>MA</state>
<postalcode>01907-1257</postalcode>
</Lat_Long>
But local.live.com gives a correct address, city and zip, so there should be
a way to do this.
Any ideas?
Thanks.