Re: [android-developers] drawCircle call causes an extra elipse draw in a custom Drawable object for google map overlay using google map android API

2010-12-07 Thread TreKing
On Tue, Nov 30, 2010 at 9:51 AM, Pierre-yves py.grouss...@gmail.com wrote: It works find but the drawCircle call also draw a elipse, and if a try to draw a rectangle, an extra rectangle it also draw. Log or step through your draw call. Can you verify it's only being called once, with the

[android-developers] drawCircle call causes an extra elipse draw in a custom Drawable object for google map overlay using google map android API

2010-12-06 Thread Pierre-yves
Hi, I'm trying to draw a circle on a MapView. I created my own drawble object to be passed to an ItemizedOverlay class MyDrawableMarker extends Drawable{ @Override public void draw(Canvas canvas) { Paint p = new