I limited the length of MVC array to 5000.
using removeAt(), I controlled the length.

it is a memory leak??
if it has a memory leak, Gabage collection can catch it, can't it?

      var bounds = global.gmap.getBounds();
        if (bounds.contains(latlng) == false) {
                global.gmap.panTo(latlng);
        }
When the overlaid image move to the outside of the screen, I call
these functions.
But It works fine at first, but after one day, it didn't work well.
is there a problem?

-- 
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.

Reply via email to