i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > FeatureCollection

    spi.FeatureCollection type

    A collection of geospatial features.

    Signature:

    export type FeatureCollection = {
        type: 'FeatureCollection';
        features: Array<Feature>;
      };
    

    References: Feature

    In this article
    Back to top © N. Harris Computer Corporation