FeaturesItemOutput interface

プロパティ

bbox

境界ボックス。 使用されるプロジェクション - EPSG:3857。 詳細については、 RFC 7946 を参照してください。

geometry

有効な GeoJSON Point geometry 型。 詳細については、 RFC 7946 を参照してください。

id

返される機能の ID

properties
type

フィーチャーの種類は Feature である必要があります。

プロパティの詳細

bbox

境界ボックス。 使用されるプロジェクション - EPSG:3857。 詳細については、 RFC 7946 を参照してください。

bbox?: number[]

プロパティ値

number[]

geometry

有効な GeoJSON Point geometry 型。 詳細については、 RFC 7946 を参照してください。

geometry: GeoJsonPointOutput

プロパティ値

id

返される機能の ID

id?: string

プロパティ値

string

properties

properties?: FeaturesItemPropertiesOutput

プロパティ値

type

フィーチャーの種類は Feature である必要があります。

type?: "Feature"

プロパティ値

"Feature"