> I've done some benchmarks test using basic Google maps api and added about > 800-1000 markers in the same viewport. And came across some performance > issues.
Please don't hijack other people's unrelated threads, this has nothing to do with point-in-polygon analysis. > I'm curios about if anyone knows if this limitation is in the API or just > that the browser can't handle that many DOM elements? It's too much work for the browser; some browsers are more efficient at it than others, IE generally being teh worst case. Been discussed many times in this group http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=thousands+markers -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
