I am dealing with a overlays on mapview.
I have 2 types of them, lets say type "One" and "Two"
They both are overlayed on same or diffrent condition.
When are overlayed on same condition one overlaps the other. and earlier one hides behind the 开发者_运维技巧latter one.
I want to give option to user to cycle through these overlapped overlays if this overlapping case occurs.
Any solution?
Can overlay handle double taps ?
We have OnDoubleTapListener. But I am not sure whether it can be applied with overlays. Just give a try.
Please refer the site for showing an eg for OnDoubleTapListener
精彩评论