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