in my app I need an overlay on a mapview. Before the 0.9 everything were working fine and now my app is broken because I can't succeed in displaying the overlay !!
My custom components are in the method called draw() of the Overlay. This method is never called because I have a specific log that is never written in Logcat
I add the overlay thanks to the method :
mapView.getOverlays().add(myCustomOverlay);
Does anyone meet the same issue ? Or does anyone have a working overlay on the new SDK ?
(even documentation link are highly appreciated !
)Thanks for your help !
Rgds,
C.



