Thanks David
The reason I want to do this is I have a div next to the map in which
I want to display some details for individual markers. The scenario
is....
1. they open the map fully zoomed out - it shows no individual markers
and several clusters.
2. they click a cluster, the map zooms in and the cluster splits into
several individual markers and maybe some smaller clusters - at this
point I wish to loop through the markers that are within the map
bounds (I know how to do this and can identify the markers that are
within bounds but have no way of distinguishing those that are
individual and those that are still hidden in the smaller clusters) -
what I want if I can identify the markers that are individual is to
then add some info about them (and only them - not the ones still
clustered) to the div next to the map.
Hope that makes sense. I would love to post a link to the site but
cannot at present due it all being 'top secret' :)
Thanks again for any help.