I am using ArcGIS Maps SDK v200.6.0 (Android and iOS) and I have encountered strange behavior when editing geometries with VertexTool (and also with ReticleVertexTool):
When I select and drag a vertex, its SimpleMarkerSymbol gets bigger when I drop it, and remains with that bigger size. This happens only on the newly moved vertex, as if it were an “indicator” of the SDK.
I have tried to:
Use the same size in vertexSymbol and selectedVertexSymbol.
Set allowScalingSelectedElement = false (and in iOS the equivalent).
Am I overlooking any settings?
Is there a property or listener that blocks this spot rescaling on release?
I would appreciate any hints or suggestions on how to keep the vertex size constant before and after dragging.
Thanks in advance for your help!