Travel Instructions
Compute driving instructions to travel between two locations.
Drive between two touristic sites in Paris.
In[1]:=

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

This is a detailed set of driving instructions.
In[2]:=

td["ManeuverGrid"]
Out[2]=

Represent the trip on a map of Paris.
In[3]:=

GeoGraphics[{Thick, Red, GeoPath[td]}]
Out[3]=
