Appearance
gi-nx
gi-nx / GeoJsonPolygon
type GeoJsonPolygon = { geometry: { coordinates: [number, number][][]; type: "Polygon"; }; properties: Record<string, any>; type: "Feature"; };
geometry.coordinates
number
geometry.type
"Polygon"
properties
Record
string
any
type
"Feature"