Add a feature to the feature overlay.
The feature to add.
Remove all the features from the feature overlay.
Feature collection event.
Feature collection event.
Check if featureOverlay has no features.
True if there is no features. False otherwise.
Remove a feature from the feature overlay.
The feature to remove.
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.
Set a style for the feature overlay.
Style.
Generated using TypeDoc
Provides a featureOverlay used by the FeatureOverlayManager.
Example of initialization: const featureOverlay = new FeatureOverlay(manager, index);
The feature overlay manager.
This feature overlay's index.