Interface FeatureCollection

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

Properties

Properties

features: readonly Feature[]
type: "FeatureCollection"

Generated using TypeDoc