GeoMarker
GeoMarker[] is a GeoGraphics primitive that represents a marker at the current $GeoLocation.
GeoMarker[loc]is aGeoGraphicsprimitive that represents a marker at the locationloc.GeoMarker[{loc1, loc2, …}]is aGeoGraphicsprimitive that represents markers at locationsloci.GeoMarker[loc, marker]is aGeoGraphicsprimitive that represents a custom marker at the locationloc.GeoMarker[{loc1, loc2, …}, marker]is aGeoGraphicsprimitive that represents custom markers at locationsloci.
Examples
GeoGraphics[GeoMarker[Entity["City", {"Paris", "IleDeFrance", "France"}]]]GeoGraphics[GeoMarker[Here, "SatelliteDish"]]Please visit the official Wolfram Language Reference for more details.