Terrain type map from a point’s latitude/longitude
[map width="960" height="400" zoom="3" type="TERRAIN" latitude="39.045923" longitude="-8.085937" /]
To Top
Roadmap type map from an address (with popup text)
[map width="960" height="400" zoom="16" type="ROADMAP" popuptext="This is a popup's text" address="Avenida da Boavista, Porto, Portugal" /]
To Top
Hybrid type map without controls
[map width="960" height="400" zoom="14" type="HYBRID" address="Avenida da Boavista, Porto, Portugal" showMapTypeControl="false" showZoomControl="false" showPanControl="false" showScaleControl="false" showStreetViewControl="false" /]
To Top
Satellite type map
[map width="960" height="400" zoom="17" type="SATELLITE" address="Avenida da Boavista, Porto, Portugal" /]
To Top
[map] shortcode parameters:
Parameter name | Parameter description | Possible values | Default value |
---|---|---|---|
type | The map type | ROADMAP , TERRAIN , HYBRID or SATELLITE |
ROADMAP |
width | The width of the map in pixels | 210 | |
height | The height of the map in pixels | 210 | |
address | The address you want the map marker to be placed (use this parameter or the lat/long) |
||
latitude | The latitude coordinate you want the map marker to be placed | ||
longitude | The longitude coordinate you want the map marker to be placed | ||
popuptext | The text that appears inside the popup once a marker is clicked | ||
zoom | The zoom of the map | 0 to 21 |
8 |
showMapTypeControl | true or false |
true |
|
showZoomControl | true or false |
true |
|
showPanControl | true or false |
true |
|
showScaleControl | true or false |
true |
|
showStreetViewcontrol | true or false |
true |