Hi,
I am developing an application (C# .net), where I would need to know
how far is one place from another. So for example, I would need to
know how many kilometers are in between ZIP 90210 (Beverly Hills, CA)
to ZIP 14225 (Buffalo, NY). Something similar to this:
http://www.indo.com/distance/ but also based on zip codes.
I guess one easy way to do this would be to convert zips into
lat./long. and then take it from there? Also, I would like it to work
for distances say USA to Canada (Niagara Falls, NY to Fort Erie, ON).
I guess with lat./long. that would take care of it.
So I guess what I need is information on how I calculate the distance
between one zip code (postal code) to another.... and the cheapest way
to do it, as I do not have that much of a budget.
Thanks,
Alex |