I've googled around a bit, and still can't find a definite answer to this.
What is the current "best" or "recommended" way of using Google Maps in Android?
I want my application to use the blue dot that automatically keeps track of the user's location, much like the Maps app does when you click on the "my location" button. Some of this functionality seems to come built in just by using the map, however, I'm unsure how to extract the Location from this, as I've read .getMyLocation() is deprecated?
What is the best way to do this?