Point interface

代表一個 GeoJSON 點的幾何體。

Extends

屬性

coordinates

該點的座標為[經度、緯度]。

type

幾何類型,點幾何形狀永遠是「Point」。

繼承的屬性

boundingBox

幾何的可選邊界框。

屬性詳細資料

coordinates

該點的座標為[經度、緯度]。

coordinates: number[]

屬性值

number[]

type

幾何類型,點幾何形狀永遠是「Point」。

type: "Point"

屬性值

"Point"

繼承的屬性詳細資料

boundingBox

幾何的可選邊界框。

boundingBox?: number[]

屬性值

number[]

繼承自Geometry.boundingBox