Representation of the areas associated with a FloorElement, also referred to as boundaries.
Although rf-maps supports a list of such areas, the UI currently allows only one such definition per FloorElement.
Most likely it exists for backwards-compatibility reasons only.
Name | Data type | Description |
---|---|---|
area | AreaElement | |
size | number |
Example
{ "area" : { "linearRing" : { "coordinates" : "..." }, "id" : 12345, "name" : "...", "size" : 12345, "depth" : 12345 }, "size" : 12345 }