Interface Polygon

Polygonジオメトリ

interface Polygon {
    bbox?: BBox;
    coordinates: Position[][];
    type: "Polygon";
}

Hierarchy (view full)

Properties

bbox?: BBox

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

coordinates: Position[][]

座標

type: "Polygon"

種別