Hi group, I am going to be doing a map where I have a couple 100K markers I need to place at street level. Of course not all of them will be shown at the same time, probably not more than 10 - 100 at a time. For lesser zoom levels I will be grouping my markers instead of displaying everything.
I've tried playing around with MarkerManager, but loading 100K markers into makes it break down. So something more dynamic is needed I guess. So my plan is to lazy load the markers dynamically with Ajax when needed into the marker manager. It seems the MarkerManager doesn't have support for this, so I'll probably have to hack upon it or wrap it in something else. I have seen that there's a suggestion of using overlays, but I would rather not have to generate overlays as I would love to have all the power of the markers at hand. Before I go ahead I would like to hear if you think my approach is sensible or if there are other ways of doing this that might be easier? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
