geoJsonFeature
Description
The geoJsonFeature schema inherits from geoJsonObject.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Id | An identifier for the feature | No | string |
| Properties | No | object | |
| Type | No | geoJsonObjectTypes | |
| Geometry | Yes | geoJsonLineString | |
| Bbox | No | geoJsonBbox |
Examples
Example 1
{
"id": null,
"properties": null,
"type": "Point",
"geometry": null,
"bbox": [
0.0
]
}