Interface ThresholdStrategy

    • Method Detail

      • getThreshold

        @WorkerThread
        double getThreshold​(@IntRange(from=0L,to=21L)
                            int zoom)
        줌 레벨이 zoom일 때 두 Node를 클러스터링할 기준 거리를 반환합니다.
        Parameters:
        zoom - 기준 거리를 구할 줌 레벨.
        Returns:
        클러스터링할 기준 거리.