igniteui-webcomponents-maps 1.4.2 → 3.2.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-webcomponents-maps.umd.js +1576 -1557
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +473 -473
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +60 -60
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +52 -52
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +18 -18
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +466 -466
- package/esm5/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +60 -60
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +52 -52
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +18 -18
- package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +4 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1590 -1571
- package/fesm5/igniteui-webcomponents-maps.js +1576 -1557
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +24 -24
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +108 -108
- package/package.json +4 -4
|
@@ -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_d0(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
protected
|
|
32
|
-
private
|
|
33
|
-
private
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
29
|
+
protected qb(): void;
|
|
30
|
+
qy: ScatterContourSeries;
|
|
31
|
+
protected p5(): Series;
|
|
32
|
+
private q8;
|
|
33
|
+
private q9;
|
|
34
|
+
q5: string;
|
|
35
|
+
q1: ValueBrushScale;
|
|
36
|
+
q0: ValueBrushScale;
|
|
37
|
+
protected mw(): void;
|
|
38
|
+
protected bx(): SeriesView;
|
|
39
|
+
lz(a: SeriesView): void;
|
|
40
|
+
q2: GeographicContourLineSeriesView;
|
|
41
|
+
qx: ContourValueResolver;
|
|
42
|
+
protected l4(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,31 +33,32 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
35
|
static $t: Type;
|
|
36
|
-
protected
|
|
36
|
+
protected gu(): number;
|
|
37
|
+
protected get_d5(): boolean;
|
|
37
38
|
constructor();
|
|
38
|
-
protected
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
protected
|
|
42
|
-
private
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
39
|
+
protected bx(): SeriesView;
|
|
40
|
+
lz(a: SeriesView): void;
|
|
41
|
+
qf: GeographicHighDensityScatterSeriesView;
|
|
42
|
+
protected p5(): Series;
|
|
43
|
+
private qe;
|
|
44
|
+
qt: string;
|
|
45
|
+
qv: string;
|
|
46
|
+
qi: boolean;
|
|
47
|
+
qh: boolean;
|
|
48
|
+
qg: boolean;
|
|
49
|
+
qk: number;
|
|
50
|
+
qj: number;
|
|
51
|
+
re: Color;
|
|
52
|
+
rd: Color;
|
|
53
|
+
qn: number;
|
|
53
54
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
54
|
-
private
|
|
55
|
-
|
|
56
|
-
protected
|
|
57
|
-
private
|
|
58
|
-
private
|
|
59
|
-
protected
|
|
60
|
-
protected
|
|
61
|
-
protected
|
|
55
|
+
private qm;
|
|
56
|
+
qo: number;
|
|
57
|
+
protected qb(): void;
|
|
58
|
+
private q2;
|
|
59
|
+
private q1;
|
|
60
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
61
|
+
protected get_e3(): boolean;
|
|
62
|
+
protected set_e3(a: boolean): void;
|
|
62
63
|
static $$p: string[];
|
|
63
64
|
}
|
|
@@ -15,60 +15,60 @@ import { RenderingContext } from "igniteui-webcomponents-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
lk(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
private p4;
|
|
21
|
+
protected get_dv(): boolean;
|
|
22
|
+
hw(a: any, b: string): any;
|
|
23
|
+
c1(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
|
|
24
24
|
ag(): Axis[];
|
|
25
25
|
be(): Series;
|
|
26
|
-
|
|
26
|
+
p6: Series;
|
|
27
27
|
protected get_hasMarkers(): boolean;
|
|
28
|
-
protected
|
|
29
|
-
av(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
28
|
+
protected qb(): void;
|
|
30
29
|
aw(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
ax(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
31
|
+
ht(a: Point): any;
|
|
32
|
+
hj(a: Point, b: boolean): number;
|
|
33
|
+
hh(a: Point, b: boolean): number;
|
|
34
|
+
gj(a: Point, b: boolean, c: boolean): number;
|
|
35
|
+
pm(a: Point, b: boolean, c: boolean): Point;
|
|
36
|
+
pv(a: Point): Rect;
|
|
37
37
|
ak(a: Point): Rect[];
|
|
38
|
-
|
|
38
|
+
pw(a: Point): Rect;
|
|
39
39
|
al(a: Point): Rect[];
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
protected abstract
|
|
57
|
-
protected
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
static readonly
|
|
61
|
-
|
|
62
|
-
protected
|
|
63
|
-
private
|
|
64
|
-
private
|
|
65
|
-
|
|
66
|
-
|
|
40
|
+
px(a: Point): Rect;
|
|
41
|
+
py(a: Point): Rect;
|
|
42
|
+
gf(a: Point, b: boolean, c: boolean): number;
|
|
43
|
+
pi(a: Point, b: boolean, c: boolean): Point;
|
|
44
|
+
gh(a: Point, b: boolean, c: boolean): number;
|
|
45
|
+
pk(a: Point, b: boolean, c: boolean): Point;
|
|
46
|
+
pn(a: Point, b: boolean, c: boolean): Point;
|
|
47
|
+
gk(a: Point, b: boolean, c: boolean): number;
|
|
48
|
+
pj(a: Point, b: boolean, c: boolean): Point;
|
|
49
|
+
gg(a: Point, b: boolean, c: boolean): number;
|
|
50
|
+
pl(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
gi(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
he(a: Point): number;
|
|
53
|
+
ga(): number;
|
|
54
|
+
f6(a: Point): number;
|
|
55
|
+
hu(a: Point): any;
|
|
56
|
+
protected abstract p5(): Series;
|
|
57
|
+
protected bx(): SeriesView;
|
|
58
|
+
lz(a: SeriesView): void;
|
|
59
|
+
p7: HostSeriesView;
|
|
60
|
+
static readonly qd: DependencyProperty;
|
|
61
|
+
p8: number;
|
|
62
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
private qa;
|
|
64
|
+
private qc;
|
|
65
|
+
mi(a: boolean): void;
|
|
66
|
+
mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
67
67
|
at(a: Point, b: boolean): DataContext;
|
|
68
|
-
|
|
68
|
+
ms(): void;
|
|
69
69
|
protected get_coercionMethods(): any;
|
|
70
70
|
protected set_coercionMethods(a: any): void;
|
|
71
|
-
protected
|
|
71
|
+
protected k7(a: any): void;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* @hidden
|
|
@@ -11,22 +11,23 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
11
11
|
export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
qi:
|
|
28
|
-
qv:
|
|
29
|
-
|
|
30
|
-
|
|
14
|
+
ne(): DataTemplate;
|
|
15
|
+
o6(): Brush;
|
|
16
|
+
o7(): Brush;
|
|
17
|
+
f2(): number;
|
|
18
|
+
iy(): string;
|
|
19
|
+
private qu;
|
|
20
|
+
qg: MarkerType;
|
|
21
|
+
qh: number;
|
|
22
|
+
qf: MarkerOutlineMode;
|
|
23
|
+
qe: MarkerFillMode;
|
|
24
|
+
qw: DataTemplate;
|
|
25
|
+
ra: Brush;
|
|
26
|
+
rb: Brush;
|
|
27
|
+
qi: number;
|
|
28
|
+
qv: DataTemplate;
|
|
29
|
+
q8: Brush;
|
|
30
|
+
q9: Brush;
|
|
31
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
31
32
|
static $$p: string[];
|
|
32
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_d8(): boolean;
|
|
27
27
|
constructor();
|
|
28
|
-
protected
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
28
|
+
protected bx(): SeriesView;
|
|
29
|
+
lz(a: SeriesView): void;
|
|
30
|
+
rd: GeographicPolylineSeriesView;
|
|
31
|
+
rc: StyleSelector;
|
|
32
|
+
rk: Style;
|
|
33
|
+
protected p5(): Series;
|
|
34
|
+
private rh;
|
|
35
35
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
36
|
-
protected
|
|
36
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
37
37
|
static $$p: string[];
|
|
38
38
|
}
|
|
@@ -44,37 +44,37 @@ 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 get_c4(): boolean;
|
|
48
48
|
constructor();
|
|
49
|
-
protected
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
protected
|
|
53
|
-
protected
|
|
54
|
-
private
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
protected
|
|
70
|
-
protected
|
|
71
|
-
protected
|
|
49
|
+
protected bx(): SeriesView;
|
|
50
|
+
lz(a: SeriesView): void;
|
|
51
|
+
ri: GeographicProportionalSymbolSeriesView;
|
|
52
|
+
protected gv(): number;
|
|
53
|
+
protected p5(): Series;
|
|
54
|
+
private rf;
|
|
55
|
+
r3: string;
|
|
56
|
+
r5: string;
|
|
57
|
+
sa: string;
|
|
58
|
+
rh: SizeScale;
|
|
59
|
+
r1: string;
|
|
60
|
+
rt: string;
|
|
61
|
+
re: BrushScale;
|
|
62
|
+
rl: boolean;
|
|
63
|
+
ro: boolean;
|
|
64
|
+
rr: number;
|
|
65
|
+
rq: number;
|
|
66
|
+
rp: boolean;
|
|
67
|
+
rn: boolean;
|
|
68
|
+
rm: boolean;
|
|
69
|
+
protected rk: boolean;
|
|
70
|
+
protected rj: boolean;
|
|
71
|
+
protected get_dx(): 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
|
+
rg: ScatterItemSearchMode;
|
|
75
|
+
rs: number;
|
|
76
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
77
|
+
private sf;
|
|
78
|
+
private se;
|
|
79
79
|
static $$p: string[];
|
|
80
80
|
}
|
|
@@ -11,32 +11,32 @@ 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
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
protected
|
|
23
|
-
protected
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
protected bx(): SeriesView;
|
|
15
|
+
qh: GeographicShapeSeriesBaseView;
|
|
16
|
+
lz(a: SeriesView): void;
|
|
17
|
+
qz: string;
|
|
18
|
+
protected get_dx(): boolean;
|
|
19
|
+
protected get_c2(): boolean;
|
|
20
|
+
qo: boolean;
|
|
21
|
+
qn: boolean;
|
|
22
|
+
protected qm: boolean;
|
|
23
|
+
protected ql: boolean;
|
|
24
|
+
qg: ShapeItemSearchMode;
|
|
25
|
+
qr: number;
|
|
26
|
+
qq: 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
|
-
|
|
37
|
-
|
|
38
|
-
protected
|
|
39
|
-
protected
|
|
29
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
30
|
+
private q2;
|
|
31
|
+
private q1;
|
|
32
|
+
private q3;
|
|
33
|
+
private q4;
|
|
34
|
+
private qi;
|
|
35
|
+
private qk;
|
|
36
|
+
qj: ShapefileConverter;
|
|
37
|
+
qp: number;
|
|
38
|
+
protected get_e3(): boolean;
|
|
39
|
+
protected set_e3(a: boolean): void;
|
|
40
40
|
static $$p: string[];
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
@@ -36,34 +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_d7(): boolean;
|
|
40
40
|
constructor();
|
|
41
|
-
protected
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
41
|
+
protected bx(): SeriesView;
|
|
42
|
+
rh: GeographicShapeSeriesView;
|
|
43
|
+
lz(a: SeriesView): void;
|
|
44
|
+
protected p5(): Series;
|
|
45
|
+
private ry;
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
47
|
+
private rz;
|
|
48
|
+
rg: StyleSelector;
|
|
49
|
+
sl: Style;
|
|
50
|
+
rf: MarkerType;
|
|
51
|
+
re: MarkerOutlineMode;
|
|
52
|
+
rd: MarkerFillMode;
|
|
53
|
+
r1: DataTemplate;
|
|
54
|
+
si: Brush;
|
|
55
|
+
sj: Brush;
|
|
56
|
+
sk: Style;
|
|
57
|
+
ri: number;
|
|
58
|
+
f2(): number;
|
|
59
|
+
o6(): Brush;
|
|
60
|
+
o7(): Brush;
|
|
61
|
+
ne(): DataTemplate;
|
|
62
|
+
iy(): string;
|
|
63
|
+
rc: CollisionAvoidanceType;
|
|
64
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
65
|
+
protected gv(): number;
|
|
66
|
+
r0: DataTemplate;
|
|
67
|
+
sg: Brush;
|
|
68
|
+
sh: Brush;
|
|
68
69
|
static $$p: string[];
|
|
69
70
|
}
|
|
@@ -34,29 +34,29 @@ 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 get_c4(): boolean;
|
|
38
38
|
constructor();
|
|
39
|
-
protected
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
protected
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
39
|
+
protected bx(): SeriesView;
|
|
40
|
+
lz(a: SeriesView): void;
|
|
41
|
+
rh: GeographicSymbolSeriesView;
|
|
42
|
+
protected gv(): number;
|
|
43
|
+
protected p5(): Series;
|
|
44
|
+
private rg;
|
|
45
|
+
rs: string;
|
|
46
|
+
ru: string;
|
|
47
|
+
re: CollisionAvoidanceType;
|
|
48
|
+
rl: boolean;
|
|
49
|
+
rk: boolean;
|
|
50
|
+
protected rj: boolean;
|
|
51
|
+
protected ri: boolean;
|
|
52
|
+
protected get_dx(): 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
|
+
rf: ScatterItemSearchMode;
|
|
56
|
+
rn: number;
|
|
57
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
58
|
+
private rz;
|
|
59
|
+
private ry;
|
|
60
|
+
rm: boolean;
|
|
61
61
|
static $$p: string[];
|
|
62
62
|
}
|
|
@@ -8,15 +8,15 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
11
|
+
protected get_ei(): boolean;
|
|
12
12
|
constructor();
|
|
13
|
-
|
|
14
|
-
private
|
|
15
|
-
|
|
16
|
-
protected
|
|
17
|
-
private
|
|
18
|
-
protected
|
|
19
|
-
protected
|
|
13
|
+
re: GeographicMapImagery;
|
|
14
|
+
private rd;
|
|
15
|
+
ri(): void;
|
|
16
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
17
|
+
private rc;
|
|
18
|
+
protected qb(): void;
|
|
19
|
+
protected p5(): Series;
|
|
20
20
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
21
|
-
private
|
|
21
|
+
private rh;
|
|
22
22
|
}
|
|
@@ -17,32 +17,32 @@ import { PointCollection } from "igniteui-webcomponents-core";
|
|
|
17
17
|
*/
|
|
18
18
|
export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
|
|
19
19
|
static $t: Type;
|
|
20
|
-
protected
|
|
20
|
+
protected get_ei(): boolean;
|
|
21
21
|
constructor();
|
|
22
|
-
protected
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
|
|
27
|
-
private
|
|
28
|
-
private
|
|
29
|
-
protected
|
|
30
|
-
protected
|
|
31
|
-
private
|
|
22
|
+
protected bx(): SeriesView;
|
|
23
|
+
lz(a: SeriesView): void;
|
|
24
|
+
protected get_q7(): boolean;
|
|
25
|
+
protected sr: TileSeriesView;
|
|
26
|
+
sv: GeographicMapImagery;
|
|
27
|
+
private st;
|
|
28
|
+
private ss;
|
|
29
|
+
protected su: GeographicMapImagery;
|
|
30
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
31
|
+
private s0;
|
|
32
32
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
33
|
-
private
|
|
34
|
-
private
|
|
33
|
+
private s1;
|
|
34
|
+
private sw;
|
|
35
35
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
36
36
|
unRegister(a: DependencyObject): void;
|
|
37
37
|
deferredRefresh(): void;
|
|
38
38
|
deferAction(a: () => void): void;
|
|
39
|
-
protected
|
|
40
|
-
private
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
|
|
44
|
-
private
|
|
45
|
-
|
|
39
|
+
protected m5(a: Rect, b: Rect): void;
|
|
40
|
+
private sx;
|
|
41
|
+
mj(a: boolean): void;
|
|
42
|
+
protected s2(a: boolean, b: SeriesView): void;
|
|
43
|
+
mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
44
|
+
private s3;
|
|
45
|
+
kx(a: boolean, b: SeriesView): void;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* @hidden
|