如何解决mapactivity并发修改异常?

发布于 2024-11-13 07:06:45 字数 63 浏览 2 评论 0原文

我正在开发一个应用程序,该应用程序使用地图活动和逐项覆盖类来跟踪和显示地图上的标记。但我有时会遇到并发修改异常。

I am developing an application that is using map activity and itemized Overlay class for tracking and displaying the markers on the map. But I am getting some times concurrent modification exception.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半岛未凉 2024-11-20 07:06:45

如果您从 UI 线程以外的任何其他线程添加/删除 Overlay 中的项目,您将遇到此异常。

If you are adding/removing items from the Overlay from any other thread other than the UI thread, you will come across this exception.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文