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