I am trying to change marker icon. I get the image from one server directory.
When I put break point every time the \"bit\" result is null. And when I run t
null
It's very simple :
new MarkerOptions().icon(BitmapDescriptorFactory.fromResource(R.drawable.icon))
In case you want the icon from a bitmap
new MarkerOptions().icon(BitmapDescriptorFactory.fromBitmap(bitmap));