0

I can see where I am via MyLocationOverlay, but I want use MapController.setCenter(geopoint) to take latitude and longitude of the place where I am.

Also is possible to take the upper left corner and bottom right corner coordinates of the screen?

Any suggestions? Thanks..

lucian.pantelimon
  • 3,673
  • 4
  • 29
  • 46
eddie skywalker
  • 189
  • 1
  • 5
  • 16

1 Answers1

1

Would this help? You'll set up you location getter in the onLocationChanged(Location) method.

lucian.pantelimon
  • 3,673
  • 4
  • 29
  • 46
  • thank you but I've already tried and I have " Couldn't get connection factory client" problem – eddie skywalker Mar 15 '11 at 08:03
  • Do you have permission to access fine grained location (i think this one is needed here) ? Edit: would [this](http://consultingblogs.emc.com/harolee/archive/2009/01/08/android-how-to-use-mylocationoverlay-to-find-where-i-am.aspx) help? – lucian.pantelimon Mar 15 '11 at 08:08