MapView的标记显示问题
我有一个地图活动。它显示了一张谷歌地图,上面有一些标记。当 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经通过清除覆盖列表和解决了该问题然后在地图上放置新标记之前使地图无效。这对我来说效果很好。
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.