|
Hi,
I think it is very normal that ParseStreetAddress only work "more or less" because in each country the way of writing an address is different and nobody knows how Microsoft parse it, it is not documented into the help.
But I dont see any reason to use this method because there is the FindAddressResults method and this one works ok. If you wants the user to enter an address string in 1 field then you better parse it yourself but it is better you ask the user to enter street, city, country etc in separate fields. |