0

I have been trying for days to simply open up Google Maps and have it animate to my location. I have searched Google and StackOverFlow and tried countless things but I am still not able to accomplish what seems like a simple task. Can someone point me in the right direction for a tutorial that works or offer any guidance?

Droid
  • 65
  • 1
  • 9
  • try this http://stackoverflow.com/questions/9195433/cant-get-current-location-using-gps/9195798#9195798 – Sunny Jan 15 '13 at 05:31

1 Answers1

1

There are 2 ways:

  1. Get your current location using Local-Base service. Then draw to the map
  2. Try this map option:

    mMap.setMyLocationEnabled(true);

Community
  • 1
  • 1
Fido
  • 595
  • 1
  • 9
  • 29