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