Streetnames openstreetmaps more readable on Android

后端 未结 2 1840
傲寒
傲寒 2021-01-17 03:21

I\'ve build an Android APP with offline map data using Openstreetmaps and OsmDroid. On a device with MDPI 320x480 pixels the map looks OK, but on a device with a HDPI screen

2条回答
  •  一个人的身影
    2021-01-17 03:47

    Osmdroid works with tiles that are static PNG images. You can not change the tile images. If you want to have a better mapping solution try MapsForge. This app/library works with maps data and renders them dynamically. This way you have more control on rendering maps and you can customize its texts and fonts and colors.

提交回复
热议问题