我使用LocationManager跟踪用户当前位置.现在,在将位置管理器更改为FusedLocation API之后,即使在设置之后也不会显示蓝点和圆圈map.setMyLocationEnabled(true).我可以在地图片段的右上角看到当前位置图标,但点击它不会做任何事情.我将我的代码恢复到LocationManager现在我能够看到指向我当前位置的蓝点.使用Fused Location API可能有什么问题.
map.setMyLocationEnabled(true)
android google-maps-android-api-2 android-fusedlocation
android ×1
android-fusedlocation ×1
google-maps-android-api-2 ×1