GeoJSON Point 延伸結構,對應PilotGaea GeoPoint, Geo3DPoint 物件

interface Point {
    bbox?: BBox;
    coordinates: Position3D;
    type: "Point" | "Point Z";
}

Hierarchy

Properties

bbox?: BBox

GeoJSON 物件邊界範圍

coordinates: Position3D

座標

type: "Point" | "Point Z"

GeoJSON 物件類型

Generated using TypeDoc