Hi John, Change
var mc = MarkerClusterer(map,markerarray,mcOptions); to var mc = new MarkerClusterer(map,markerarray,mcOptions); -- Luke On Wed, Dec 22, 2010 at 2:08 PM, John T <[email protected]>wrote: > I get the following error in the MarkerClusterer.js routine. > > Uncaught TypeError: Object [object DOMWindow] has no method 'extend' > > This error is at line 65 of MarkerClusterer.js, which is: > this.extend(MarkerClusterer, google.maps.OverlayView); > > I'm new with Google.maps and no expert on Javascript but I've looked > at the examples and can't figure out where I've screwed up. Here is a > link to my code: > http://www.horsetraildirectory.com/dec10_map_test_cluster.htm > > Any help would be greatly appreciated. > > -- > 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.
