igniteui-angular-maps 13.1.1 → 13.2.0-beta.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 +1515 -1496
- package/bundles/igniteui-angular-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/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 +43 -43
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
- 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 +15 -15
- 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 +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/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 +43 -43
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
- 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 +15 -15
- 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 +1528 -1509
- package/fesm5/igniteui-angular-maps.js +1515 -1496
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- 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 +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- 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 +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/package.json +3 -3
|
@@ -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 qa(): void;
|
|
30
|
+
qx: ScatterContourSeries;
|
|
31
|
+
protected p4(): Series;
|
|
32
|
+
private q7;
|
|
33
|
+
private q8;
|
|
34
|
+
q4: string;
|
|
35
|
+
q0: ValueBrushScale;
|
|
36
|
+
qz: ValueBrushScale;
|
|
37
|
+
protected mv(): void;
|
|
38
|
+
protected bx(): SeriesView;
|
|
39
|
+
ly(a: SeriesView): void;
|
|
40
|
+
q1: GeographicContourLineSeriesView;
|
|
41
|
+
qw: ContourValueResolver;
|
|
42
|
+
protected l3(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,32 +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
|
|
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
|
+
ly(a: SeriesView): void;
|
|
41
|
+
qe: GeographicHighDensityScatterSeriesView;
|
|
42
|
+
protected p4(): Series;
|
|
43
|
+
private qd;
|
|
44
|
+
qs: string;
|
|
45
|
+
qu: string;
|
|
46
|
+
qh: boolean;
|
|
47
|
+
qg: boolean;
|
|
48
|
+
qf: boolean;
|
|
49
|
+
qj: number;
|
|
50
|
+
qi: number;
|
|
51
|
+
rd: Color;
|
|
52
|
+
rc: Color;
|
|
53
|
+
qm: number;
|
|
53
54
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
54
|
-
private
|
|
55
|
-
get
|
|
56
|
-
set
|
|
57
|
-
protected
|
|
58
|
-
private
|
|
59
|
-
private
|
|
60
|
-
protected
|
|
61
|
-
protected
|
|
62
|
-
protected
|
|
55
|
+
private ql;
|
|
56
|
+
get qn(): number;
|
|
57
|
+
set qn(a: number);
|
|
58
|
+
protected qa(): void;
|
|
59
|
+
private q1;
|
|
60
|
+
private q0;
|
|
61
|
+
protected l3(a: any, b: string, c: any, d: any): void;
|
|
62
|
+
protected get_e3(): boolean;
|
|
63
|
+
protected set_e3(a: boolean): void;
|
|
63
64
|
static $$p: string[];
|
|
64
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
|
+
lj(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
private p3;
|
|
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
|
-
get
|
|
27
|
-
set
|
|
26
|
+
get p5(): Series;
|
|
27
|
+
set p5(a: Series);
|
|
28
28
|
protected get_hasMarkers(): boolean;
|
|
29
|
-
protected
|
|
30
|
-
av(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
29
|
+
protected qa(): void;
|
|
31
30
|
aw(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
31
|
+
ax(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
+
ht(a: Point): any;
|
|
33
|
+
hj(a: Point, b: boolean): number;
|
|
34
|
+
hh(a: Point, b: boolean): number;
|
|
35
|
+
gj(a: Point, b: boolean, c: boolean): number;
|
|
36
|
+
pl(a: Point, b: boolean, c: boolean): Point;
|
|
37
|
+
pu(a: Point): Rect;
|
|
38
38
|
ak(a: Point): Rect[];
|
|
39
|
-
|
|
39
|
+
pv(a: Point): Rect;
|
|
40
40
|
al(a: Point): Rect[];
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
protected abstract
|
|
58
|
-
protected
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
static readonly
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
protected
|
|
65
|
-
private
|
|
66
|
-
private
|
|
67
|
-
|
|
68
|
-
|
|
41
|
+
pw(a: Point): Rect;
|
|
42
|
+
px(a: Point): Rect;
|
|
43
|
+
gf(a: Point, b: boolean, c: boolean): number;
|
|
44
|
+
ph(a: Point, b: boolean, c: boolean): Point;
|
|
45
|
+
gh(a: Point, b: boolean, c: boolean): number;
|
|
46
|
+
pj(a: Point, b: boolean, c: boolean): Point;
|
|
47
|
+
pm(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
+
gk(a: Point, b: boolean, c: boolean): number;
|
|
49
|
+
pi(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
gg(a: Point, b: boolean, c: boolean): number;
|
|
51
|
+
pk(a: Point, b: boolean, c: boolean): Point;
|
|
52
|
+
gi(a: Point, b: boolean, c: boolean): number;
|
|
53
|
+
he(a: Point): number;
|
|
54
|
+
ga(): number;
|
|
55
|
+
f6(a: Point): number;
|
|
56
|
+
hu(a: Point): any;
|
|
57
|
+
protected abstract p4(): Series;
|
|
58
|
+
protected bx(): SeriesView;
|
|
59
|
+
ly(a: SeriesView): void;
|
|
60
|
+
p6: HostSeriesView;
|
|
61
|
+
static readonly qc: DependencyProperty;
|
|
62
|
+
get p7(): number;
|
|
63
|
+
set p7(a: number);
|
|
64
|
+
protected l3(a: any, b: string, c: any, d: any): void;
|
|
65
|
+
private p9;
|
|
66
|
+
private qb;
|
|
67
|
+
mh(a: boolean): void;
|
|
68
|
+
mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
69
69
|
at(a: Point, b: boolean): DataContext;
|
|
70
|
-
|
|
70
|
+
mr(): void;
|
|
71
71
|
protected get_coercionMethods(): any;
|
|
72
72
|
protected set_coercionMethods(a: any): void;
|
|
73
|
-
protected
|
|
73
|
+
protected k7(a: any): void;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* @hidden
|
|
@@ -11,22 +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
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
14
|
+
nd(): DataTemplate;
|
|
15
|
+
o5(): Brush;
|
|
16
|
+
o6(): Brush;
|
|
17
|
+
f2(): number;
|
|
18
|
+
iy(): string;
|
|
19
|
+
private qt;
|
|
20
|
+
qf: MarkerType;
|
|
21
|
+
qg: number;
|
|
22
|
+
qe: MarkerOutlineMode;
|
|
23
|
+
qd: MarkerFillMode;
|
|
24
|
+
qv: DataTemplate;
|
|
25
|
+
q9: Brush;
|
|
26
|
+
ra: Brush;
|
|
27
|
+
qh: number;
|
|
28
|
+
qu: DataTemplate;
|
|
29
|
+
q7: Brush;
|
|
30
|
+
q8: Brush;
|
|
31
|
+
protected l3(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
|
+
ly(a: SeriesView): void;
|
|
30
|
+
rc: GeographicPolylineSeriesView;
|
|
31
|
+
rb: StyleSelector;
|
|
32
|
+
rj: Style;
|
|
33
|
+
protected p4(): Series;
|
|
34
|
+
private rg;
|
|
35
35
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
36
|
-
protected
|
|
36
|
+
protected l3(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
|
-
|
|
49
|
+
protected bx(): SeriesView;
|
|
50
|
+
ly(a: SeriesView): void;
|
|
51
|
+
rh: GeographicProportionalSymbolSeriesView;
|
|
52
|
+
protected gv(): number;
|
|
53
|
+
protected p4(): Series;
|
|
54
|
+
private re;
|
|
55
|
+
r2: string;
|
|
56
|
+
r4: string;
|
|
57
|
+
r9: string;
|
|
58
|
+
rg: SizeScale;
|
|
59
|
+
r0: string;
|
|
56
60
|
rs: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
q9: boolean;
|
|
69
|
-
protected q7: boolean;
|
|
70
|
-
protected q6: boolean;
|
|
71
|
-
protected get_dt(): boolean;
|
|
61
|
+
rd: BrushScale;
|
|
62
|
+
rk: boolean;
|
|
63
|
+
rn: boolean;
|
|
64
|
+
rq: number;
|
|
65
|
+
rp: number;
|
|
66
|
+
ro: boolean;
|
|
67
|
+
rm: boolean;
|
|
68
|
+
rl: boolean;
|
|
69
|
+
protected rj: boolean;
|
|
70
|
+
protected ri: 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
|
+
rf: ScatterItemSearchMode;
|
|
75
|
+
rr: number;
|
|
76
|
+
protected l3(a: any, b: string, c: any, d: any): void;
|
|
77
|
+
private se;
|
|
78
|
+
private sd;
|
|
79
79
|
static $$p: string[];
|
|
80
80
|
}
|
|
@@ -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
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
protected
|
|
23
|
-
protected
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
protected bx(): SeriesView;
|
|
15
|
+
qg: GeographicShapeSeriesBaseView;
|
|
16
|
+
ly(a: SeriesView): void;
|
|
17
|
+
qy: string;
|
|
18
|
+
protected get_dx(): boolean;
|
|
19
|
+
protected get_c2(): boolean;
|
|
20
|
+
qn: boolean;
|
|
21
|
+
qm: boolean;
|
|
22
|
+
protected ql: boolean;
|
|
23
|
+
protected qk: boolean;
|
|
24
|
+
qf: ShapeItemSearchMode;
|
|
25
|
+
qq: number;
|
|
26
|
+
qp: 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 l3(a: any, b: string, c: any, d: any): void;
|
|
30
|
+
private q1;
|
|
31
|
+
private q0;
|
|
32
|
+
private q2;
|
|
33
|
+
private q3;
|
|
34
|
+
private qh;
|
|
35
|
+
private qj;
|
|
36
|
+
get qi(): ShapefileConverter;
|
|
37
|
+
set qi(a: ShapefileConverter);
|
|
38
|
+
qo: number;
|
|
39
|
+
protected get_e3(): boolean;
|
|
40
|
+
protected set_e3(a: boolean): void;
|
|
41
41
|
static $$p: string[];
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
@@ -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
|
+
rg: GeographicShapeSeriesView;
|
|
43
|
+
ly(a: SeriesView): void;
|
|
44
|
+
protected p4(): Series;
|
|
45
|
+
private rx;
|
|
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 ry;
|
|
48
|
+
rf: StyleSelector;
|
|
49
|
+
sk: Style;
|
|
50
|
+
re: MarkerType;
|
|
51
|
+
rd: MarkerOutlineMode;
|
|
52
|
+
rc: MarkerFillMode;
|
|
53
|
+
r0: DataTemplate;
|
|
54
|
+
sh: Brush;
|
|
55
|
+
si: Brush;
|
|
56
|
+
sj: Style;
|
|
57
|
+
rh: number;
|
|
58
|
+
f2(): number;
|
|
59
|
+
o5(): Brush;
|
|
60
|
+
o6(): Brush;
|
|
61
|
+
nd(): DataTemplate;
|
|
62
|
+
iy(): string;
|
|
63
|
+
rb: CollisionAvoidanceType;
|
|
64
|
+
protected l3(a: any, b: string, c: any, d: any): void;
|
|
65
|
+
protected gv(): number;
|
|
66
|
+
rz: DataTemplate;
|
|
67
|
+
sf: Brush;
|
|
68
|
+
sg: 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
|
+
ly(a: SeriesView): void;
|
|
41
|
+
rg: GeographicSymbolSeriesView;
|
|
42
|
+
protected gv(): number;
|
|
43
|
+
protected p4(): Series;
|
|
44
|
+
private rf;
|
|
45
|
+
rr: string;
|
|
46
|
+
rt: string;
|
|
47
|
+
rd: CollisionAvoidanceType;
|
|
48
|
+
rk: boolean;
|
|
49
|
+
rj: boolean;
|
|
50
|
+
protected ri: boolean;
|
|
51
|
+
protected rh: 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
|
+
re: ScatterItemSearchMode;
|
|
56
|
+
rm: number;
|
|
57
|
+
protected l3(a: any, b: string, c: any, d: any): void;
|
|
58
|
+
private ry;
|
|
59
|
+
private rx;
|
|
60
|
+
rl: 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_ei(): boolean;
|
|
12
12
|
constructor();
|
|
13
|
-
get
|
|
14
|
-
set
|
|
15
|
-
private
|
|
16
|
-
|
|
17
|
-
protected
|
|
18
|
-
private
|
|
19
|
-
protected
|
|
20
|
-
protected
|
|
13
|
+
get rd(): GeographicMapImagery;
|
|
14
|
+
set rd(a: GeographicMapImagery);
|
|
15
|
+
private rc;
|
|
16
|
+
rh(): void;
|
|
17
|
+
protected l3(a: any, b: string, c: any, d: any): void;
|
|
18
|
+
private rb;
|
|
19
|
+
protected qa(): void;
|
|
20
|
+
protected p4(): Series;
|
|
21
21
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
22
|
-
private
|
|
22
|
+
private rg;
|
|
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_ei(): boolean;
|
|
21
21
|
constructor();
|
|
22
|
-
protected
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
get
|
|
27
|
-
set
|
|
28
|
-
private
|
|
29
|
-
private
|
|
30
|
-
protected get
|
|
31
|
-
protected set
|
|
32
|
-
protected
|
|
33
|
-
private
|
|
22
|
+
protected bx(): SeriesView;
|
|
23
|
+
ly(a: SeriesView): void;
|
|
24
|
+
protected get_q6(): boolean;
|
|
25
|
+
protected sq: TileSeriesView;
|
|
26
|
+
get su(): GeographicMapImagery;
|
|
27
|
+
set su(a: GeographicMapImagery);
|
|
28
|
+
private ss;
|
|
29
|
+
private sr;
|
|
30
|
+
protected get st(): GeographicMapImagery;
|
|
31
|
+
protected set st(a: GeographicMapImagery);
|
|
32
|
+
protected l3(a: any, b: string, c: any, d: any): void;
|
|
33
|
+
private sz;
|
|
34
34
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
35
|
-
private
|
|
36
|
-
private
|
|
35
|
+
private s0;
|
|
36
|
+
private sv;
|
|
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 m4(a: Rect, b: Rect): void;
|
|
42
|
+
private sw;
|
|
43
|
+
mi(a: boolean): void;
|
|
44
|
+
protected s1(a: boolean, b: SeriesView): void;
|
|
45
|
+
mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
46
|
+
private s2;
|
|
47
|
+
kx(a: boolean, b: SeriesView): void;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* @hidden
|