Hi Community, 👋
We're experiencing an ANR and subsequent crash in our Android app, which appears to be triggered by a call to the geometry editor function insertVertex when we try to add a point during live location updates. In our use case, users could be driving, and their location is updated every 3 meters. Since we can't know how fast a user might be moving, we end up with many frequent location updates—each one triggering a call to insertVertex, which we suspect may be blocking the main thread and causing the ANR.
Has anyone encountered similar issues with geometry editor during frequent live location updates? Are there best practices or recommended approaches for handling high-frequency vertex insertion without risking UI freezes or crashes?
Any advice or suggestions would be greatly appreciated!
Thanks in advance!
SDK Version: 200.7.0