GeoJsonFeature interface
GeoJSON Feature A Feature オブジェクトは、空間的に境界のあるものを表します。 すべての Feature オブジェクトは GeoJSON オブジェクトです。 リファレンス
- Extends
プロパティ
| geometry | |
| id | |
| properties | |
| type | この GeoJSON オブジェクトの型を表します。これには、7 つの geometry 型と "Feature"、"FeatureCollection" が含まれます。 リファレンス |
プロパティの詳細
geometry
id
id?: string | number
プロパティ値
string | number
properties
properties?: Record<string, any>
プロパティ値
Record<string, any>
type
この GeoJSON オブジェクトの型を表します。これには、7 つの geometry 型と "Feature"、"FeatureCollection" が含まれます。 リファレンス
type: "Feature"
プロパティ値
"Feature"