Class DefaultThresholdStrategy

java.lang.Object
com.naver.maps.map.clustering.DefaultThresholdStrategy
All Implemented Interfaces:
ThresholdStrategy

public class DefaultThresholdStrategy extends Object implements ThresholdStrategy
기본 ThresholdStrategy 구현체. 고정된 기준 거리를 사용합니다.
  • Constructor Details

    • DefaultThresholdStrategy

      public DefaultThresholdStrategy(double threshold)
      생성자.
      Parameters:
      threshold - 기준 거리.
  • Method Details

    • getThreshold

      @WorkerThread public double getThreshold(int zoom)
      생성자로 지정된 threshold를 반환합니다.
      Specified by:
      getThreshold in interface ThresholdStrategy
      Parameters:
      zoom - 기준 거리를 구할 줌 레벨.
      Returns:
      클러스터링할 기준 거리.