Maps examples/Google Maps map with one marker having an inline label

From semantic-mediawiki.org
< Category:Maps examples
Maps examplesMaps examples/Google Maps map with one marker having an inline label

This page shows examples for basic maps rendered with Google Maps showing one marker having an inline label. This feature can currently only be specified with per-overlay meta data. It's the fifth element for points recognised by tildes.

This does not work with the OpenLayers or Leaflet service.


Using float coordinate notation
{{#display_map:
 -33.851286, 151.21915 ~ ~ ~ ~ ~This is where the Australian Prime Minister resides in Sydney.
 |service=googlemaps
}}
Loading map...
Using a unspecific address
{{#display_map:
 Sydney, Australia~ ~ ~ ~ ~This is the center of Sydney.
 |service=googlemaps
}}
Loading map...


Using a specific address
{{#display_map:
 109 Kirribilli Ave, Kirribilli, NSW 2061, Australia~ ~ ~ ~ ~This is where you will not find Kirribilli House though the postal address is correct.
 |service=googlemaps
}}
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.