Travel Instructions
Compute driving instructions to travel between two locations.
Drive between two touristic sites in Paris.
In[1]:=
![Click for copyable input](assets.en/travel-instructions/In_33.png)
td = TravelDirections[{Entity["Building", "EiffelTower::5h9w8"],
Entity["Building", "NotreDameCathedral::95fcw"]}]
Out[1]=
![](assets.en/travel-instructions/O_24.png)
This is a detailed set of driving instructions.
In[2]:=
![Click for copyable input](assets.en/travel-instructions/In_34.png)
td["ManeuverGrid"]
Out[2]=
![](assets.en/travel-instructions/O_25.png)
Represent the trip on a map of Paris.
In[3]:=
![Click for copyable input](assets.en/travel-instructions/In_35.png)
GeoGraphics[{Thick, Red, GeoPath[td]}]
Out[3]=
![](assets.en/travel-instructions/O_26.png)