map.setmylocationenabled(true) not working
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm working with Google Maps in my android app. I need to recenter the map to the client's current location. I used the following statement - map.setmylocationenabled(true); This displays a button on the top right but clicking that doesn't work. The button click listener: mMap.setOnMyLocationButtonClickListener(new GoogleMap.OnMyLocationButtonClickListener() { @Override public boolean onMyLocationButtonClick() { mMap.addMarker(new MarkerOptions().position(myLatLng).title("My Location")); mMap.animateCamera(CameraUpdateFactory.newLatLngZoom