Point interface

GeoJSONポイントのジオメトリを表します。

Extends

プロパティ

coordinates

その点の座標は[経度、緯度]です。

type

ジオメトリタイプは、ポイントジオメトリに対して常に「Point」です。

継承されたプロパティ

boundingBox

ジオメトリのバウンディングボックスはオプションで設置できます。

プロパティの詳細

coordinates

その点の座標は[経度、緯度]です。

coordinates: number[]

プロパティ値

number[]

type

ジオメトリタイプは、ポイントジオメトリに対して常に「Point」です。

type: "Point"

プロパティ値

"Point"

継承されたプロパティの詳細

boundingBox

ジオメトリのバウンディングボックスはオプションで設置できます。

boundingBox?: number[]

プロパティ値

number[]

Geometry.boundingBoxから引き継ぎました