Hey, Thank you for the help! Much appreciated.
Well, i run the function to place all the markers / push them into the array, before calling the MarkerClusterer, in my initialize function: geo(); cluster = new MarkerClusterer(map,mymarkers); is it possible that JScript runs the next line of code without having the function run through? Cheers! On Dec 17, 11:54 am, Rossko <[email protected]> wrote: > > Here's the function anyway, in case someone might be able to help. > > I did scan through it quickly ; I can't see where you add your array > of markers to the clusterer. This is crucially important, I'd bet you > do it before the array has been populated asynchronously. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
