android maps: how to determine map center after a drag has been completed
问题 Is there a way through the android maps API, where I can detect the map center after pan animation has completed? I want to use this information to load markers from a server dynamically. Thanks BD 回答1: I also have been looking for a "did end drag" solution that detects the map center at the moment exactly after the map ended moving. I haven't found it, so I've made this simple implementation that did work fine: private class MyMapView extends MapView { private GeoPoint lastMapCenter; private