@mapgear/mapengine > VectorLayer > AddFeatures
VectorLayer.AddFeatures() method
Add multiple features to the layer
Signature:AddFeatures(features: string | string[]): Feature[];
Parameters
| Parameter | Type | Description |
|---|---|---|
| features | string | string[] | The features to add |
Feature[]