@greenmice/ngx-cesium
Version:
Angular library for working with Cesium.
16 lines (15 loc) • 549 B
TypeScript
import * as i0 from "@angular/core";
export declare class ViewerFactory {
cesium: any;
constructor();
/**
* 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>;
}