Help:Map

From Iskomunidad

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>