Closed GoogleCodeExporter closed 8 years ago
I have just tried this code at the end of onCreate in demo project:
Marker m = map.addMarker(new MarkerOptions().position(new LatLng(0,
0)).icon(BitmapDescriptorFactory.fromResource(R.drawable.ic_launcher)));
After zooming in you can see a green robot marker, so everything worked as
expected and your code should work as well.
I'm going to invalidate this issue, but we can discuss this more if you want.
Original comment by maciek.g...@gmail.com
on 19 Apr 2013 at 5:39
aha, my bad I was changing the marker icon within the mutable data array
loop it seems that this is not able to change the marker icon.
Original comment by connecti...@gmail.com
on 22 Apr 2013 at 8:11
Original issue reported on code.google.com by
connecti...@gmail.com
on 19 Apr 2013 at 1:22