@eliorar/angular-cesium
Version:
Angular library for working with Cesium.
14 lines (13 loc) • 513 B
TypeScript
import * as i0 from "@angular/core";
export declare class ViewerFactory {
/**
* Creates a viewer with default or custom options
* @param mapContainer - container to initialize the viewer on
* @param options - Options to create the viewer with - Optional
*
* @returns new viewer
*/
createViewer(mapContainer: HTMLElement, options?: any): any;
static ɵfac: i0.ɵɵFactoryDeclaration<ViewerFactory, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ViewerFactory>;
}