共用方式為


FeaturesItemOutput interface

屬性

bbox

周框方塊。 使用的投影 - EPSG:3857。 如需詳細資訊,請參閱 RFC 7946

geometry

有效的 GeoJSON Point 幾何類型。 如需詳細資訊,請參閱 RFC 7946

id

傳回之功能的標識碼

properties
type

功能的類型必須是Feature。

屬性詳細資料

bbox

周框方塊。 使用的投影 - EPSG:3857。 如需詳細資訊,請參閱 RFC 7946

bbox?: number[]

屬性值

number[]

geometry

有效的 GeoJSON Point 幾何類型。 如需詳細資訊,請參閱 RFC 7946

geometry: GeoJsonPointOutput

屬性值

id

傳回之功能的標識碼

id?: string

屬性值

string

properties

properties?: FeaturesItemPropertiesOutput

屬性值

type

功能的類型必須是Feature。

type?: "Feature"

屬性值

"Feature"