Interface FeatureCollection<G, P>

FeatureCollectionオブジェクト

interface FeatureCollection<G, P> {
    bbox?: BBox;
    features: Feature<G, P>[];
    type: "FeatureCollection";
}

Type Parameters

Hierarchy (view full)

Properties

Properties

bbox?: BBox

バウンディングボックス(座標範囲)

features: Feature<G, P>[]

Feature配列

type: "FeatureCollection"

種別