Interface Feature<G, P>

Featureオブジェクト

interface Feature<G, P> {
    bbox?: BBox;
    geometry: G;
    id?: string | number;
    properties: P;
    type: "Feature";
}

Type Parameters

Hierarchy (view full)

Properties

bbox?: BBox

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

geometry: G

ジオメトリ

id?: string | number

ID

properties: P

プロパティ

type: "Feature"

種別