]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FGoogleMapsPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FGoogleMapsPlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FGoogleMapsPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~GoogleMaps**  [[Help:WikiPlugin|plugin]] displays a marker
11 with further infos (when clicking) on given coordinates.
12
13 You need to sign up for a Google Maps API key!
14
15 http://www.google.com/apis/maps/signup.html
16
17 Then enter the key in {{{config/config.ini}}} under {{{GOOGLE_LICENSE_KEY=}}}
18
19 == Usage ==
20
21 {{{
22 <<GoogleMaps arguments>>
23 }}}
24
25 == Arguments ==
26
27 {| class="bordered"
28 |-
29 ! Argument
30 ! Description
31 ! Default value
32 |-
33 | **Longitude**
34 | Longitude
35 | //None// (required argument)
36 |-
37 | **Latitude**
38 | Latitude
39 | //None// (required argument)
40 |-
41 | **~ZoomFactor**
42 | Zoom factor
43 | 5
44 |-
45 | **Marker**
46 |
47 | true
48 |-
49 | **~InfoText**
50 |
51 | //None//
52 |-
53 | **~MapType**
54 | Map or Satellite or Hybrid
55 | Hybrid
56 |-
57 | **~SmallMapControl**
58 | large or small
59 | false
60 |-
61 | **width**
62 | width
63 | 500px
64 |-
65 | **height**
66 | height
67 | 400px
68 |}
69
70 == Example ==
71
72 {{{
73 <<GoogleMaps
74           Latitude=53.053
75           Longitude=7.803
76           ZoomFactor=10
77           Marker=true
78           MapType=Hybrid
79           width=500px
80           height=400px
81 >>
82 }}}
83
84 <<GoogleMaps
85           Latitude=53.053
86           Longitude=7.803
87           ZoomFactor=10
88           Marker=true
89           MapType=Hybrid
90           width=500px
91           height=400px
92 >>
93
94 == Author ==
95 * [[Help:Reini Urban|Reini Urban]]
96
97 == See Also ==
98
99 <noinclude>
100 ----
101 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
102 </noinclude>