[android-developers] Re: memory issue with Google Maps API v2

2013-11-15 Thread raj
Thanks Everyone for the reply. We are stress testing our app. We do it in all platform and seems like Android has a poor performance(or my implementation is poor). We do not do any special thing for iOS, but the all the 20/40K markers are rendered within 5-10 secs. Now I agree that the A6 chip

[android-developers] Re: memory issue with Google Maps API v2

2013-11-05 Thread lbendlin
Have a look at how it is done in iOS. There you can have as many annotations as you want, and the system will only render the associated markers if they are actually on screen. In addition you want to limit the number of visible markers when you zoom out. Generally anything over 50 will be

Re: [android-developers] Re: memory issue with Google Maps API v2

2013-11-05 Thread Mukesh Srivastav
Not sure about your actual requirement of placing thousand's of marker, as far i implemented, I have considered a radius based marker, like searching for Hotel,fuel stations in a radius of 10 miles or 5 miles. On Tue, Nov 5, 2013 at 6:07 PM, lbendlin l...@bendlin.us wrote: Have a look at how