Maps examples/Google Maps map with one point

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

This page shows examples for basic maps rendered with Google Maps showing a single point.

Using float coordinate notation
{{#display_map:
 55.7557860, 37.6176330
 |service=googlemaps3
}}
Loading map...


<display_map service="googlemaps3">
55.7557860, 37.6176330
</display_map>
Loading map...


Using a unspecific address
{{#display_map:
 Moscow, Russia
 |service=googlemaps3
}}
Loading map...


<display_map service="googlemaps3">
Moscow, Russia
</display_map>
Loading map...


Using a specific address
{{#display_map:
 23, Ilyinka Street, Moscow, 103132, Russia.
 |service=googlemaps3
}}
Loading map...


<display_map service="googlemaps3">
23, Ilyinka Street, Moscow, 103132, Russia.
</display_map>
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.