I am using the gmap3 ajquery plugin (for google maps v3) to cluster markers on a google map and need to get a list of which markers are within a cluster.
I am struggling to think what else I can tell you about my issue.
The only potential solution I can think of is to loop through all markers and compare their lat / long positions, but that seems so in efficient.