Hi there,

I've been trying almost everything and been searching and reading
everywhere on the net. I just can't seem to find the correct way of
doing this.

I have a MapActivity with a MapView and I want to draw something on an
Overlay. I'm overwriting the draw-method, and I can easily draw
straight on the canvas using a paint. My problem is I want to merge
some circles and afterwards color them. Therefore I want to create a
Bitmap and then draw on that. I just don't know what to use. Should I
use a mutable Bitmap, a BitmapDrawable or am I simply going in the
wrong direction.

The reason I want to do this is because I want to draw some kind of
heatmap upon the Google Maps, and I need to merge and blend different
circles, so they appear to be just one big blob.

I hope someone can help me with this.

Thanks in advance,

Søren

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to