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
Inside "onMapReady(GoogleMap googleMap)"
MarkerOptions marker = new MarkerOptions(); marker.icon(BitmapDescriptorFactory.fromResource(R.drawable._icon));