UNPKG

@eliorar/angular-cesium

Version:

Angular library for working with Cesium.

6 lines (5 loc) 149 B
export interface IDescription { draw(context: any, id: string, contextEntity: any): void; remove(id: string): void; removeAll(): void; }