Constructor
new HeightBillboard()
객체 초기 상태를 설정한다.
Methods
createBillboard()
고도값 분석 상태를 활성화하고 분석을 시작한다. 분석이 시작되면 커서는 고도 측정모드로 변경되고 관심 지점을 클릭하면 고도값이 표시된다.
Example
//측정모드 설정
window.eventManager.setMapMode('terrainAnalysis');
//고도값 측정 시작
window.heightBillboard.createBillboard();
//분석결과 초기화
window.TerrainAnalysisManager.clear();
//분석모드 초기화
window.eventManager.setMapMode('default');