運転経路
2地点間を移動する運転経路を計算する.
パリで2ヶ所の観光地の間を運転する.
In[1]:=

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

以下は詳しい運転経路である.
In[2]:=

td["ManeuverGrid"]
Out[2]=

パリの地図上に経路を表す.
In[3]:=

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