Configure this feature overlay with a feature collection. Features added
to the collection are also added to the overlay. Same for removal. If you
configure the feature overlay with a feature collection you will use the
collection to add and remove features instead of using the overlay's
addFeature
, removeFeature
and clear
functions.
Feature collection.
Generated using TypeDoc
Provides a featureOverlay used by the FeatureOverlayManager.
Example of initialization: const featureOverlay = new FeatureOverlay(manager, index);
Param
The feature overlay manager.
Param
This feature overlay's index.