I am building an android mapView application, and I use icons to mark certain places on the map. For some reason, the icons are displayed with a black “shadow” around them. How can I fix this?
http://img849.imageshack.us/img849/4695/capturexgy.jpg
Thanks ahead
In your ItemizedOverlay, try overriding the onDraw method and passing in false for shadow e.g.