areas property
HTMLCollection
get
areas
Retrieves a collection of the area objects defined for the given map object.
Implementation
_i3.HTMLCollection get areas => _i4.getProperty(
this,
'areas',
);