I\'m trying to implement a MapView using the osmdroid library.
However at the moment the furthest I seem to be able to zoom in isn\'t sufficient enough for my purposes.
For anybody looking for solution for better tile scaling, osmdroid now comes in with built-in function called :
setTilesScaledDpi(boolean)
The function is located in MapView class.