I have a .task( id: geometryEditor.geometry ) on my MapView (I have tried .onChange( of: ) and it behaves the same). It triggers on geometryEditor.start() or .stop(), but it doesn't trigger on any interactive edits (adding/moving points, etc.)
I'm attempting to use the GeometryEditor as a convenient way to measure along a polyline or the area or edges of a polygon, so I really just need to update a Text() view after doing a few calculations on the current .geometry whenever it changes. Am I missing something obvious? Is there something more I need to do than to add a .task or .onChange with the .geometry to observe?
Thanks!
-Dave