Interface FeatureCollectionJson

interface FeatureCollectionJson {
    features: FeatureJson[];
    id: string;
    type: FeatureCollection;
}

Hierarchy (view full)

Properties

Properties

features: FeatureJson[]
id: string