Maps examples/Google Maps map with multiple points

From semantic-mediawiki.org
< Category:Maps examples
Maps examplesMaps examples/Google Maps map with multiple points

This page shows examples for basic maps rendered with Google Maps showing several points.

Using address notation.
{{#display_map:
 Moscow, Russia;
 New York;
 Brussels
 |service=googlemaps3
}}
Loading map...


<display_map service="googlemaps3">
Moscow, Russia;
New York;
Brussels
</display_map>
Loading map...


Using different notations.
{{#display_map:
 55°45′06″N 37°37′04″E;
 New York;
 40.446195, -79.948862
 |service=googlemaps3
}}
Loading map...


Mixing different notations using the tag is however not possible:
<display_map service="googlemaps3">
55°45′06″N 37°37′04″E;
New York;
40.446195, -79.948862
</display_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.