Explore a Trip
Find a path from Seattle, WA, to New Orleans, LA, and then explore it in more detail.
In[1]:=
trip = TravelDirections[{Entity[
"City", {"NewOrleans", "Louisiana", "UnitedStates"}],
Entity["City", {"Seattle", "Washington", "UnitedStates"}]}]
Out[1]=
In[2]:=
DynamicGeoGraphics[{Red, Thick, GeoPath[trip]},
GeoRange -> {GeoPosition[{27, -86}], GeoPosition[{50, -127}]}]