GeoPath
GeoPath[{loc1, loc2}, pathtype] is a GeoGraphics primitive that represents a path of type pathtype between locations loc1 and loc2.
GeoPath[{loc1, loc2, …}, pathtype]represents a path formed by joining paths of typepathtypebetween consecutive locationsloci.GeoPath[{loc1, d, α}, pathtype]represents a path moving from locationloc1a distancedwith initial bearingα.GeoPath[{{loc11, loc12, …}, {loc21, …}, …}, pathtype]represents a disjoint collection of paths of typepathtype.
Examples
GeoGraphics[GeoPath[{Entity["City", {"NewYork", "NewYork", "UnitedStates"}],
Entity["City", {"London", "GreaterLondon", "UnitedKingdom"}]}, "Geodesic"]]GeoGraphics[GeoPath[{Here, Quantity[1000, "Kilometers"], 45 Degree}, "Rhumb"]]Please visit the official Wolfram Language Reference for more details.