igniteui-angular-maps 17.2.0-beta.0 → 17.2.1
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 +1047 -1020
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm2015/lib/GeographicTileSeries.js +30 -27
- package/esm2015/lib/TileSeries_combined.js +94 -91
- package/esm2015/lib/XamGeographicMap_combined.js +93 -90
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- 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 +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
- package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
- package/esm5/lib/GeographicTileSeries.js +29 -26
- package/esm5/lib/TileSeries_combined.js +92 -89
- package/esm5/lib/XamGeographicMap_combined.js +92 -89
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- 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 +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1055 -1028
- package/fesm5/igniteui-angular-maps.js +1047 -1020
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
- package/lib/GeographicTileSeries.d.ts +10 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -21
- package/lib/XamGeographicMap_combined.d.ts +28 -27
- package/package.json +2 -2
|
@@ -24,22 +24,23 @@ 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 bg(): Series;
|
|
28
|
+
protected get_ex(): boolean;
|
|
28
29
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
protected
|
|
32
|
-
private u5;
|
|
30
|
+
protected t9(): void;
|
|
31
|
+
uw: ScatterContourSeries;
|
|
32
|
+
protected t3(): Series;
|
|
33
33
|
private u6;
|
|
34
|
-
|
|
34
|
+
private u7;
|
|
35
|
+
u3: string;
|
|
36
|
+
uz: ValueBrushScale;
|
|
35
37
|
uy: ValueBrushScale;
|
|
36
|
-
|
|
37
|
-
protected
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected o8(a: any, b: string, c: any, d: any): void;
|
|
38
|
+
protected qe(): void;
|
|
39
|
+
protected ch(): SeriesView;
|
|
40
|
+
o1(a: SeriesView): void;
|
|
41
|
+
u0: GeographicContourLineSeriesView;
|
|
42
|
+
uv: ContourValueResolver;
|
|
43
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
43
44
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
44
45
|
static $$p: string[];
|
|
45
46
|
}
|
|
@@ -33,33 +33,34 @@ 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 bg(): Series;
|
|
37
|
+
protected iq(): number;
|
|
38
|
+
protected get_e2(): boolean;
|
|
38
39
|
constructor();
|
|
39
|
-
protected
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
private
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
protected ch(): SeriesView;
|
|
41
|
+
o1(a: SeriesView): void;
|
|
42
|
+
ud: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected t3(): Series;
|
|
44
|
+
private uc;
|
|
45
|
+
ur: string;
|
|
46
|
+
ut: string;
|
|
47
|
+
ug: boolean;
|
|
46
48
|
uf: boolean;
|
|
47
49
|
ue: boolean;
|
|
48
|
-
|
|
50
|
+
ui: number;
|
|
49
51
|
uh: number;
|
|
50
|
-
|
|
52
|
+
vc: Color;
|
|
51
53
|
vb: Color;
|
|
52
|
-
|
|
53
|
-
uk: number;
|
|
54
|
+
ul: number;
|
|
54
55
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
55
|
-
private
|
|
56
|
-
get
|
|
57
|
-
set
|
|
58
|
-
protected
|
|
56
|
+
private uk;
|
|
57
|
+
get um(): number;
|
|
58
|
+
set um(a: number);
|
|
59
|
+
protected t9(): void;
|
|
60
|
+
private u0;
|
|
59
61
|
private uz;
|
|
60
|
-
|
|
61
|
-
protected
|
|
62
|
-
protected
|
|
63
|
-
protected set_gf(a: boolean): void;
|
|
62
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
protected get_gg(): boolean;
|
|
64
|
+
protected set_gg(a: boolean): void;
|
|
64
65
|
static $$p: string[];
|
|
65
66
|
}
|
|
@@ -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
|
+
oh(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
private t2;
|
|
21
|
+
protected get_er(): boolean;
|
|
22
|
+
jv(a: any, b: string): any;
|
|
23
|
+
dt(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
|
|
24
24
|
ag(): Axis[];
|
|
25
|
-
|
|
26
|
-
get
|
|
27
|
-
set
|
|
25
|
+
bk(): Series;
|
|
26
|
+
get t4(): Series;
|
|
27
|
+
set t4(a: Series);
|
|
28
28
|
protected get_hasMarkers(): boolean;
|
|
29
|
-
protected
|
|
29
|
+
protected t9(): void;
|
|
30
30
|
ax(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
31
31
|
ay(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
ts(a: Point): Rect;
|
|
38
|
-
ak(a: Point): Rect[];
|
|
32
|
+
js(a: Point): any;
|
|
33
|
+
jg(a: Point, b: boolean): number;
|
|
34
|
+
je(a: Point, b: boolean): number;
|
|
35
|
+
ia(a: Point, b: boolean, c: boolean): number;
|
|
36
|
+
ti(a: Point, b: boolean, c: boolean): Point;
|
|
39
37
|
tt(a: Point): Rect;
|
|
40
|
-
|
|
38
|
+
ak(a: Point): Rect[];
|
|
41
39
|
tu(a: Point): Rect;
|
|
40
|
+
al(a: Point): Rect[];
|
|
42
41
|
tv(a: Point): Rect;
|
|
43
|
-
|
|
44
|
-
td(a: Point, b: boolean, c: boolean): Point;
|
|
45
|
-
h7(a: Point, b: boolean, c: boolean): number;
|
|
46
|
-
tf(a: Point, b: boolean, c: boolean): Point;
|
|
47
|
-
ti(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
-
ia(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
te(a: Point, b: boolean, c: boolean): Point;
|
|
42
|
+
tw(a: Point): Rect;
|
|
50
43
|
h6(a: Point, b: boolean, c: boolean): number;
|
|
51
|
-
|
|
44
|
+
te(a: Point, b: boolean, c: boolean): Point;
|
|
52
45
|
h8(a: Point, b: boolean, c: boolean): number;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
protected
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
46
|
+
tg(a: Point, b: boolean, c: boolean): Point;
|
|
47
|
+
tj(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
+
ib(a: Point, b: boolean, c: boolean): number;
|
|
49
|
+
tf(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
h7(a: Point, b: boolean, c: boolean): number;
|
|
51
|
+
th(a: Point, b: boolean, c: boolean): Point;
|
|
52
|
+
h9(a: Point, b: boolean, c: boolean): number;
|
|
53
|
+
ja(a: Point): number;
|
|
54
|
+
h1(): number;
|
|
55
|
+
hx(a: Point): number;
|
|
56
|
+
jt(a: Point): any;
|
|
57
|
+
protected abstract t3(): Series;
|
|
58
|
+
protected ch(): SeriesView;
|
|
59
|
+
o1(a: SeriesView): void;
|
|
60
|
+
t5: HostSeriesView;
|
|
61
|
+
static readonly ub: DependencyProperty;
|
|
62
|
+
get t6(): number;
|
|
63
|
+
set t6(a: number);
|
|
64
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
65
|
+
private t8;
|
|
66
|
+
private ua;
|
|
67
|
+
pq(a: boolean): void;
|
|
68
|
+
pp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
69
69
|
au(a: Point, b: boolean): DataContext;
|
|
70
|
-
|
|
70
|
+
p9(): void;
|
|
71
71
|
protected get_coercionMethods(): any;
|
|
72
72
|
protected set_coercionMethods(a: any): void;
|
|
73
|
-
protected
|
|
73
|
+
protected n2(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
|
-
sz(): Brush;
|
|
14
|
+
qw(): DataTemplate;
|
|
16
15
|
s0(): Brush;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
ue:
|
|
22
|
-
uc: MarkerOutlineMode;
|
|
23
|
-
ub: MarkerFillMode;
|
|
24
|
-
ut: DataTemplate;
|
|
25
|
-
u7: Brush;
|
|
26
|
-
u8: Brush;
|
|
16
|
+
s1(): Brush;
|
|
17
|
+
ht(): number;
|
|
18
|
+
ky(): string;
|
|
19
|
+
private us;
|
|
20
|
+
ue: MarkerType;
|
|
27
21
|
uf: number;
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
ud: MarkerOutlineMode;
|
|
23
|
+
uc: MarkerFillMode;
|
|
24
|
+
uu: DataTemplate;
|
|
25
|
+
u8: Brush;
|
|
26
|
+
u9: Brush;
|
|
27
|
+
ug: number;
|
|
28
|
+
ut: DataTemplate;
|
|
30
29
|
u6: Brush;
|
|
31
|
-
|
|
30
|
+
u7: Brush;
|
|
31
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -23,16 +23,17 @@ 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 bg(): Series;
|
|
27
|
+
protected get_e5(): boolean;
|
|
27
28
|
constructor();
|
|
28
|
-
protected
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
29
|
+
protected ch(): SeriesView;
|
|
30
|
+
o1(a: SeriesView): void;
|
|
31
|
+
vb: GeographicPolylineSeriesView;
|
|
32
|
+
va: StyleSelector;
|
|
33
|
+
vi: Style;
|
|
34
|
+
protected t3(): Series;
|
|
35
|
+
private vf;
|
|
35
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
36
|
-
protected
|
|
37
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
37
38
|
static $$p: string[];
|
|
38
39
|
}
|
|
@@ -44,37 +44,38 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
|
|
|
44
44
|
*/
|
|
45
45
|
export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
46
46
|
static $t: Type;
|
|
47
|
-
protected
|
|
47
|
+
protected bg(): Series;
|
|
48
|
+
protected get_dy(): boolean;
|
|
48
49
|
constructor();
|
|
49
|
-
protected
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
protected
|
|
53
|
-
protected
|
|
54
|
-
private
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
vl: boolean;
|
|
64
|
-
vo: number;
|
|
65
|
-
vn: number;
|
|
50
|
+
protected ch(): SeriesView;
|
|
51
|
+
o1(a: SeriesView): void;
|
|
52
|
+
vg: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected ir(): number;
|
|
54
|
+
protected t3(): Series;
|
|
55
|
+
private vd;
|
|
56
|
+
v1: string;
|
|
57
|
+
v3: string;
|
|
58
|
+
v8: string;
|
|
59
|
+
vf: SizeScale;
|
|
60
|
+
vz: string;
|
|
61
|
+
vr: string;
|
|
62
|
+
vc: BrushScale;
|
|
63
|
+
vj: boolean;
|
|
66
64
|
vm: boolean;
|
|
65
|
+
vp: number;
|
|
66
|
+
vo: number;
|
|
67
|
+
vn: boolean;
|
|
68
|
+
vl: boolean;
|
|
67
69
|
vk: boolean;
|
|
68
|
-
|
|
70
|
+
protected vi: boolean;
|
|
69
71
|
protected vh: boolean;
|
|
70
|
-
protected
|
|
71
|
-
protected get_es(): boolean;
|
|
72
|
+
protected get_et(): boolean;
|
|
72
73
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
73
74
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
protected
|
|
75
|
+
ve: ScatterItemSearchMode;
|
|
76
|
+
vq: number;
|
|
77
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private wd;
|
|
77
79
|
private wc;
|
|
78
|
-
private wb;
|
|
79
80
|
static $$p: string[];
|
|
80
81
|
}
|
|
@@ -11,33 +11,33 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
13
13
|
static $t: Type;
|
|
14
|
-
protected
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
protected
|
|
14
|
+
protected ch(): SeriesView;
|
|
15
|
+
uf: GeographicShapeSeriesBaseView;
|
|
16
|
+
o1(a: SeriesView): void;
|
|
17
|
+
ux: string;
|
|
18
|
+
protected get_et(): boolean;
|
|
19
|
+
protected get_dv(): boolean;
|
|
20
|
+
um: boolean;
|
|
20
21
|
ul: boolean;
|
|
21
|
-
uk: boolean;
|
|
22
|
+
protected uk: boolean;
|
|
22
23
|
protected uj: boolean;
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
ue: ShapeItemSearchMode;
|
|
25
|
+
up: number;
|
|
25
26
|
uo: number;
|
|
26
|
-
un: number;
|
|
27
27
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
28
28
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
29
|
-
protected
|
|
30
|
-
private uz;
|
|
31
|
-
private uy;
|
|
29
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
32
30
|
private u0;
|
|
31
|
+
private uz;
|
|
33
32
|
private u1;
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
protected
|
|
33
|
+
private u2;
|
|
34
|
+
private ug;
|
|
35
|
+
private ui;
|
|
36
|
+
get uh(): ShapefileConverter;
|
|
37
|
+
set uh(a: ShapefileConverter);
|
|
38
|
+
un: number;
|
|
39
|
+
protected get_gg(): boolean;
|
|
40
|
+
protected set_gg(a: boolean): void;
|
|
41
41
|
static $$p: string[];
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
@@ -36,35 +36,36 @@ 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 bg(): Series;
|
|
40
|
+
protected get_e4(): boolean;
|
|
40
41
|
constructor();
|
|
41
|
-
protected
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
protected
|
|
45
|
-
private vv;
|
|
46
|
-
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
42
|
+
protected ch(): SeriesView;
|
|
43
|
+
vf: GeographicShapeSeriesView;
|
|
44
|
+
o1(a: SeriesView): void;
|
|
45
|
+
protected t3(): Series;
|
|
47
46
|
private vw;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
+
private vx;
|
|
49
|
+
ve: StyleSelector;
|
|
50
|
+
wj: Style;
|
|
51
|
+
vd: MarkerType;
|
|
52
|
+
vc: MarkerOutlineMode;
|
|
53
|
+
vb: MarkerFillMode;
|
|
54
|
+
vz: DataTemplate;
|
|
55
55
|
wg: Brush;
|
|
56
|
-
wh:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
wh: Brush;
|
|
57
|
+
wi: Style;
|
|
58
|
+
vg: number;
|
|
59
|
+
ht(): number;
|
|
60
60
|
s0(): Brush;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
protected
|
|
66
|
-
|
|
67
|
-
|
|
61
|
+
s1(): Brush;
|
|
62
|
+
qw(): DataTemplate;
|
|
63
|
+
ky(): string;
|
|
64
|
+
va: CollisionAvoidanceType;
|
|
65
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected ir(): number;
|
|
67
|
+
vy: DataTemplate;
|
|
68
68
|
we: Brush;
|
|
69
|
+
wf: Brush;
|
|
69
70
|
static $$p: string[];
|
|
70
71
|
}
|
|
@@ -34,29 +34,30 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
|
34
34
|
*/
|
|
35
35
|
export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
36
36
|
static $t: Type;
|
|
37
|
-
protected
|
|
37
|
+
protected bg(): Series;
|
|
38
|
+
protected get_dy(): boolean;
|
|
38
39
|
constructor();
|
|
39
|
-
protected
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
40
|
+
protected ch(): SeriesView;
|
|
41
|
+
o1(a: SeriesView): void;
|
|
42
|
+
vf: GeographicSymbolSeriesView;
|
|
43
|
+
protected ir(): number;
|
|
44
|
+
protected t3(): Series;
|
|
45
|
+
private ve;
|
|
46
|
+
vq: string;
|
|
47
|
+
vs: string;
|
|
48
|
+
vc: CollisionAvoidanceType;
|
|
49
|
+
vj: boolean;
|
|
48
50
|
vi: boolean;
|
|
49
|
-
vh: boolean;
|
|
51
|
+
protected vh: boolean;
|
|
50
52
|
protected vg: boolean;
|
|
51
|
-
protected
|
|
52
|
-
protected get_es(): boolean;
|
|
53
|
+
protected get_et(): boolean;
|
|
53
54
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
54
55
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
protected
|
|
56
|
+
vd: ScatterItemSearchMode;
|
|
57
|
+
vl: number;
|
|
58
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private vx;
|
|
58
60
|
private vw;
|
|
59
|
-
|
|
60
|
-
vj: boolean;
|
|
61
|
+
vk: boolean;
|
|
61
62
|
static $$p: string[];
|
|
62
63
|
}
|
|
@@ -8,16 +8,17 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
11
|
+
protected bg(): Series;
|
|
12
|
+
protected get_fh(): boolean;
|
|
12
13
|
constructor();
|
|
13
|
-
get
|
|
14
|
-
set
|
|
14
|
+
get vc(): GeographicMapImagery;
|
|
15
|
+
set vc(a: GeographicMapImagery);
|
|
16
|
+
private vb;
|
|
17
|
+
vg(): void;
|
|
18
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
15
19
|
private va;
|
|
16
|
-
|
|
17
|
-
protected
|
|
18
|
-
private u9;
|
|
19
|
-
protected t8(): void;
|
|
20
|
-
protected t2(): Series;
|
|
20
|
+
protected t9(): void;
|
|
21
|
+
protected t3(): Series;
|
|
21
22
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
22
|
-
private
|
|
23
|
+
private vf;
|
|
23
24
|
}
|
|
@@ -2,6 +2,7 @@ import { ShapeSeriesBase } from "igniteui-angular-charts";
|
|
|
2
2
|
import { IMapRenderDeferralHandler } from "igniteui-angular-core";
|
|
3
3
|
import { GeographicMapImagery } from "./GeographicMapImagery";
|
|
4
4
|
import { Type, EventArgs } from "igniteui-angular-core";
|
|
5
|
+
import { Series } from "igniteui-angular-charts";
|
|
5
6
|
import { SeriesView } from "igniteui-angular-charts";
|
|
6
7
|
import { Rect } from "igniteui-angular-core";
|
|
7
8
|
import { DependencyObject } from "igniteui-angular-core";
|
|
@@ -17,34 +18,35 @@ import { PointCollection } from "igniteui-angular-core";
|
|
|
17
18
|
*/
|
|
18
19
|
export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
|
|
19
20
|
static $t: Type;
|
|
20
|
-
protected
|
|
21
|
+
protected bg(): Series;
|
|
22
|
+
protected get_fh(): boolean;
|
|
21
23
|
constructor();
|
|
22
|
-
protected
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
get
|
|
27
|
-
set
|
|
24
|
+
protected ch(): SeriesView;
|
|
25
|
+
o1(a: SeriesView): void;
|
|
26
|
+
protected get_u5(): boolean;
|
|
27
|
+
protected wt: TileSeriesView;
|
|
28
|
+
get wx(): GeographicMapImagery;
|
|
29
|
+
set wx(a: GeographicMapImagery);
|
|
30
|
+
private wv;
|
|
28
31
|
private wu;
|
|
29
|
-
|
|
30
|
-
protected
|
|
31
|
-
protected
|
|
32
|
-
protected o8(a: any, b: string, c: any, d: any): void;
|
|
33
|
-
private w1;
|
|
34
|
-
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
32
|
+
protected get ww(): GeographicMapImagery;
|
|
33
|
+
protected set ww(a: GeographicMapImagery);
|
|
34
|
+
protected o9(a: any, b: string, c: any, d: any): void;
|
|
35
35
|
private w2;
|
|
36
|
-
|
|
36
|
+
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
+
private w3;
|
|
38
|
+
private wy;
|
|
37
39
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
38
40
|
unRegister(a: DependencyObject): void;
|
|
39
41
|
deferredRefresh(): void;
|
|
40
42
|
deferAction(a: () => void): void;
|
|
41
|
-
protected
|
|
42
|
-
private
|
|
43
|
-
|
|
44
|
-
protected
|
|
45
|
-
|
|
46
|
-
private
|
|
47
|
-
|
|
43
|
+
protected qn(a: Rect, b: Rect): void;
|
|
44
|
+
private wz;
|
|
45
|
+
pr(a: boolean): void;
|
|
46
|
+
protected w4(a: boolean, b: SeriesView): void;
|
|
47
|
+
pp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private w5;
|
|
49
|
+
nk(a: boolean, b: SeriesView): void;
|
|
48
50
|
}
|
|
49
51
|
/**
|
|
50
52
|
* @hidden
|