Android-地图-我的位置按钮不起作用,蓝点不显示

时间:2018-08-15 12:09:35

标签: android google-maps location android-maps

就在我接受请求权限位置ACCESS_FINE_LOCATION之后,位置按钮正在显示但不起作用。 我已经推送了,但是什么也没发生。 蓝点在哪里?

另一方面,当我重新启动应用程序时,按钮正常工作。

这是我的代码,在接受许可后:

googleMap.setMyLocationEnabled(true);   
googleMap.getUiSettings().setMyLocationButtonEnabled(true);
googleMap.getUiSettings().setAllGesturesEnabled(true);
googleMap.getUiSettings().setZoomControlsEnabled(true);

enter image description here

1 个答案:

答案 0 :(得分:0)

尝试设置

googleMap.setMyLocationEnabled(true); googleMap.getUiSettings().setMyLocationButtonEnabled(true);

接受权限后