My codes :
Why added marker icon is low quality?
While my icon is high quality with 150px in 150px
I think that I have to load image from Special folders, is that?
Please help me
B4X:
Dim marker_icon As Bitmap = LoadBitmap(File.DirAssets,"marker.png")
Dim m As Marker = map1.GetMap.AddMarker3(ChooseLocation.Latitude,ChooseLocation.Longitude,"Your location",marker_icon.Resize(45dip,45dip,True))
Why added marker icon is low quality?
While my icon is high quality with 150px in 150px
I think that I have to load image from Special folders, is that?
Please help me