Cadenza JS
    Preparing search index...

    Interface FeatureCollection

    A adapted GeoJSON feature collection object

    interface FeatureCollection {
        features: Feature[];
        type: "FeatureCollection";
    }
    Index

    Properties

    Properties

    features: Feature[]

    The features within this collection

    type: "FeatureCollection"

    The object's type