Diff: Help/GoogleMapsPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and predecessor to the previous major change of Help/GoogleMapsPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 2 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
| Older page: | version 1 | Last edited on 17 January 2022 18:35 | by harold | Revert | 
version 2
The GoogleMaps   plugin displays a marker
with further infos (when clicking) on given coordinates.
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
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
>>
