就在我接受请求权限位置ACCESS_FINE_LOCATION之后,位置按钮正在显示但不起作用。 我已经推送了,但是什么也没发生。 蓝点在哪里?
另一方面,当我重新启动应用程序时,按钮正常工作。
这是我的代码,在接受许可后:
googleMap.setMyLocationEnabled(true);
googleMap.getUiSettings().setMyLocationButtonEnabled(true);
googleMap.getUiSettings().setAllGesturesEnabled(true);
googleMap.getUiSettings().setZoomControlsEnabled(true);
答案 0 :(得分:0)
尝试设置
googleMap.setMyLocationEnabled(true);
googleMap.getUiSettings().setMyLocationButtonEnabled(true);
接受权限后