Would it be possible to raise an event when a user clicks on a point on the map which has been spidered out from a cluster? My application has multiple users which may all be clustered at the same address (working in the same department etc), and I'd like to be able to scroll my search results list to the specific person they clicked on.
Edit: Presumably the same event would trigger if were possible to bind click events to points directly? For non-clustered points, I'm currently using your example method of determining clicked points using a distance search, but obviously that doesn't work for clusters at the same location.