Maps/Google Maps/Sandbox
From Wiki of Jeroen De Dauw
< Maps | Google Maps
Contents |
Google Maps demo sandbox
{{
- display_address:
service=googlemaps |Detroit, USA |zoom=7 |height=500 |width=800 |autozoom=off |controls=type,large-original |type=hybrid }}
Display address
Simple example
{{
#display_address:
service=googlemaps
|address=corner brook, nl
|zoom=7
|height=500
|width=500
}}
{{
- display_address:
service=googlemaps |address=corner brook, nl |zoom=7 |height=500 |width=800 }}
A little more advanced
{{
#display_address:
service=googlemaps
|Moscow, Russia
|zoom=7
|height=500
|width=800
|autozoom=off
|controls=type,large-original
|type=hybrid
}}
{{
- display_address:
service=googlemaps |Moscow, Russia |zoom=14 |height=500 |width=800 |autozoom=off |controls=type,large-original |type=hybrid }}
Display point
Simple example
{{
#display_point:
service=googlemaps
|55.7557860, 37.6176330
|zoom=7
|height=500
|width=800
}}
Loading map...
Google Earth
Simple example
{{
#display_address:
service=googlemaps
|address=Moscow, Russia
|zoom=14
|height=500
|width=800
|type=earth
}}
{{
- display_address:
service=googlemaps |address=Moscow, Russia |zoom=14 |height=500 |width=800 |type=earth }}
Example with map type set
{{
#display_address:
service=googlemaps
|Kharkiv, Ukraine
|zoom=7
|height=500
|width=800
|types=physical,earth
|type=physical
}}
{{
- display_address:
service=googlemaps |Kharkiv, Ukraine|zoom=7 |height=500 |width=800 |types=physical,earth |type=physical }}
Non-earth map types
{{
#display_points:
service=googlemaps
|coordinates=1,2~A star; 10,10; -8,4
|height=500
|width=400
|types=sky
|type=sky
|controls=large,overview
}}
Loading map...
The following errors have been detected in your syntax:* The value "sky" is not valid for parameter type. It only accepts these values: normal, roadmap, satellite, hybrid, terrain, physical and earth.
* One or more values for parameter types are invalid. It only accepts these values: normal, roadmap, satellite, hybrid, terrain, physical and earth.
* One or more values for parameter controls are invalid. It only accepts these values: pan, zoom, type, scale and streetview.