LineString interface

代表一個線串。

Extends

屬性

coordinates

線條的座標。

type

線條的種類。

繼承的屬性

boundingBox

幾何的可選邊界框。

屬性詳細資料

coordinates

線條的座標。

coordinates: number[][]

屬性值

number[][]

type

線條的種類。

type: "LineString"

屬性值

"LineString"

繼承的屬性詳細資料

boundingBox

幾何的可選邊界框。

boundingBox?: number[]

屬性值

number[]

繼承自Geometry.boundingBox