GeoJsonFeature
A GeoJSON feature object, compliant with:https://datatracker.ietf.org/doc/html/rfc7946#section-3.2
Properties
type
type:
"Feature"
geometry
geometry:
GeoJsonGeometry
The feature's geometry
properties
properties:
GeoJsonProperties
Properties associated with this feature.
bbox?
optionalbbox: [number,number,number,number]
The bounding box of the feature in [west, south, east, north] order.
id?
optionalid:string|number
A value that uniquely identifies this feature in ahttps://tools.ietf.org/html/rfc7946#section-3.2.
Last updated
Was this helpful?