@dp_unity/dpu-gis-viewer
Version:
DPU GIS Viewer version Beta
21 lines (20 loc) • 555 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 _pitchDev;
private _angleDev;
private updateCameraParams;
private createZoomBtn;
private handleZoomEarth;
}