[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

API to determine traveling distance between two locations?

aldric[removeme]

1/30/2009 3:41:00 AM

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
3 Answers

Joel VanderWerf

1/30/2009 10:13:00 PM

0

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/la...

Just need to translate from js. HTH.

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

Joel VanderWerf

1/30/2009 10:21:00 PM

0

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?
>
> http://www.movable-type.co.uk/scripts/la...
>
> 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

aldric[removeme]

2/2/2009 3:01:00 AM

0

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 :/
Thanks anyway!

--Aldric