Table of Contents

geoJsonPolygon

Description

The geoJsonPolygon schema inherits from geoJsonGeometry.

Properties

Name Description Required Type
Type No geoJsonPolygonType
Coordinates Yes Array of  Number
Bbox No geoJsonBbox

Examples

Example 1

{
  "type": "Polygon",
  "coordinates": [
    [
      [
        0.0
      ]
    ]
  ]
}