I use mapView class in my java Application project to view an interactive map. By clicking on a separate button, I want the mapView's corner Coordinates. I am using mapView.getPolygon(). My problem is that i always get same polygon also when map already got panned by using "drag and drop". How do I ensure that i get updated corner coordinates after the "drag and drop"? what is the correct approach?