MapView的标记显示问题

发布于 2024-11-17 07:14:39 字数 154 浏览 2 评论 0原文

我有一个地图活动。它显示了一张谷歌地图,上面有一些标记。当 MapActivity 运行时,我想通过使用代码在地图上添加一些新标记,还想删除以前的标记,以便地图将显示刚刚更新的新标记,而不是以前的标记。我怎样才能做到这一点?通过示例/示例代码给出的答案将受到高度赞赏。提前致谢 ..... :)

I have a MapActivity. It shows a Google map with some markers on it. While the MapActivity is running, i want to add some new markers on the map by using code, Also want to remove the previous markers so that the map will show just updated new markers, not the previous ones. How can i do that? Answers given with examples/sample codes will be highly appreciated. Thanks in advance ..... :)

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

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

发布评论

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

评论(1

土豪我们做朋友吧 2024-11-24 07:14:39

我已经通过清除覆盖列表和解决了该问题然后在地图上放置新标记之前使地图无效。这对我来说效果很好。

I have solve the problem by clearing the overlay list & then invalidating the map before putting new markers on the map. That does the work for me nicely.

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