Is there any way to alter distance between markers when the cluster is rendered in order to increase accuracy of pointers?
Please let us know how to alter distance? or is it possible to do such?
@bedzinsa : have you found answer?
@broady : Could you please reply soon? Its kinda important feature to have for an application I am working on.
Im not 100% sure, but i think MAX_DISTANCE_AT_ZOOM variable is responsible for this in NonHierarchicalAlgorithm class which is final variable. I guess you have to create a custom algorithm class but not sure since i was never answered.
I've encountered the same problem. I copied and pasted the entire NonHierarchicalDistanceBasedAlgorithm.java file into a new algorithm class just so I could modify the MAX_DISTANCE_AT_ZOOM value. This isn't the preferred solution, but it works.
Perhaps this could be flagged and a setClusteringDistance(int dps) method could be put into the class? Or make the variable an accessible non-constant so that we could then extend the class and change it there?
Any update on this subject ?
The setClusteringDistance(int dps) method seems to be a good idea.
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.
Still no answer to this issue. How do we set the cluster rendering distance
Most helpful comment
I've encountered the same problem. I copied and pasted the entire NonHierarchicalDistanceBasedAlgorithm.java file into a new algorithm class just so I could modify the MAX_DISTANCE_AT_ZOOM value. This isn't the preferred solution, but it works.
Perhaps this could be flagged and a setClusteringDistance(int dps) method could be put into the class? Or make the variable an accessible non-constant so that we could then extend the class and change it there?