feature
Description
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Type | Yes | featureType | |
| Id | No | Number | |
| Properties | Yes | object | |
| Geometry | Yes | geometry | |
| Bbox | No | Array of Number |
Examples
Example 1
{
"type": "Feature",
"id": null,
"properties": null,
"geometry": null,
"bbox": [
0.0
]
}