We've developed an application using the Runtime SDK with QT. We have a new requirement to allow users to draw areas on the map. We've seen a few examples using C# and JavaScript, unfortunately we've not been able to find an example using C++ and QT. They need the ability to draw freehand and also by clicking points and have it auto close the shape. From other examples I've seen we need to have a FeatureService that will allow editing, but getting the map to accept clicks as points for a polygon has me puzzled.