TravelTime[{loc1,loc2,…}]
gives the estimated time to travel from loc1 to loc2, ….


TravelTime
TravelTime[{loc1,loc2,…}]
gives the estimated time to travel from loc1 to loc2, ….
Details and Options

- The locations loci can be geographic entities, GeoPosition objects, or strings specifying addresses.
- Possible options include:
-
TravelMethod "Driving" method of transportation to assume UnitSystem $UnitSystem unit system to be used in output - TravelTime does not take traffic into account.
- For the default setting TravelMethod->"Driving", TravelTime assumes travel at the speed limits for roads.
- TravelTime[loc1,loc2] is equivalent to TravelTime[{loc1,loc2}].
- TravelTime[loc2,loc1] is not necessarily the same as TravelTime[loc1,loc2] as a result of one-way streets and similar issues.
Examples
open all close allScope (4)
Time to travel between two geographic locations:
Use GeoPosition objects to define locations:
Options (2)
TravelMethod (1)
TravelTime uses "Driving" as the default method of transportation:
Properties & Relations (1)
Compute the estimated travel time between two locations:
It can also be computed with TravelDirections:
Or as a property of a TravelDirectionsData object:
Related Guides
History
Text
Wolfram Research (2015), TravelTime, Wolfram Language function, https://reference.wolfram.com/language/ref/TravelTime.html.
CMS
Wolfram Language. 2015. "TravelTime." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TravelTime.html.
APA
Wolfram Language. (2015). TravelTime. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TravelTime.html
BibTeX
@misc{reference.wolfram_2025_traveltime, author="Wolfram Research", title="{TravelTime}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/TravelTime.html}", note=[Accessed: 05-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_traveltime, organization={Wolfram Research}, title={TravelTime}, year={2015}, url={https://reference.wolfram.com/language/ref/TravelTime.html}, note=[Accessed: 05-August-2025]}