WLJS LogoWLJS Notebook

GeoMarker

GeoMarker[] is a GeoGraphics primitive that represents a marker at the current $GeoLocation.

  • GeoMarker[loc] is a GeoGraphics primitive that represents a marker at the location loc.
  • GeoMarker[{loc1, loc2, …}] is a GeoGraphics primitive that represents markers at locations loci.
  • GeoMarker[loc, marker] is a GeoGraphics primitive that represents a custom marker at the location loc.
  • GeoMarker[{loc1, loc2, …}, marker] is a GeoGraphics primitive that represents custom markers at locations loci.

Examples

GeoGraphics[GeoMarker[Entity["City", {"Paris", "IleDeFrance", "France"}]]]
GeoGraphics[GeoMarker[Here, "SatelliteDish"]]

Please visit the official Wolfram Language Reference for more details.

On this page