Android Question OSMDroyd and typeface size

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I am using OSMdroyd (Mapview) on a phone.

No matter what the zoom level, a cannot read the names of locations on the map- they are too small. When I zoom in, I can read them for a second, then they are too small again.

There must be a solution, but I do not seem to find it.

Thanks

Peter
 

MikeH

Well-Known Member
Licensed User
Longtime User
If you`re using offline maps, you can set the text scale like this:

MapsForgeTileSource1.GetMapsForgeTileSourceOptions.SetTextScale(1.5)
 
Upvote 0
Top