Refering to this sample, I can simply draw polygons using the provided api, however they will be stored in a separated feature. I would like to draw multiple polygons and store them in a single feature, like MULTIPOLYGON (((xyz
And then how to save them by applyEdit()? thanks!