How can I zoom in and move to my current location when I click on the My Location button?
I have the following implementation for this:
googleMap.setMyLocationEnabled(true);
This shows the button but nothing happens when I press on this. How can I move to my current location?