Package com.kakao.vectormap.label
Interface OnLodLabelCreateCallback
-
public interface OnLodLabelCreateCallback
LodLabel
이 생성되서 지도에 나타나면 이벤트가 호출되는 리스너.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLodLabelCreated(LodLabelLayer layer, LodLabel label)
LodLabel
이 생성되서 지도에 나타나면 이벤트가 호출된다.
-
-
-
Method Detail
-
onLodLabelCreated
void onLodLabelCreated(@NonNull LodLabelLayer layer, @NonNull LodLabel label)
LodLabel
이 생성되서 지도에 나타나면 이벤트가 호출된다.- Parameters:
layer
- LodLabel 이 생성된LodLabelLayer
label
- 생성된LodLabel
-
-