Skip to main content

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 type pathtype between consecutive locations loci.

GeoPath[{loc1,d,α},pathtype] represents a path moving from location loc1 a distance d with initial bearing α.

GeoPath[{{loc11,loc12,…},{loc21,…},…},pathtype] represents a disjoint collection of paths of type pathtype.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.