Maps examples/Google Maps controls

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

Usage of the "controls" parameter. It accepts zero or more of these values:

  • pan
  • zoom
  • type
  • scale
  • streetview

See also Maps examples/Google Maps zoom control styles and Maps examples/Google Maps type control styles

No controls[edit]

{{#display_map:
 -40,0;0,0;40,0
 |controls=
 |service=googlemaps3
}}
Loading map...


Only type and streetview controls[edit]

{{#display_map:
 -40,0;0,0;40,0
 |controls=type,streetview
 |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.