GeoJsonFeature interface
GeoJSON Feature A Feature 物件代表空間界限的東西。 每個 Feature 物件都是 GeoJSON 物件。 參考
- Extends
屬性
| geometry | |
| id | |
| properties | |
| type | 代表此 GeoJSON 對象的類型,包括七個幾何類型和 “Feature”、“FeatureCollection”。 參考 |
屬性詳細資料
geometry
id
id?: string | number
屬性值
string | number
properties
properties?: Record<string, any>
屬性值
Record<string, any>