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