osmdroid - higher zoom level?

后端 未结 3 1045

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.

3条回答
  •  渐次进展
    2021-02-03 12:23

    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.

提交回复
热议问题