igniteui-angular-maps 14.1.0 → 14.1.2

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