Interface: GeoJSONFeature
Defined in: spec/types.ts:64
Properties
bbox?
optionalbbox?:GeoJSONBoundingBox
Defined in: spec/types.ts:69
geometry
geometry:
GeoJSONGeometry|null
Defined in: spec/types.ts:66
id?
optionalid?:string|number
Defined in: spec/types.ts:68
properties
properties:
Record<string,unknown> |null
Defined in: spec/types.ts:67
type
type:
"Feature"
Defined in: spec/types.ts:65