Issue
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?
Solution
You would want to handle the touch events on the UI in someway like the answer in this post.
Answered By - Hesham Saeed
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.