Re: Memory leak of the GClientGeocoder

2008-12-02 Thread changfm
I want using to track some cars. I move the markers and show their locations in a list When the cars move. But the memory usage is increased after asking the locations. Thanks. On 12月3日, 上午3時21分, Rossko <[EMAIL PROTECTED]> wrote: > You might turn the question around ... why would you need to do l

Re: Memory leak of the GClientGeocoder

2008-12-02 Thread Rossko
You might turn the question around ... why would you need to do lots of geocoding operations? (so many as to cause the leak to be a problem). It's not really intended to be used in that way. cheers, Ross K --~--~-~--~~~---~--~~ You received this message because

Re: Memory leak of the GClientGeocoder

2008-12-02 Thread Esa
And setLatLng() is also called only once. Firebug profile shows that most time consuming function is in api line 254: function fh(a){return a.parentNode.removeChild(a)} Looks like a dom operation though you even don't have a map on your page. I am totally confused. --~--~-~--~~--

Re: Memory leak of the GClientGeocoder

2008-12-02 Thread changfm
I only create the marker once and setLatLng once. And the memory usage is not increased if I don't call setLatLng(). I don't know why. How to solve the problem ? Thanks. On 12月2日, 下午9時18分, Esa <[EMAIL PROTECTED]> wrote: > I can see a very slow increase in memory usage. > > I think it is natural

Re: Memory leak of the GClientGeocoder

2008-12-02 Thread Esa
I can see a very slow increase in memory usage. I think it is natural if you create a new GMarker every three seconds. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, s

Memory leak of the GClientGeocoder

2008-12-02 Thread changfm
Hello, I use GClientGeocoder to get locations of markers. But this cause memory leak in IE if I move the markers. The link: http://134.208.3.214/ajax/TestJSMem.htm The memory usage is increased as the time goes by. How to solve the problem ? Thanks --~--~-~--~~~---~--~

Memory leak of the GClientGeocoder

2008-12-02 Thread changfm
Hello, I use GClientGeocoder to get locations of markers. But this cause memory leak in IE if I move the markers. The link: http://134.208.3.214/ajax/TestJSMem.htm The memory usage increases with time. How to solve the problem ? Thanks --~--~-~--~~~---~--~~ You rec