On Dec 2, 8:16 pm, John Mick <[email protected]> wrote:
> I'm not sure if using MVCArrays are going to solve this issue.
>
> Consider the nature of my program will have an entirely new set of
> LatLng points every 25 seconds or so. None of the points in the multi-
> dimensional MVCArray will be reused. I do not see any way to remove
> all of the values inside the existing MVCArrray object and recreate
> them without throwing a ton of redraw events - which essentially hangs
> the browser in one shot.
>
> I'm not sure if I'm missing it, but I haven't found much information
> on the behavior of this MVCObjects either - I'm not sure that this is
> the type of solution I am looking for.
The only reason I can see to ever use MVC arrays with polys is for
interactive editing. It is inherently inefficient. Otherwise, it is
just extra bloat. Perhaps I am missing another use for it.
I have built a simple test using PolyCluster:
http://www.polylib.us/polycluster/fixleak
I have run it in Firefox for over an hour without crashing. I have
not tested it in other browsers.
--
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.