# GeoJsonFeature

***

A GeoJSON feature object, compliant with:<https://datatracker.ietf.org/doc/html/rfc7946#section-3.2>

## Properties

### type

> **type**: `"Feature"`

***

### geometry

> **geometry**: [`GeoJsonGeometry`](https://developers.felt.com/js-sdk-api-reference/shared/geojsongeometry)

The feature's geometry

***

### properties

> **properties**: [`GeoJsonProperties`](https://developers.felt.com/js-sdk-api-reference/shared/geojsonproperties)

Properties associated with this feature.

***

### bbox?

> `optional` **bbox**: \[`number`, `number`, `number`, `number`]

The bounding box of the feature in \[west, south, east, north] order.

***

### id?

> `optional` **id**: `string` | `number`

A value that uniquely identifies this feature in a<https://tools.ietf.org/html/rfc7946#section-3.2>.
