Package com.kakao.vectormap.mapwidget
Class MapWidgetManager
- java.lang.Object
-
- com.kakao.vectormap.mapwidget.MapWidgetManager
-
public class MapWidgetManager extends java.lang.ObjectMapWidget 과 관련 돈 모든 진입점이 되는 클래스.
-
-
Constructor Summary
Constructors Constructor Description MapWidgetManager(IGuiDelegate delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoWindowLayergetInfoWindowLayer()InfoWindowLayer를 가져온다.MapWidgetLayergetMapWidgetLayer()MapWidgetLayer를 가져온다.
-
-
-
Constructor Detail
-
MapWidgetManager
public MapWidgetManager(IGuiDelegate delegate)
-
-
Method Detail
-
getInfoWindowLayer
public InfoWindowLayer getInfoWindowLayer()
InfoWindowLayer를 가져온다. InfoWindowLayer 를 직접 생성 할 수 없다.- Returns:
InfoWindowLayer객체
-
getMapWidgetLayer
public MapWidgetLayer getMapWidgetLayer()
MapWidgetLayer를 가져온다. MapWidgetLayer 는 직접 생성 할 수 없다.- Returns:
MapWidgetLayer객체
-
-