In an application I write, I need to have some mapping service, where I can
select two locations, which shall calculate the distance and mainly the
time(could be approximate) to travel from one place to another. Is there any
ASP scripts or DLLs(APIs) provided or sold by any third party mapping
service?
Have anyone come across such requirments? Your experience and suggestions
will help me much.
Many thanks and Regards,
Benny
Although it's not exactly what you need there is an article on Store
Locator at <http://www.aspfaq.com/show.asp?id=2527>. I would think if you
knew the longitude and latitude for each place, you could figure the
distance and therefore travel time between the two points.
This brings back memories of "word problems" where you had to figure out
how fast train A was going in order to find out at what time train B was
going to cross it at some location. I _hated_ "word problems" when I was a
kid, and now I have to use them all the time. Good thing I paid attention.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
I like your word problems example. You are right, many which we hate in
childhood will be used when we are grown up. :-)
Benny
Macronimous.com
Web & PDA solutions!
"Adrienne" <arbpe...@sbcglobal.net> wrote in message
news:Xns9669D83322C4...@207.115.63.158...
You can calculate a straight line distance using a zip code to
longtitude/latitude conversion. You probably will have to buy the
database.