MapElement

EventTargetNodeDOMElementElementjs.html.MapElement (extern class)

The HTMLMapElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of map elements.

Documentation HTMLMapElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Instance Members

name: String

Is a DOMString representing the map element for referencing it other context. If the id attribute is set, this must have the same value; and it cannot be null or empty.


Is a live HTMLCollection representing the area elements associated to this map.