I use the OSMDROID library and MapView.
I found that the markers are very very large, even using a png file of 16x19 pixels.
Is there a way to reduce this ?
Thanks in advance
I found that the markers are very very large, even using a png file of 16x19 pixels.
B4X:
Dim Icon As BitmapDrawable
Icon.Initialize (LoadBitmap (File.DirAssets, "marker.png"))
Is there a way to reduce this ?
Thanks in advance