Widget:Google Map: Difference between revisions
Jump to navigation
Jump to search
m (Dan Smith moved page Widget:Google Map Place to Widget:Google Map without leaving a redirect) |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| 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 !empty($place)}-->/place<!--{else}-->/view<!--{/if}-->?key=AIzaSyAIWDKY-pMzKZETUQiFJQq3Oeqi2OkL0hY<!--{if !empty($place)}-->&q=<!--{$place|escape:'url'}--><!--{/if}--><!--{if !empty($center)}-->¢er=<!--{$center|escape:'url'}--><!--{/if}--><!--{if !empty($zoom)}-->&zoom=<!--{$zoom|escape:'url'}--><!--{/if}-->"></iframe></includeonly> | ||
</iframe></includeonly> | |||
Latest revision as of 07:39, 21 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