Geo Computation

Travel Instructions

Compute driving instructions to travel between two locations.

Drive between two touristic sites in Paris.

In[1]:=
Click for copyable input
td = TravelDirections[{Entity["Building", "EiffelTower::5h9w8"], Entity["Building", "NotreDameCathedral::95fcw"]}]
Out[1]=

This is a detailed set of driving instructions.

In[2]:=
Click for copyable input
td["ManeuverGrid"]
Out[2]=

Represent the trip on a map of Paris.

In[3]:=
Click for copyable input
GeoGraphics[{Thick, Red, GeoPath[td]}]
Out[3]=

Related Examples

de es fr ja ko pt-br ru zh