Skip to main content

GeoJSONPolygon

GeoJSON Polygon geometry schema

typeType (string)required

Possible values: Value must match regular expression ^Polygon$

coordinatesarray[]required

Polygon rings with at most 1000 total positions, 64 rings, and 32 holes.

Possible values: <= 64

GeoJSONPolygon
{
"type": "string",
"coordinates": [
0
]
}