The new Google Maps API V2 for Android doesn’t have much in the documentation or examples for how to deal with the myLocation layer. I wanted to achieve similar functionality to the myLocationOverlay in the old API. Basically, I want to wait until the user’s location is known, then center the map on that spot. To do this with the new API, you need to define a custom LocationSource implementation