geoJsonGeometryCollection
Description
The geoJsonGeometryCollection schema inherits from geoJsonObject.
Properties
Name | Description | Required | Type |
---|---|---|---|
Type | No | geoJsonGeometryCollectionType | |
Geometries | Yes | Array of geoJsonPoint | |
Bbox | No | geoJsonBbox |
Examples
Example 1
{
"type": "GeometryCollection",
"geometries": [],
"bbox": [
0.0
]
}