I searched a lot on the web, but I haven\'t found anything which answered my question. When I enable MyLocation with
gmap.setMyLocationEnabled(true)<
After calling the following methods on your GoogleMap object:
GoogleMap
map.setMyLocationEnabled(true); map.getUiSettings().setMyLocationButtonEnabled(false);
you should see the current location indicator (the blue circle), but no control to center the map on that location.