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.
Files changed (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1576 -1557
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +60 -60
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +52 -52
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +60 -60
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +52 -52
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  56. package/esm5/lib/igc-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-webcomponents-maps.js +1590 -1571
  60. package/fesm5/igniteui-webcomponents-maps.js +1576 -1557
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +24 -24
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  74. package/lib/GeographicTileSeries.d.ts +9 -9
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +20 -20
  77. package/lib/XamGeographicMap_combined.d.ts +108 -108
  78. 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 get_dw(): boolean;
27
+ protected get_d0(): boolean;
28
28
  constructor();
29
- protected py(): void;
30
- ql: ScatterContourSeries;
31
- protected ps(): Series;
32
- private qv;
33
- private qw;
34
- qs: string;
35
- qo: ValueBrushScale;
36
- qn: ValueBrushScale;
37
- protected mk(): void;
38
- protected bv(): SeriesView;
39
- lo(a: SeriesView): void;
40
- qp: GeographicContourLineSeriesView;
41
- qk: ContourValueResolver;
42
- protected lt(a: any, b: string, c: any, d: any): void;
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 get_d1(): boolean;
36
+ protected gu(): number;
37
+ protected get_d5(): boolean;
37
38
  constructor();
38
- protected bv(): SeriesView;
39
- lo(a: SeriesView): void;
40
- p2: GeographicHighDensityScatterSeriesView;
41
- protected ps(): Series;
42
- private p1;
43
- qg: string;
44
- qi: string;
45
- p5: boolean;
46
- p4: boolean;
47
- p3: boolean;
48
- p7: number;
49
- p6: number;
50
- q1: Color;
51
- q0: Color;
52
- qa: number;
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 p9;
55
- qb: number;
56
- protected py(): void;
57
- private qp;
58
- private qo;
59
- protected lt(a: any, b: string, c: any, d: any): void;
60
- protected get_ez(): boolean;
61
- protected set_ez(a: boolean): void;
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
- k9(): void;
18
+ lk(): void;
19
19
  constructor();
20
- private pr;
21
- protected get_dr(): boolean;
22
- hn(a: any, b: string): any;
23
- cy(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
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
- pt: Series;
26
+ p6: Series;
27
27
  protected get_hasMarkers(): boolean;
28
- protected py(): void;
29
- av(a: any, b: Point, c: boolean): HighlightingInfo;
28
+ protected qb(): void;
30
29
  aw(a: any, b: Point, c: boolean): HighlightingInfo;
31
- hk(a: Point): any;
32
- g9(a: Point, b: boolean): number;
33
- g7(a: Point, b: boolean): number;
34
- ga(a: Point, b: boolean, c: boolean): number;
35
- pb(a: Point, b: boolean, c: boolean): Point;
36
- pk(a: Point): Rect;
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
- pl(a: Point): Rect;
38
+ pw(a: Point): Rect;
39
39
  al(a: Point): Rect[];
40
- pm(a: Point): Rect;
41
- pn(a: Point): Rect;
42
- f6(a: Point, b: boolean, c: boolean): number;
43
- o7(a: Point, b: boolean, c: boolean): Point;
44
- f8(a: Point, b: boolean, c: boolean): number;
45
- o9(a: Point, b: boolean, c: boolean): Point;
46
- pc(a: Point, b: boolean, c: boolean): Point;
47
- gb(a: Point, b: boolean, c: boolean): number;
48
- o8(a: Point, b: boolean, c: boolean): Point;
49
- f7(a: Point, b: boolean, c: boolean): number;
50
- pa(a: Point, b: boolean, c: boolean): Point;
51
- f9(a: Point, b: boolean, c: boolean): number;
52
- g4(a: Point): number;
53
- f3(): number;
54
- fz(a: Point): number;
55
- hl(a: Point): any;
56
- protected abstract ps(): Series;
57
- protected bv(): SeriesView;
58
- lo(a: SeriesView): void;
59
- pu: HostSeriesView;
60
- static readonly p0: DependencyProperty;
61
- pv: number;
62
- protected lt(a: any, b: string, c: any, d: any): void;
63
- private px;
64
- private pz;
65
- l7(a: boolean): void;
66
- l6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
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
- mg(): void;
68
+ ms(): void;
69
69
  protected get_coercionMethods(): any;
70
70
  protected set_coercionMethods(a: any): void;
71
- protected ky(a: any): void;
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
- m2(): DataTemplate;
15
- ov(): Brush;
16
- ow(): Brush;
17
- fv(): number;
18
- private qh;
19
- p3: MarkerType;
20
- p4: number;
21
- p2: MarkerOutlineMode;
22
- p1: MarkerFillMode;
23
- qj: DataTemplate;
24
- qx: Brush;
25
- qy: Brush;
26
- p5: number;
27
- qi: DataTemplate;
28
- qv: Brush;
29
- qw: Brush;
30
- protected lt(a: any, b: string, c: any, d: any): void;
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
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare abstract class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
8
8
  static $t: Type;
9
- protected abstract ps(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -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 get_d4(): boolean;
26
+ protected get_d8(): boolean;
27
27
  constructor();
28
- protected bv(): SeriesView;
29
- lo(a: SeriesView): void;
30
- q0: GeographicPolylineSeriesView;
31
- qz: StyleSelector;
32
- q7: Style;
33
- protected ps(): Series;
34
- private q4;
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 lt(a: any, b: string, c: any, d: any): void;
36
+ protected l4(a: any, b: string, c: any, d: any): void;
37
37
  static $$p: string[];
38
38
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare abstract class GeographicProportionalSymbolSeriesBase extends GeographicMarkerSeriesBase {
8
8
  static $t: Type;
9
- protected abstract ps(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -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 get_c1(): boolean;
47
+ protected get_c4(): boolean;
48
48
  constructor();
49
- protected bv(): SeriesView;
50
- lo(a: SeriesView): void;
51
- q5: GeographicProportionalSymbolSeriesView;
52
- protected gl(): number;
53
- protected ps(): Series;
54
- private q2;
55
- rq: string;
56
- rs: string;
57
- rx: string;
58
- q4: SizeScale;
59
- ro: string;
60
- rg: string;
61
- q1: BrushScale;
62
- q8: boolean;
63
- rb: boolean;
64
- re: number;
65
- rd: number;
66
- rc: boolean;
67
- ra: boolean;
68
- q9: boolean;
69
- protected q7: boolean;
70
- protected q6: boolean;
71
- protected get_dt(): boolean;
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
- q3: ScatterItemSearchMode;
75
- rf: number;
76
- protected lt(a: any, b: string, c: any, d: any): void;
77
- private r2;
78
- private r1;
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
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare abstract class GeographicShapeSeriesBaseBase extends GeographicMapSeriesHost {
8
8
  static $t: Type;
9
- protected abstract ps(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -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 bv(): SeriesView;
15
- p4: GeographicShapeSeriesBaseView;
16
- lo(a: SeriesView): void;
17
- qm: string;
18
- protected get_dt(): boolean;
19
- protected get_cz(): boolean;
20
- qb: boolean;
21
- qa: boolean;
22
- protected p9: boolean;
23
- protected p8: boolean;
24
- p3: ShapeItemSearchMode;
25
- qe: number;
26
- qd: number;
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 lt(a: any, b: string, c: any, d: any): void;
30
- private qp;
31
- private qo;
32
- private qq;
33
- private qr;
34
- private p5;
35
- private p7;
36
- p6: ShapefileConverter;
37
- qc: number;
38
- protected get_ez(): boolean;
39
- protected set_ez(a: boolean): void;
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 get_d3(): boolean;
39
+ protected get_d7(): boolean;
40
40
  constructor();
41
- protected bv(): SeriesView;
42
- q4: GeographicShapeSeriesView;
43
- lo(a: SeriesView): void;
44
- protected ps(): Series;
45
- private rl;
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 rm;
48
- q3: StyleSelector;
49
- r8: Style;
50
- q2: MarkerType;
51
- q1: MarkerOutlineMode;
52
- q0: MarkerFillMode;
53
- ro: DataTemplate;
54
- r5: Brush;
55
- r6: Brush;
56
- r7: Style;
57
- q5: number;
58
- fv(): number;
59
- ov(): Brush;
60
- ow(): Brush;
61
- m2(): DataTemplate;
62
- qz: CollisionAvoidanceType;
63
- protected lt(a: any, b: string, c: any, d: any): void;
64
- protected gl(): number;
65
- rn: DataTemplate;
66
- r3: Brush;
67
- r4: Brush;
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
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare abstract class GeographicSymbolSeriesBase extends GeographicMarkerSeriesBase {
8
8
  static $t: Type;
9
- protected abstract ps(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -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 get_c1(): boolean;
37
+ protected get_c4(): boolean;
38
38
  constructor();
39
- protected bv(): SeriesView;
40
- lo(a: SeriesView): void;
41
- q4: GeographicSymbolSeriesView;
42
- protected gl(): number;
43
- protected ps(): Series;
44
- private q3;
45
- rf: string;
46
- rh: string;
47
- q1: CollisionAvoidanceType;
48
- q8: boolean;
49
- q7: boolean;
50
- protected q6: boolean;
51
- protected q5: boolean;
52
- protected get_dt(): boolean;
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
- q2: ScatterItemSearchMode;
56
- ra: number;
57
- protected lt(a: any, b: string, c: any, d: any): void;
58
- private rm;
59
- private rl;
60
- q9: boolean;
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 get_ee(): boolean;
11
+ protected get_ei(): boolean;
12
12
  constructor();
13
- q1: GeographicMapImagery;
14
- private q0;
15
- q5(): void;
16
- protected lt(a: any, b: string, c: any, d: any): void;
17
- private qz;
18
- protected py(): void;
19
- protected ps(): Series;
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 q4;
21
+ private rh;
22
22
  }
@@ -6,5 +6,5 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare abstract class GeographicXYTriangulatingSeriesBase extends GeographicMapSeriesHost {
8
8
  static $t: Type;
9
- protected abstract ps(): Series;
9
+ protected abstract p5(): Series;
10
10
  }
@@ -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 get_ee(): boolean;
20
+ protected get_ei(): boolean;
21
21
  constructor();
22
- protected bv(): SeriesView;
23
- lo(a: SeriesView): void;
24
- protected get_qu(): boolean;
25
- protected se: TileSeriesView;
26
- si: GeographicMapImagery;
27
- private sg;
28
- private sf;
29
- protected sh: GeographicMapImagery;
30
- protected lt(a: any, b: string, c: any, d: any): void;
31
- private sn;
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 so;
34
- private sj;
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 mt(a: Rect, b: Rect): void;
40
- private sk;
41
- l8(a: boolean): void;
42
- protected sp(a: boolean, b: SeriesView): void;
43
- l6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
44
- private sq;
45
- ko(a: boolean, b: SeriesView): void;
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