Please provide a link to your site. .setVisible() does not leak memory, it is intended to keep the marker around.
On 24 Sep 2010 04:07, "DRI" <[email protected]> wrote: > My requirement is to hide a marker. In my example code in the initial > post I have to randomly hide 20 markers out of a total of 200 every > 1.5 seconds. On IE8 marker.setVisible() causes a memory leak. > > setMap(null) also works in hiding a marker however it is too slow. on > IE8 I cannot even see all the markers that are visible. > > Please run my example on IE8 with setMap() and setVisible() to see the > difference. > > -- > 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]<google-maps-js-api-v3%[email protected]> . > For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- 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.
