I want to get the center coordinates of the map while the user is moving on it. I have to repopulate the map overlays depending on the current position of the map (the current center). Are there some listeners to listen on map panning or map moving? I know there is a myMapView.getMapCenter() method, but I have to call it from a listener, is that possible?
I want to get the center coordinates of the map while the user is
Share
You would want to handle the touch events on the UI in someway like the answer in this post.