¡@

Home 

2014/10/16 ¤W¤È 08:10:43

android Programming Glossary: boundingboxe6

Limit Scrolling on offline maps, in Android

http://stackoverflow.com/questions/7898313/limit-scrolling-on-offline-maps-in-android

... ... m_mapView MapView findViewById R.id.mapview m_mapView.setTileSource TileSourceFactory.MAPNIK First BoundingBox BoundingBoxE6 bbox new BoundingBoxE6 9.37398 123.33761 9.23948 123.25035 this.setScrollableAreaLimit bbox Second LimitScrollToGeographicArea.patch.. findViewById R.id.mapview m_mapView.setTileSource TileSourceFactory.MAPNIK First BoundingBox BoundingBoxE6 bbox new BoundingBoxE6 9.37398 123.33761 9.23948 123.25035 this.setScrollableAreaLimit bbox Second LimitScrollToGeographicArea.patch Index MapView.java.. @@ 505 6 507 36 @@ mMapOverlay.setUseDataConnection aMode Set the map to limit it's scrollable view to the specified BoundingBoxE6. Note that like North South bounds limiting this allows an overscroll of half the screen size. This means each border can..