标签: android google-maps
有一些坐标。如何验证这是否在地图坐标的边界内?
答案 0 :(得分:1)
使用MapView.getMapCenter。与MapView.getLatitudeSpan()和MapView.getLongitudeSpan()一起,您将能够以纬度/经度坐标计算地图边界。
MapView.getMapCenter
MapView.getLatitudeSpan()
MapView.getLongitudeSpan()