igniteui-angular-maps 14.1.1 → 14.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1470 -1458
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1484 -1472
- package/fesm5/igniteui-angular-maps.js +1471 -1459
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/package.json +2 -2
|
@@ -24,22 +24,22 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
|
|
|
24
24
|
*/
|
|
25
25
|
export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
26
26
|
static $t: Type;
|
|
27
|
-
protected
|
|
27
|
+
protected get_d1(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
protected
|
|
32
|
-
private
|
|
33
|
-
private
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
protected
|
|
29
|
+
protected qf(): void;
|
|
30
|
+
q2: ScatterContourSeries;
|
|
31
|
+
protected p9(): Series;
|
|
32
|
+
private rc;
|
|
33
|
+
private rd;
|
|
34
|
+
q9: string;
|
|
35
|
+
q5: ValueBrushScale;
|
|
36
|
+
q4: ValueBrushScale;
|
|
37
|
+
protected mz(): void;
|
|
38
38
|
protected bx(): SeriesView;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
39
|
+
l2(a: SeriesView): void;
|
|
40
|
+
q6: GeographicContourLineSeriesView;
|
|
41
|
+
q1: ContourValueResolver;
|
|
42
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
43
43
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
44
44
|
static $$p: string[];
|
|
45
45
|
}
|
|
@@ -33,33 +33,33 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
35
|
static $t: Type;
|
|
36
|
-
protected
|
|
37
|
-
protected
|
|
36
|
+
protected gw(): number;
|
|
37
|
+
protected get_d6(): boolean;
|
|
38
38
|
constructor();
|
|
39
39
|
protected bx(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
private
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
qj: number;
|
|
51
|
-
re: Color;
|
|
52
|
-
rd: Color;
|
|
40
|
+
l2(a: SeriesView): void;
|
|
41
|
+
qj: GeographicHighDensityScatterSeriesView;
|
|
42
|
+
protected p9(): Series;
|
|
43
|
+
private qi;
|
|
44
|
+
qx: string;
|
|
45
|
+
qz: string;
|
|
46
|
+
qm: boolean;
|
|
47
|
+
ql: boolean;
|
|
48
|
+
qk: boolean;
|
|
49
|
+
qo: number;
|
|
53
50
|
qn: number;
|
|
51
|
+
ri: Color;
|
|
52
|
+
rh: Color;
|
|
53
|
+
qr: number;
|
|
54
54
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
55
|
-
private
|
|
56
|
-
get
|
|
57
|
-
set
|
|
58
|
-
protected
|
|
59
|
-
private
|
|
60
|
-
private
|
|
61
|
-
protected
|
|
62
|
-
protected
|
|
63
|
-
protected
|
|
55
|
+
private qq;
|
|
56
|
+
get qs(): number;
|
|
57
|
+
set qs(a: number);
|
|
58
|
+
protected qf(): void;
|
|
59
|
+
private q6;
|
|
60
|
+
private q5;
|
|
61
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
62
|
+
protected get_e5(): boolean;
|
|
63
|
+
protected set_e5(a: boolean): void;
|
|
64
64
|
static $$p: string[];
|
|
65
65
|
}
|
|
@@ -15,62 +15,62 @@ import { RenderingContext } from "igniteui-angular-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
ln(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
20
|
+
private p8;
|
|
21
|
+
protected get_dw(): boolean;
|
|
22
|
+
hy(a: any, b: string): any;
|
|
23
23
|
c1(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
|
|
24
24
|
ag(): Axis[];
|
|
25
25
|
be(): Series;
|
|
26
|
-
get
|
|
27
|
-
set
|
|
26
|
+
get qa(): Series;
|
|
27
|
+
set qa(a: Series);
|
|
28
28
|
protected get_hasMarkers(): boolean;
|
|
29
|
-
protected
|
|
29
|
+
protected qf(): void;
|
|
30
30
|
aw(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
31
31
|
ax(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
-
|
|
32
|
+
hv(a: Point): any;
|
|
33
|
+
hl(a: Point, b: boolean): number;
|
|
33
34
|
hj(a: Point, b: boolean): number;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
pv(a: Point): Rect;
|
|
35
|
+
gl(a: Point, b: boolean, c: boolean): number;
|
|
36
|
+
pq(a: Point, b: boolean, c: boolean): Point;
|
|
37
|
+
pz(a: Point): Rect;
|
|
38
38
|
ak(a: Point): Rect[];
|
|
39
|
-
|
|
39
|
+
p0(a: Point): Rect;
|
|
40
40
|
al(a: Point): Rect[];
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
gf(a: Point, b: boolean, c: boolean): number;
|
|
44
|
-
pi(a: Point, b: boolean, c: boolean): Point;
|
|
41
|
+
p1(a: Point): Rect;
|
|
42
|
+
p2(a: Point): Rect;
|
|
45
43
|
gh(a: Point, b: boolean, c: boolean): number;
|
|
46
|
-
|
|
44
|
+
pm(a: Point, b: boolean, c: boolean): Point;
|
|
45
|
+
gj(a: Point, b: boolean, c: boolean): number;
|
|
46
|
+
po(a: Point, b: boolean, c: boolean): Point;
|
|
47
|
+
pr(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
+
gm(a: Point, b: boolean, c: boolean): number;
|
|
47
49
|
pn(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
-
gk(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
pj(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
-
gg(a: Point, b: boolean, c: boolean): number;
|
|
51
|
-
pl(a: Point, b: boolean, c: boolean): Point;
|
|
52
50
|
gi(a: Point, b: boolean, c: boolean): number;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
51
|
+
pp(a: Point, b: boolean, c: boolean): Point;
|
|
52
|
+
gk(a: Point, b: boolean, c: boolean): number;
|
|
53
|
+
hg(a: Point): number;
|
|
54
|
+
gc(): number;
|
|
55
|
+
f8(a: Point): number;
|
|
56
|
+
hw(a: Point): any;
|
|
57
|
+
protected abstract p9(): Series;
|
|
58
58
|
protected bx(): SeriesView;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
static readonly
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
protected
|
|
65
|
-
private
|
|
66
|
-
private
|
|
67
|
-
|
|
68
|
-
|
|
59
|
+
l2(a: SeriesView): void;
|
|
60
|
+
qb: HostSeriesView;
|
|
61
|
+
static readonly qh: DependencyProperty;
|
|
62
|
+
get qc(): number;
|
|
63
|
+
set qc(a: number);
|
|
64
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
65
|
+
private qe;
|
|
66
|
+
private qg;
|
|
67
|
+
ml(a: boolean): void;
|
|
68
|
+
mk(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
69
69
|
at(a: Point, b: boolean): DataContext;
|
|
70
|
-
|
|
70
|
+
mv(): void;
|
|
71
71
|
protected get_coercionMethods(): any;
|
|
72
72
|
protected set_coercionMethods(a: any): void;
|
|
73
|
-
protected
|
|
73
|
+
protected la(a: any): void;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* @hidden
|
|
@@ -11,23 +11,23 @@ import { Type } from "igniteui-angular-core";
|
|
|
11
11
|
export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
protected
|
|
14
|
+
nh(): DataTemplate;
|
|
15
|
+
pa(): Brush;
|
|
16
|
+
pb(): Brush;
|
|
17
|
+
f4(): number;
|
|
18
|
+
i0(): string;
|
|
19
|
+
private qy;
|
|
20
|
+
qk: MarkerType;
|
|
21
|
+
ql: number;
|
|
22
|
+
qj: MarkerOutlineMode;
|
|
23
|
+
qi: MarkerFillMode;
|
|
24
|
+
q0: DataTemplate;
|
|
25
|
+
re: Brush;
|
|
26
|
+
rf: Brush;
|
|
27
|
+
qm: number;
|
|
28
|
+
qz: DataTemplate;
|
|
29
|
+
rc: Brush;
|
|
30
|
+
rd: Brush;
|
|
31
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -23,16 +23,16 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
25
25
|
static $t: Type;
|
|
26
|
-
protected
|
|
26
|
+
protected get_d9(): boolean;
|
|
27
27
|
constructor();
|
|
28
28
|
protected bx(): SeriesView;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
29
|
+
l2(a: SeriesView): void;
|
|
30
|
+
rh: GeographicPolylineSeriesView;
|
|
31
|
+
rg: StyleSelector;
|
|
32
|
+
ro: Style;
|
|
33
|
+
protected p9(): Series;
|
|
34
|
+
private rl;
|
|
35
35
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
36
|
-
protected
|
|
36
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
37
37
|
static $$p: string[];
|
|
38
38
|
}
|
|
@@ -47,34 +47,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
|
|
|
47
47
|
protected get_c4(): boolean;
|
|
48
48
|
constructor();
|
|
49
49
|
protected bx(): SeriesView;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
protected
|
|
53
|
-
protected
|
|
54
|
-
private
|
|
55
|
-
|
|
50
|
+
l2(a: SeriesView): void;
|
|
51
|
+
rm: GeographicProportionalSymbolSeriesView;
|
|
52
|
+
protected gx(): number;
|
|
53
|
+
protected p9(): Series;
|
|
54
|
+
private rj;
|
|
55
|
+
r7: string;
|
|
56
|
+
r9: string;
|
|
57
|
+
se: string;
|
|
58
|
+
rl: SizeScale;
|
|
56
59
|
r5: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
r1: string;
|
|
60
|
-
rt: string;
|
|
61
|
-
re: BrushScale;
|
|
62
|
-
rl: boolean;
|
|
63
|
-
ro: boolean;
|
|
64
|
-
rr: number;
|
|
65
|
-
rq: number;
|
|
60
|
+
rx: string;
|
|
61
|
+
ri: BrushScale;
|
|
66
62
|
rp: boolean;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
63
|
+
rs: boolean;
|
|
64
|
+
rv: number;
|
|
65
|
+
ru: number;
|
|
66
|
+
rt: boolean;
|
|
67
|
+
rr: boolean;
|
|
68
|
+
rq: boolean;
|
|
69
|
+
protected ro: boolean;
|
|
70
|
+
protected rn: boolean;
|
|
71
|
+
protected get_dy(): boolean;
|
|
72
72
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
73
73
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
protected
|
|
77
|
-
private
|
|
78
|
-
private
|
|
74
|
+
rk: ScatterItemSearchMode;
|
|
75
|
+
rw: number;
|
|
76
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
77
|
+
private sj;
|
|
78
|
+
private si;
|
|
79
79
|
static $$p: string[];
|
|
80
80
|
}
|
|
@@ -12,32 +12,32 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
12
12
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
13
13
|
static $t: Type;
|
|
14
14
|
protected bx(): SeriesView;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
protected
|
|
15
|
+
ql: GeographicShapeSeriesBaseView;
|
|
16
|
+
l2(a: SeriesView): void;
|
|
17
|
+
q3: string;
|
|
18
|
+
protected get_dy(): boolean;
|
|
19
19
|
protected get_c2(): boolean;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
protected
|
|
23
|
-
protected
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
qs: boolean;
|
|
21
|
+
qr: boolean;
|
|
22
|
+
protected qq: boolean;
|
|
23
|
+
protected qp: boolean;
|
|
24
|
+
qk: ShapeItemSearchMode;
|
|
25
|
+
qv: number;
|
|
26
|
+
qu: number;
|
|
27
27
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
28
28
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
29
|
-
protected
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
private
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
get
|
|
37
|
-
set
|
|
38
|
-
|
|
39
|
-
protected
|
|
40
|
-
protected
|
|
29
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
30
|
+
private q6;
|
|
31
|
+
private q5;
|
|
32
|
+
private q7;
|
|
33
|
+
private q8;
|
|
34
|
+
private qm;
|
|
35
|
+
private qo;
|
|
36
|
+
get qn(): ShapefileConverter;
|
|
37
|
+
set qn(a: ShapefileConverter);
|
|
38
|
+
qt: number;
|
|
39
|
+
protected get_e5(): boolean;
|
|
40
|
+
protected set_e5(a: boolean): void;
|
|
41
41
|
static $$p: string[];
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
@@ -36,35 +36,35 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
|
|
|
36
36
|
*/
|
|
37
37
|
export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
38
38
|
static $t: Type;
|
|
39
|
-
protected
|
|
39
|
+
protected get_d8(): boolean;
|
|
40
40
|
constructor();
|
|
41
41
|
protected bx(): SeriesView;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
42
|
+
rl: GeographicShapeSeriesView;
|
|
43
|
+
l2(a: SeriesView): void;
|
|
44
|
+
protected p9(): Series;
|
|
45
|
+
private r2;
|
|
46
46
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
47
|
-
private
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
protected
|
|
65
|
-
protected
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
47
|
+
private r3;
|
|
48
|
+
rk: StyleSelector;
|
|
49
|
+
sp: Style;
|
|
50
|
+
rj: MarkerType;
|
|
51
|
+
ri: MarkerOutlineMode;
|
|
52
|
+
rh: MarkerFillMode;
|
|
53
|
+
r5: DataTemplate;
|
|
54
|
+
sm: Brush;
|
|
55
|
+
sn: Brush;
|
|
56
|
+
so: Style;
|
|
57
|
+
rm: number;
|
|
58
|
+
f4(): number;
|
|
59
|
+
pa(): Brush;
|
|
60
|
+
pb(): Brush;
|
|
61
|
+
nh(): DataTemplate;
|
|
62
|
+
i0(): string;
|
|
63
|
+
rg: CollisionAvoidanceType;
|
|
64
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
65
|
+
protected gx(): number;
|
|
66
|
+
r4: DataTemplate;
|
|
67
|
+
sk: Brush;
|
|
68
|
+
sl: Brush;
|
|
69
69
|
static $$p: string[];
|
|
70
70
|
}
|
|
@@ -37,26 +37,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
|
37
37
|
protected get_c4(): boolean;
|
|
38
38
|
constructor();
|
|
39
39
|
protected bx(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
protected
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
40
|
+
l2(a: SeriesView): void;
|
|
41
|
+
rl: GeographicSymbolSeriesView;
|
|
42
|
+
protected gx(): number;
|
|
43
|
+
protected p9(): Series;
|
|
44
|
+
private rk;
|
|
45
|
+
rw: string;
|
|
46
|
+
ry: string;
|
|
47
|
+
ri: CollisionAvoidanceType;
|
|
48
|
+
rp: boolean;
|
|
49
|
+
ro: boolean;
|
|
50
|
+
protected rn: boolean;
|
|
51
|
+
protected rm: boolean;
|
|
52
|
+
protected get_dy(): boolean;
|
|
53
53
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
54
54
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
protected
|
|
58
|
-
private
|
|
59
|
-
private
|
|
60
|
-
|
|
55
|
+
rj: ScatterItemSearchMode;
|
|
56
|
+
rr: number;
|
|
57
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
58
|
+
private r3;
|
|
59
|
+
private r2;
|
|
60
|
+
rq: boolean;
|
|
61
61
|
static $$p: string[];
|
|
62
62
|
}
|
|
@@ -8,16 +8,16 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
11
|
+
protected get_ej(): boolean;
|
|
12
12
|
constructor();
|
|
13
|
-
get
|
|
14
|
-
set
|
|
15
|
-
private rd;
|
|
16
|
-
ri(): void;
|
|
17
|
-
protected l4(a: any, b: string, c: any, d: any): void;
|
|
18
|
-
private rc;
|
|
19
|
-
protected qb(): void;
|
|
20
|
-
protected p5(): Series;
|
|
21
|
-
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
13
|
+
get ri(): GeographicMapImagery;
|
|
14
|
+
set ri(a: GeographicMapImagery);
|
|
22
15
|
private rh;
|
|
16
|
+
rm(): void;
|
|
17
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
18
|
+
private rg;
|
|
19
|
+
protected qf(): void;
|
|
20
|
+
protected p9(): Series;
|
|
21
|
+
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
22
|
+
private rl;
|
|
23
23
|
}
|
|
@@ -17,34 +17,34 @@ import { PointCollection } from "igniteui-angular-core";
|
|
|
17
17
|
*/
|
|
18
18
|
export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
|
|
19
19
|
static $t: Type;
|
|
20
|
-
protected
|
|
20
|
+
protected get_ej(): boolean;
|
|
21
21
|
constructor();
|
|
22
22
|
protected bx(): SeriesView;
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
get
|
|
27
|
-
set
|
|
28
|
-
private
|
|
29
|
-
private ss;
|
|
30
|
-
protected get su(): GeographicMapImagery;
|
|
31
|
-
protected set su(a: GeographicMapImagery);
|
|
32
|
-
protected l4(a: any, b: string, c: any, d: any): void;
|
|
33
|
-
private s0;
|
|
34
|
-
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
35
|
-
private s1;
|
|
23
|
+
l2(a: SeriesView): void;
|
|
24
|
+
protected get_rb(): boolean;
|
|
25
|
+
protected sv: TileSeriesView;
|
|
26
|
+
get sz(): GeographicMapImagery;
|
|
27
|
+
set sz(a: GeographicMapImagery);
|
|
28
|
+
private sx;
|
|
36
29
|
private sw;
|
|
30
|
+
protected get sy(): GeographicMapImagery;
|
|
31
|
+
protected set sy(a: GeographicMapImagery);
|
|
32
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
33
|
+
private s4;
|
|
34
|
+
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
35
|
+
private s5;
|
|
36
|
+
private s0;
|
|
37
37
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
38
38
|
unRegister(a: DependencyObject): void;
|
|
39
39
|
deferredRefresh(): void;
|
|
40
40
|
deferAction(a: () => void): void;
|
|
41
|
-
protected
|
|
42
|
-
private
|
|
43
|
-
|
|
44
|
-
protected
|
|
45
|
-
|
|
46
|
-
private
|
|
47
|
-
|
|
41
|
+
protected m8(a: Rect, b: Rect): void;
|
|
42
|
+
private s1;
|
|
43
|
+
mm(a: boolean): void;
|
|
44
|
+
protected s6(a: boolean, b: SeriesView): void;
|
|
45
|
+
mk(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
46
|
+
private s7;
|
|
47
|
+
k0(a: boolean, b: SeriesView): void;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|