FeatureCollection

constructor(features: List<Feature<G, P>> = emptyList(), bbox: BoundingBox? = null)(source)


constructor(vararg features: Feature<G, P>, bbox: BoundingBox? = null)(source)

Constructs a FeatureCollection from a vararg of Feature objects.

Parameters

features

The Feature objects to include in this FeatureCollection.

bbox