Hi,
I want to add an ItemizedOverlay to a MapView that always keeps one OverlayItem as the selected one. I indicate this by using a StateListDrawable with two different marker drawables.
But right now, whenever I tap on the map and not hitting a marker, the last selected item will get deselected. But I always want to keep the last item selected until a new one is hit.
I already tried to intercept e.g. onTap, but this only lets me completely disable the tap handling. This means now I can't even select another marker anymore.
Any suggestions what to do about this?