An array of MapElement objects to use to create the image map. MapElements contain a shape that specifies coordinates for the area tag in the image map. They also provides target, href, label, index and parameter information.
mapName
The name to associate with the image map.
onMouseOver
string containing javascript to run on the onMouseOver event of the area tag.
onMouseOut
string containing javascript to run on the onMouseOut event of the area tag.
alt
string containing text for the alt and title attributes of the area tag.
defaultHref
default URL to use when creating image map HREF attributes if none is set within the MapElement.