tags:

views:

22

answers:

1

How could I determine the time needed to go from one location to another ?

Is there any map API (web services, servlets) that allows this ?

A: 

Yes, Google Maps API will give that to you as a duration value or text: http://code.google.com/apis/maps/documentation/javascript/services.html#Legs

Teef L
I want to retrieve these values by using a web service or by calling a servlet. Is this possible ? I don't think so.
thelost