NMCDistanceStrategy
@protocol NMCDistanceStrategy
각 NMCNode
간의 거리를 측정하는 전략에 대한 인터페이스.
이 전략은 NMCThresholdStrategy
와 밀접하게 연관되어 있습니다. 두 노드 node1
, node2
가
있을 때, getDistance:Node1:Node2
가 반환한 둘 간의 거리가 NMCThresholdStrategy.getThreshold
가
반환한 기준값보다 작거나 같으면 두 노드는 zoom
레벨에서 클러스터링됩니다.
See
NMCThresholdStrategy.getThreshold: