Skip to main content

Geometry

How to use the Geometry value type

The Geometry value type represents a geometry in GeoJSON format (GeoJSON Specifications).

Properties

Property NameTypeRequiredDescription
valueGeometrytrueThe GeoJSON formatted geometry

Allowed Children

None

Requirements

N/A

Return Type

geometry

Example

{
"type": "Geometry",
"properties": {
"value": {
"type": "polygon",
"coordinates": [
[
[62965.1982994361, 6687511.68187239],
[62971.209551939, 6687448.71963533],
[64150.6395568938, 6687446.93094266],
[64138.7283713789, 6687512.21848451],
[62965.1982994361, 6687511.68187239]
]
]
}
}
}