ciao,
è inglese non arabo.
Basic usage
To embed a map in an article use the following code:
{google_map}address{/google_map}
{google_map}address|zoom:10{/google_map}
{google_map}address|zoom:10|lang:it{/google_map}
{google_map}address|width:200|height:200|border:1{/google_map}
{google_map}address|width:200|height:200|link:yes|link_label:Label{/google_map}
{google_map}address|link:yes{/google_map}
{google_map}address|type:satellite{/google_map}
{google_map}address|show_info:no{/google_map}
{google_map}address|https:yes{/google_map}
*{google_map}latitude,longitude{/google_map}
* latitude,longitude = coordinates in decimal degrees
Example 1
Replace the "address" string with the address which location you want to show on the map.
{google_map}Sunset Boulevard West Hollywood{/google_map}
Example 2
Replace the "latitude" and "longitude" strings with the coordinates which location you want to show on the map. The coordinates must be expressed as decimal degrees.
{google_map}60.1705,24.9384{/google_map}