Is there a method to incorporate a polygon that maintains its size regardless of zooming?
Currently, when adding a polygon circle shape with a 10-meter radius and zooming out, the polygon shrinks in size as expected. However, is it feasible to include a shape that remains constant in size on the map despite the zoom level?
I have checked the documentation but have not found any solution. Whenever I create a polygon, it automatically adjusts its size based on the zoom level. Unlike circles, I am unable to manually resize the polygon during zoom action.