I\'m writing an application that works alot with google map and markers on it. My task is to create and display some amount of markers on google map. Markers have custom ima
For me the problem was related to the size of the icon. I just change dynamically the size of the Bitmap and works fine.
Bitmap image2 = Bitmap.createScaledBitmap(iconBitmap, 120, 120, false);