Maps examples/Google Maps visited icon

From semantic-mediawiki.org
< Category:Maps examples
Maps examplesMaps examples/Google Maps visited icon

Usage of the visited icon functionality added in Maps 2.0.

  • This can be specified using the "visitedicon" parameter.
  • This can also be specified per point as per point parameter, as sixth argument after the point coordinates.

You can generate maps with points that have this option set via the MapEditor special page.

Using the global parameter[edit]

<display_map service="googlemaps3" visitedicon="File:Green_marker.png">
 50.958426723359935,10.2392578125~Germany
 46.98025235521883,2.4169921875~France
 50.764259357116465,4.6142578125~Belgium
</display_map>
Loading map...

Using per point parameters[edit]

{{#display_map:
 50.958426723359935,10.2392578125~Germany~ ~ ~ ~ ~File:Green_marker.png;
 46.98025235521883,2.4169921875~France~ ~ ~ ~ ~File:Blue_marker.png;
 50.764259357116465,4.6142578125~Belgium
 |service=googlemaps3
}}
Loading map...


Starting June 11, 2018 the free usage of the Google Maps APIs is limited to 28,000 calls a month for dynamic maps. As soon as this monthly limit is reached no more maps will be served that month for this wiki by Google.