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

Type Parameters

  • T

Properties

Properties

features: Feature<T>[]
type: "FeatureCollection"