Help:Map: Difference between revisions
From Iskomunidad
No edit summary |
|||
Line 10: | Line 10: | ||
* zoom - zoom value (1-17) | * zoom - zoom value (1-17) | ||
* type - kind of map to diplay (map, terrain, hybrid) | * type - kind of map to diplay (map, terrain, hybrid) | ||
<br/>Latitude and Longitude determines the center of the map to display. The default coordinates are 14.655216, 121.068091, which points the location of the University of the Philippines. | <br/>Latitude and Longitude determines the center of the map to display. The default coordinates are 14.655216, 121.068091, which points the location of the [[University of the Philippines]]. | ||
<br/> | <br/> | ||
==Sample== | ==Sample== | ||
<nowiki> | <nowiki> |
Revision as of 13:34, 29 July 2009
Using the Google Maps plugin you can now add map in your articles.
<googlemap lat="xx.xx" lon="yy.yy" zoom="x" type="value"> xx,yy , Some text here. </googlemap>
Parameters
- lat - Latitude
- lon - Longitude
- zoom - zoom value (1-17)
- type - kind of map to diplay (map, terrain, hybrid)
Latitude and Longitude determines the center of the map to display. The default coordinates are 14.655216, 121.068091, which points the location of the University of the Philippines System.
Sample
<googlemap zoom="16" type="sattelite"> 14.654849751967735, 121.06487542390823, The place to be! </googlemap>
The map shows where Oble is.
<googlemap zoom="16" type="sattelite">
14.654849751967735, 121.06487542390823, The place to be!
</googlemap>