addFeatures

suspend fun addFeatures(features: Iterable<Feature>): Result<Unit>

Adds a collection of features to the table.

Return

A Result of type Unit.

Since

200.1.0

Parameters

features

The features to add to the table. The contents of the features are copied.

See also