Help/GoogleMapsPlugin
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
>>

