Table of Contents

geoJsonMultiPolygon

Description

The geoJsonMultiPolygon schema inherits from geoJsonGeometry.

Properties

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

Examples

Example 1

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