> but have yet to make it work for my
> particular WordPress Theme, found here:
> http://themeforest.net/item/the-navigator-premium-wp-location-guide-b...

I think you'd need to find out how to get an array of markers out of
the theme, and a way to suppress having the theme add them to the map,
so that you can have the cluster manage them instead.  That may get
tricky.

I can think of two easier ways forward
Ask the theme developer to add clustering capability.
Ditch the theme and write your own code - having got this far you
might find it easier than you expect.

> function initialize() {
>         markerCluster = new MarkerClusterer(map, gmarkers);
>         mm.addMarkers(gmarkers,0,1000);
>         mm.refresh();}

What is 'mm'?  What is 'gmarkers'?
Snippets out of context don't help much here

-- 
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.

Reply via email to