interface RawEditableArea {
    area: number;
    geometry: Polygon;
    type: EDITABLE_AREA_TYPES;
}

Properties

Properties

area: number
geometry: Polygon