PopupPrint

지도 출력 팝업 클래스.
A class that prints the map screen, including the UI layout.

new Ditap.PopupPrint(viewer, ditapPrint)

Name Type Description
viewer DitapViewer 사용할 DitapViewer 인스턴스
The DitapViewer instance to use.
ditapPrint DitapPrintButton DitapPrint 인스턴스
The DitapPrint instance to use.
Example:
// 샌드캐슬 예제 'DiTAP - Ditap Capture' 참조
const viewer = new Ditap.DitapViewer("ditapContainer");
const ditapPrint = new Ditap.DitapPrintButton(viewer);

const popupPrint = new Ditap.PopupPrint(viewer, ditapPrint);
popupPrint.open();

Methods

close()

팝업 닫기.
Close popup.

open()

팝업 열기.
Open popup.