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 allclose 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:
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