geojsonMultiPolygon

November 12, 2025 ยท View on GitHub

geojson representation of a multi polygon. See also https://geojson.org/geojson-spec.html#multipolygon

Type: object


Properties overview

PropertyTypeRequiredDescription
coordinatesarray[array[array[array[number (float)]]]]โœ“

Detailed Properties

  • coordinates (array[array[array[array[number (float)]]]]) - required

Example

{
  "coordinates": [
    [
      [],
      []
    ],
    [
      [],
      []
    ]
  ]
}

Contents

  1. 1Properties overview
  2. 2Detailed Properties
  3. 3Example