UNPKG
iceye-angular-cesium-fork
Version:
latest (0.0.66-d)
0.0.66-d
0.0.66-c
0.0.66-b
0.0.66-a
Angular library for working with Cesium.
github.com/iceye/angular-cesium
iceye/angular-cesium
iceye-angular-cesium-fork
/
lib
/
angular-cesium
/
services
/
ac-html-manager
/
ac-html-manager.service.d.ts
16 lines
(15 loc)
•
342 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
declare
class
AcHtmlManager
{
private
_entities;
constructor
(
);
has
(
id
:
string
):
boolean
;
get
(
id
:
string
): {
entity
:
any
;
primitive
:
any
; };
addOrUpdate
(
id
:
any
,
info
: {
entity
:
any
;
primitive
:
any
; }):
void
;
remove
(
id
:
string
):
void
;
forEach
(
callback
:
any
):
void
; }