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