|
private static final double minDistanceForClustering1 = 10; // km
|
|
private static final double minDistanceForClustering2 = 200; // km
|
|
private static final int maxClusteredPoints1 = 120;
|
|
private static final int maxClusteredPoints2 = 110;
|
|
|
|
// Server side points removal logic to limit clustered points to maxClusteredPoints1, as described above ...
|