PolygonFeature
idstring
Feature identifier
typestringrequired
Possible values: [Feature]
geometryobjectrequired
GeoJSON geometry
properties object
areanumber
Polygon area
PolygonFeature
{
"id": "string",
"type": "Feature",
"geometry": {},
"properties": {
"area": 0
}
}