observation-js Documentation - v1.16.0
    Preparing search index...

    Interface GeoJSONFeatureCollection<G>

    interface GeoJSONFeatureCollection<
        G extends GeoJSONGeometry
        | null = GeoJSONGeometry,
    > {
        type: "FeatureCollection";
        features: GeoJSONFeature<G>[];
    }

    Type Parameters

    Index

    Properties

    Properties

    type: "FeatureCollection"
    features: GeoJSONFeature<G>[]