In my application, I have a map that "works" from GoogleMaps, but sometimes there is a need to use the map offline, so I decided to add support for osmdroid. With some changes in my previous code, I managed to get it to work with all the functions that GoogleMaps had.
Now my problem .. on the GoogleMapsView map the same icons are displayed as in the following image:

But in OSM mapView, the icon is very large and blurry:

I tried to reduce the size of the image (* .png object) to see if this problem was, but the icons remained large and blurry, I believe that osmdroid for some reason scales the icons to a predetermined size, is there any way to change it?
I searched a couple of hours and I have not found anything useful yet, so I decided to try my luck here. Thanks:)
source share