Instrucciones de viaje
Calcule las instrucciones para conducir en un viaje entre dos lugares.
Conduzca entre dos sitios turísticos en París.
In[1]:=

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

Este es un conjunto detallado de instrucciones para conducir.
In[2]:=

td["ManeuverGrid"]
Out[2]=

Represente el viaje en un mapa de París.
In[3]:=

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