|
I would like to be more specific.
1> I get the matched addresses using findaddressresults method
2> This returns me the Results object having the ambiguous results.
Among these results I would like to get the closest match to my address.
Suppose if I pass
FindAddressResults("","New York", "", "NY", "", "US");
I must get the location which is center of New York.
I hope I am clear.
Vijay |