On Feb 15, 10:49 pm, midin <[email protected]> wrote: > Thank you for reply, I deleted the alerts, but through it all, I can't > still see, if my problem can be solved anyway.. Where should the part > with markerClusterer be?
Did you look at the link from Mike Williams' tutorial? Did you look at any of the other examples he has? What part of "in the callback function to GDownloadUrl" didn't you understand? What you have now calls GDownloadUrl, which sends a request off to your server for the xml. Then the code initializes the map and inserts an empty array into the markerClusterer, then sometime later the server returns the data, the callback function runs, adding all your markers to the array, but never adds the array to the markerClusterer... -- Larry -- 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.
