Showing a lot of points on Google Maps Android v2.0
I have a lot of points to show on Google Maps Android. I decided to draw
them on the map by drawing circles with small radiuses. However, I noticed
that drawing a lot of circles (around 1000) is very slow and the app does
not respond well, even when the drawing is made in an AsyncTask. Any ideas
how to get around this?
No comments:
Post a Comment