Package com.kakao.vectormap.mapwidget
Class MapWidgetManager
- java.lang.Object
-
- com.kakao.vectormap.mapwidget.MapWidgetManager
-
public class MapWidgetManager extends java.lang.Object
MapWidget 과 관련 돈 모든 진입점이 되는 클래스.
-
-
Constructor Summary
Constructors Constructor Description MapWidgetManager(IGuiDelegate delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoWindowLayer
getInfoWindowLayer()
InfoWindowLayer
를 가져온다.MapWidgetLayer
getMapWidgetLayer()
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
객체
-
-