I\'m trying to draw a route onto my MapView. I\'ve extended Overlay and implemented the draw() method. The route is displayed properly, although while debugging, I added a b
For me it looks like a strange bug - sometimes the draw method is called continously, sometimes not.
see here.