Diff: Help/GoogleMapsPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and previous revision of Help/GoogleMapsPlugin.
Other diffs: Previous Major 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 |
@@ -22,13 +22,13 @@
! Default value
|-
| **Longitude**
| Longitude
-| //none
// (required argument)
+| //None
// (required argument)
|-
| **Latitude**
| Latitude
-| //none
// (required argument)
+| //None
// (required argument)
|-
| **~ZoomFactor**
| Zoom factor
| 5
@@ -38,9 +38,9 @@
| true
|-
| **~InfoText**
|
-| //none
//
+| //None
//
|-
| **~MapType**
| Map or Satellite or Hybrid
| Hybrid
@@ -70,8 +70,18 @@
width=500px
height=400px
>>
}}}
+
+<<GoogleMaps
+ Latitude=53.053
+ Longitude=7.803
+ ZoomFactor=10
+ Marker=true
+ MapType=Hybrid
+ width=500px
+ height=400px
+>>
== Author ==
* [[Help:Reini Urban|Reini Urban]]
version 2
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 >>