地图视图刷新
我的应用程序中有一个地图视图。加载页面时,我在地图上显示一些点。 我在该页面上还有一个搜索按钮。因此,在我提供搜索内容并单击搜索按钮后,地图不会刷新。仅当我们触摸地图上的任何位置时它才会刷新。我也给出了mapview.invalidate()。仍然无法正常工作...
知道为什么会出现这个问题吗?
I have a mapview in my appn. I show some points on the map when the page gets loaded.
I also have a search button in that page. So after I give something to search and click search button, map doesnt gets refreshed. It gets refreshed only when we touch anywhere on the map. I have given mapview.invalidate() also. Still not working...
Any idea why this problem occurs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们必须给予..
我在显示叠加层时遇到了一些问题。所以之前没有发挥作用。现在它完美工作..
We have to give..
I had some problem while displaying overlays. So it didnt work earlier. Now its perfectly working..
使用 SupportMapFragment 代替 MapView
然后初始化一个片段并使用 getMapAsync() 方法获取地图:
下一个实现与 MapView 相同 - 处理回调方法 onMapReady >:
Instead of a MapView use the SupportMapFragment
Then init a fragment and get your map with getMapAsync() method:
The next implementation is the same as with a MapView - process a callback method onMapReady: