eddie skywalker
eddie skywalker

Reputation: 189

Take Lat and Long from MyLocationOverlay?

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

Answers (1)

lucian.pantelimon
lucian.pantelimon

Reputation: 3669

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

Upvotes: 1

Related Questions