gpt4 book ai didi

android - Google Map api 2 如何显示/隐藏 Google map ?

转载 作者:太空狗 更新时间:2023-10-29 15:42:09 25 4
gpt4 key购买 nike

我想显示/隐藏 googleMap。

GoogleMap  googleMap = ((SupportMapFragment) getSupportFragmentManager()
.findFragmentById(R.id.map2)).getMap();

如何设置setVisibility(View.INVISIBLE) 或 setVisibility(View.VISIBLE) ??

最佳答案

您应该隐藏 Fragment 本身,或者您可以尝试在 SupportMapFragment 子类中使用 getView().setVisibility(View.INVISIBLE)

来自您的 Activity :

FragmentManager fm = getSupportFragmentManager();
FragmentTransaction ft = fm.beginTransaction()
ft.hide(mFragment).commit();

关于android - Google Map api 2 如何显示/隐藏 Google map ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16936624/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com