Interface FeatureCollection

A adapted GeoJSON feature collection object

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

Properties

Properties

features: Feature[]

The features within this collection

type: "FeatureCollection"

The object's type