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.
我有这个使用片段事务的应用程序,我在破坏片段之间的映射时遇到了困难。这使得很难将谷歌地图用于不同的“操作”,例如:在同一应用程序中的片段上向地图添加标记并在另一个上添加折线。有人可以帮助我了解如何为此实施有价值的解决方案吗?
这个有点简单。只需在每次加载片段时创建一个新的地图实例(在 OnCreateView 方法上调用它)就可以解决这个问题。
谢谢您的帮助。