hi all!
is it possible to make them scale depending on the zoom level of the map? if i zoom out, they should be smaller.
i try this:
but my icons become bigger than 32bit
is it possible to make them scale depending on the zoom level of the map? if i zoom out, they should be smaller.
i try this:
B4X:
Dim relativePixelSize As Int = Round(pixelSizeAtZoom0*(Power(2,zoomLevel)))
B4X:
b=CreateScaledBitmap(BitmapDrawable1.Bitmap,relativePixelSize,relativePixelSize)
but my icons become bigger than 32bit