Diff: Help/GoogleMapsPlugin
Differences between current version and predecessor to the previous major change of Help/GoogleMapsPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 5 | Last edited on October 14, 2015 11:47 am | by PhilHollenback | |
| Older page: | version 4 | Last edited on February 23, 2012 2:52 pm | by PhilHollenback | Revert | 
@@ -82,12 +82,12 @@
  
  
  
           height=400px 
 >> 
 == Author == 
-* [[PhpWiki
:ReiniUrban
|Reini Urban]] 
+* [[Help
:Reini Urban
|Reini Urban]] 
 == See Also == 
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 
current version
The GoogleMaps 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
<<GoogleMaps arguments>>
Arguments
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
<<GoogleMaps
          Latitude=53.053
          Longitude=7.803
          ZoomFactor=10
          Marker=true
          MapType=Hybrid
          width=500px
          height=400px
>>

