标签: android google-maps-android-api-2 google-play-services
有没有人知道在MapFragment或SupportMapFragment中获取视图范围的简单方法?
也就是说,我需要为Google Play服务地图片段的可视区域的左上角和右下角获取GPS坐标,如下所示:
当用户调整视图大小或重新定位视图时,我需要能够获得这些坐标。
答案 0 :(得分:1)
使用
map.getProjection().getVisibleRegion().farLeft
详细了解VisibleRegion。
VisibleRegion