Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 AsyncTask 将一些标记加载到谷歌地图。
但是,当标记加载完成时,我需要单击缩放按钮以便地图将显示标记(我想需要刷新地图)
有没有刷新谷歌地图的方法?或其他解决方案?
我使用变量
private static GoogleMap map;
谢谢
我认为map.invalidate()会帮助您刷新,因为它会导致重绘。看..
map.invalidate()