Terrain type map from a point’s latitude/longitude
[map width="960" height="400" zoom="3" type="TERRAIN" latitude="39.045923" longitude="-8.085937" /]
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" /]
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" /]
Satellite type map
[map width="960" height="400" zoom="17" type="SATELLITE" address="Avenida da Boavista, Porto, Portugal" /]
Map shortcode parameters:
- type: ROADMAP (default), TERRAIN, HYBRID, SATELLITE
- width: the width in pixels of the map
- height: the height in pixels of the map
- 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 (optional)
- zoom: the zoom of the map
- showMapTypeControl
- showZoomControl
- showPanControl
- showScaleControl
- showStreetViewcontrol