Diff: Help/GoogleMapsPlugin
Differences between version 3 and predecessor to the previous major change of Help/GoogleMapsPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 3 | Last edited on February 23, 2012 2:52 pm | by PhilHollenback | Revert |
| Older page: | version 2 | Last edited on February 23, 2012 2:52 pm | by PhilHollenback | Revert |
Content of versions 2 and 3 is identical.
Version 3 was created because:
version 3
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
>>

