Hi, Yes, MarkerManager works, just be sure to wrap your logic (calls to methods such as addMarkers(..) and refresh(..) ) into a listener for the 'loaded' event, such as :
var mgr = new MarkerManager(map); google.maps.event.addListener(mgr, 'loaded', function() { // Stuff like addMarkers(), refresh() goes here }); This took me a bit too, hadn't noticed that you have to bind it this way - otherwise, it isn't properly initialized. -- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.