I am implementing App vith usage of osmdroid mapView. We have maps with max 16 zoom level, but Android allow us to have 18 zoom levels. Do you know how to set maximum zoom l
You can use the mapView.setMinZoomLevel()and mapView.setMaxZoomLevel() methods to adjust the zoom level.