3 out of 3 rated this helpful - Rate this topic

areas property

[This documentation is preliminary and is subject to change.]

Retrieves a collection of the area objects defined for the given map object.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

Syntax

JavaScript

p = object.areas

Property values

Type: IHTMLAreasCollection

Array of area objects.

Standards information

Remarks

Areas can be added to or removed from the collection. If duplicate identifiers are found, a collection of those items is returned. Collections of duplicates must be referenced subsequently by ordinal position.

Use of the Area operator is not supported for adding areas to the collection. Instead, use the createElement and add methods. Alternatively, use the insertAdjacentHTML method.

 

 

Build date: 2/14/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ