Package com.naver.maps.map.clustering
Class Cluster
java.lang.Object
com.naver.maps.map.clustering.Node
com.naver.maps.map.clustering.Cluster
클러스터 노드를 의미하는 클래스.
-
Method Summary
Methods inherited from class com.naver.maps.map.clustering.Node
getMaxZoom, getMinZoom
-
Method Details
-
getTag
태그를 반환합니다.TagMergeStrategy.mergeTag(Cluster)
로 병합한 객체가 반환됩니다. -
getChildren
자식Node
의 목록을 반환합니다.- Returns:
- 자식
Node
의 목록.
-
getSize
public int getSize()전체 자식Leaf
의 개수를 반환합니다. -
getCoord
@NonNull public com.naver.maps.geometry.WebMercatorCoord getCoord()웹 메르카토르 좌표를 반환합니다. -
getPosition
@NonNull public com.naver.maps.geometry.LatLng getPosition()좌표를 반환합니다.PositioningStrategy.getPosition(Cluster)
으로 구한 좌표를LatLng
로 변환한 좌표가 반환됩니다.- Specified by:
getPosition
in classNode
- Returns:
- 좌표.
-