draw is being constantly called in my android map overlay

后端 未结 8 1840
走了就别回头了
走了就别回头了 2021-01-04 09:30

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

8条回答
  •  独厮守ぢ
    2021-01-04 09:56

    For me it looks like a strange bug - sometimes the draw method is called continously, sometimes not.

    see here.

提交回复
热议问题