Package com.kakao.vectormap.mapwidget
Interface OnInfoWindowCreateCallback
-
public interface OnInfoWindowCreateCallback
InfoWindow
가 생성될 때 호출되는 콜백 인터페이스
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onInfoWindowCreated(InfoWindowLayer layer, InfoWindow infoWindow)
InfoWindow
가 생성될 때 호출된다.
-
-
-
Method Detail
-
onInfoWindowCreated
void onInfoWindowCreated(InfoWindowLayer layer, InfoWindow infoWindow)
InfoWindow
가 생성될 때 호출된다.- Parameters:
layer
-InfoWindowLayer
객체infoWindow
- 생성된InfoWindow
객체
-
-