On Fri, Jul 8, 2011 at 5:01 PM, Peter Maes <[email protected]> wrote: > Because of a specific workaround I need for another problem (not relevant > here) i cannot just use the order of adding the layers to the mapview as > resolve for this issue.
Well, that's how it's drawn, so if you don't want that behavior, your best option, I think, would be to extend MapView and override the draw() call to draw the overlay items however you see fit. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

