API to determine traveling distance between two locations?

Hi all,

I am looking for an API to allow me to look up traveling distance
between two locations. That is the only bit of information I need, now
and ever. I would use the Google maps API but there's a requirement to
make the service available to end users, and the service I want to
provide is for company purposes only. Does anybody know of anything I
could use?

Thanks,
--Aldric

Aldric Giacomoni wrote:

Hi all,

I am looking for an API to allow me to look up traveling distance
between two locations. That is the only bit of information I need, now
and ever. I would use the Google maps API but there's a requirement to
make the service available to end users, and the service I want to
provide is for company purposes only. Does anybody know of anything I
could use?

http://www.movable-type.co.uk/scripts/latlong.html

Just need to translate from js. HTH.

···

--
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Joel VanderWerf wrote:

Aldric Giacomoni wrote:

Hi all,

I am looking for an API to allow me to look up traveling distance
between two locations. That is the only bit of information I need, now
and ever. I would use the Google maps API but there's a requirement to
make the service available to end users, and the service I want to
provide is for company purposes only. Does anybody know of anything I
could use?

Calculate distance and bearing between two Latitude/Longitude points using haversine formula in JavaScript

Just need to translate from js. HTH.

Oh, just realized maybe you mean road distance, rather than great circle distance. Sorry, don't know a free service for that.

···

--
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

Joel VanderWerf wrote:

Oh, just realized maybe you mean road distance, rather than great circle
distance. Sorry, don't know a free service for that.

Yep.. That's what I mean :confused:
Thanks anyway!

--Aldric