Package com.kakao.vectormap
Interface KakaoMap.OnLabelClickListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLabelClicked(KakaoMap kakaoMap, LabelLayer layer, Label label)
Label
을 클릭했을 때 이벤트가 호출된다.
-
-
-
Method Detail
-
onLabelClicked
void onLabelClicked(KakaoMap kakaoMap, LabelLayer layer, Label label)
Label
을 클릭했을 때 이벤트가 호출된다.- Parameters:
kakaoMap
-KakaoMap
layer
- 클릭한 라벨이 속한 LabelLayer 객체label
- 클릭된 라벨 객체
-
-