共用方式為


GeoJsonFeature interface

GeoJSON Feature A Feature 物件代表空間界限的東西。 每個 Feature 物件都是 GeoJSON 物件。 參考

Extends

屬性

geometry
id
properties
type

代表此 GeoJSON 對象的類型,包括七個幾何類型和 “Feature”、“FeatureCollection”。 參考

繼承的屬性

bbox

包含其 Geometries、Features 或 FeatureCollections 座標範圍的相關信息。 參考

屬性詳細資料

geometry

geometry?: GeoJsonGeometry

屬性值

id

id?: string | number

屬性值

string | number

properties

properties?: Record<string, any>

屬性值

Record<string, any>

type

代表此 GeoJSON 對象的類型,包括七個幾何類型和 “Feature”、“FeatureCollection”。 參考

type: "Feature"

屬性值

"Feature"

繼承的屬性詳細資料

bbox

包含其 Geometries、Features 或 FeatureCollections 座標範圍的相關信息。 參考

bbox?: BBox

屬性值

繼承自GeoJsonObject.bbox