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
| Property | Type | Required | Description |
|---|---|---|---|
coordinates | array[array[array[array[number (float)]]]] | โ |
Detailed Properties
coordinates(array[array[array[array[number (float)]]]]) - required
Example
{
"coordinates": [
[
[],
[]
],
[
[],
[]
]
]
}