我使用onScrollChanged(int pL, int pT, int pOldl, int pOldt)来限制MapView滚动。如何从pL和pT转换为GeoPoint?
谢谢。
发布于 2012-03-01 20:37:12
在MapView上调用getProjection(),并使用生成的Projection对象将fromPixels()转换为GeoPoint。
发布于 2014-06-16 19:59:15
您可以简单地使用mapView.setScrollableAreaLimit(BoundingBoxE6)方法来设置可滚动
https://stackoverflow.com/questions/9515166
复制相似问题