Monday, March 7, 2011

[android-developers] MapView and large number of Overlay

Hi,
I have a problem displaying on a MapView a large number of Overlays. I
have to draw many route paths on the map: I tried to extend Overlay
class but the method draw() is calling very often and it makes
rendering too slow.
So I tried to create a bitmap to append over the map as a OverlayItem
layer (with transparency), it works but it is a little slow on
creating the image and there's a problem about memory of the VM that I
must handle.
I'm finding the best way to draw this semi-static layer as fast as
possible, I'm glad if someone can give me some advice
thank you
Daniele

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment