Difference between revisions of "Widget:Google Map"
m (Dan Smith moved page Widget:Google Map Place to Widget:Google Map without leaving a redirect) |
|||
| Line 1: | Line 1: | ||
| − | <noinclude>Display | + | <noinclude>Display a Google Map via the [https://developers.google.com/maps/documentation/embed/guide Embed API]. |
| − | * ''place'': Place to display | + | * ''place'': Place to display; default is no highlighted place |
| − | * '' | + | * ''center'': Coordinates of center (e.g., -33.8569,151.2152); default is computed from place |
| − | * '' | + | * ''zoom'': Zoom level; default is computed from place |
| − | * '' | + | * ''width'': Width of iframe; default is 400 |
| + | * ''height'': Height of iframe; default is 300 | ||
</noinclude><includeonly><iframe | </noinclude><includeonly><iframe | ||
width='<!--{$width|escape:'quotes'|default:'400'}-->' | width='<!--{$width|escape:'quotes'|default:'400'}-->' | ||
height='<!--{$height|escape:'quotes'|default:'300'}-->' | height='<!--{$height|escape:'quotes'|default:'300'}-->' | ||
| − | |||
frameborder="0" style="border:0" | frameborder="0" style="border:0" | ||
| − | src="https://www.google.com/maps/embed/v1/place?key=AIzaSyAIWDKY-pMzKZETUQiFJQq3Oeqi2OkL0hY | + | src="https://www.google.com/maps/embed/v1<!--{if isset($place)}/place{else}/view{/if}--> |
| − | + | ?key=AIzaSyAIWDKY-pMzKZETUQiFJQq3Oeqi2OkL0hY | |
| − | <!--{if isset($ | + | <!--{if isset($place)}&q={$place|escape:'url'}{/if}--> |
| − | </iframe></includeonly> | + | <!--{if isset($center)}¢er={$center|escape:'url'}{/if}-->" |
| + | <!--{if isset($zoom)}&zoom={$zoom|escape:'url'}{/if}-->" | ||
| + | ></iframe></includeonly> | ||
Revision as of 23:13, 19 June 2015
Display a Google Map via the Embed API.
- place: Place to display; default is no highlighted place
- center: Coordinates of center (e.g., -33.8569,151.2152); default is computed from place
- zoom: Zoom level; default is computed from place
- width: Width of iframe; default is 400
- height: Height of iframe; default is 300