GeoJSON 自訂結構,對應PilotGaea GeoBoundary 物件

interface Boundary {
    bbox: BBox;
    type: "Boundary";
}

Hierarchy

Properties

Properties

bbox: BBox

邊界範圍

type: "Boundary"

GeoJSON 物件類型

Generated using TypeDoc