Date: Fri, 7 Dec 2012 14:58:45 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGoogleMapsPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary The **~GoogleMaps** [[Help:WikiPlugin|plugin]] displays a marker with further infos (when clicking) on given coordinates. You need to sign up for a Google Maps API key! http://www.google.com/apis/maps/signup.html Then enter the key in {{{config/config.ini}}} under {{{GOOGLE_LICENSE_KEY=}}} == Usage == {{{ <> }}} == Arguments == {| class="bordered" |- ! Argument ! Description ! Default value |- | **Longitude** | Longitude | //None// (required argument) |- | **Latitude** | Latitude | //None// (required argument) |- | **~ZoomFactor** | Zoom factor | 5 |- | **Marker** | | true |- | **~InfoText** | | //None// |- | **~MapType** | Map or Satellite or Hybrid | Hybrid |- | **~SmallMapControl** | large or small | false |- | **width** | width | 500px |- | **height** | height | 400px |} == Example == {{{ <> }}} <> == Author == * [[Help:Reini Urban|Reini Urban]] == See Also == ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]