@dp_unity/dpu-gis-viewer
Version:
DPU GIS Viewer version Beta
19 lines (18 loc) • 509 B
TypeScript
import '../styles/footerView.css';
export declare class FooterViewer {
viewer: any;
containerId: string;
private containerDiv;
constructor(containerId: string, viewer: any);
private createFooter;
private convertDEGToDMS;
private longitudeFooter;
private latitudeFooter;
private initializeMouseHandler;
private miterToStr;
private startCameraUpdate;
private heightCamera;
private updateCameraParams;
private createZoomBtn;
private handleZoomEarth;
}