1

I am doing some tutorials and especially the MarakanaMaps google maps demo. I just wondered that as this is running inside the AVD shoudl I see my location on a map or does that depend on wifi/gps which the emulator can't do?

This is the tutorial website: http://marakana.com/forums/android/examples/311.html

2 Answers2

2

Please see this question and its answer. The answer explains thoroughly as to how to deal with location in emulator.

Community
  • 1
  • 1
Kimi
  • 6,239
  • 5
  • 32
  • 49
1

Start your app and then You can manually give the lat and lng by opening ddms view and goto emulator control in left side scroll down and give the lat and lng value and click send. now you can see the location in emulator. You can see your location in emulator if you will give lat and lng of your position.It also depends on network which download the map data.

Sunny
  • 14,522
  • 15
  • 84
  • 129