Home > @i2analyze/i2connect > spi > FeatureCollection
spi.FeatureCollection type
A collection of geospatial features.
Signature:
export type FeatureCollection = {
type: 'FeatureCollection';
features: Array<Feature>;
};
References: Feature