Reputation: 189
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..
Upvotes: 0
Views: 286
Reputation: 3669
Would this help? You'll set up you location getter in the onLocationChanged(Location) method.
Upvotes: 1