Constructor
new EventManager()
객체 초기 상태를 설정한다.
Methods
getMapMode()
현재 서비스 모드를 리턴하며 모드 값은 다음과 같다.
- default
- terrainAnalysis
- mapAnalysis
- graphic
- cop
setMapMode(menu)
서비스별 모드를 설정한다.
Example
window.eventManager.setMapMode('mapAnalysis');
Parameters:
Name | Type | Description |
---|---|---|
menu |
string | 서비스 모드 설정
|