igniteui-angular-maps 17.2.0 → 17.3.0-beta.0

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 +1465 -1438
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +184 -184
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +60 -57
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +62 -59
  12. package/esm2015/lib/GeographicTileSeries.js +31 -28
  13. package/esm2015/lib/TileSeries_combined.js +95 -92
  14. package/esm2015/lib/XamGeographicMap_combined.js +464 -461
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  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 +33 -33
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +3 -3
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +84 -81
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +182 -182
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +95 -92
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +60 -57
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +62 -59
  38. package/esm5/lib/GeographicTileSeries.js +30 -27
  39. package/esm5/lib/TileSeries_combined.js +93 -90
  40. package/esm5/lib/XamGeographicMap_combined.js +457 -454
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  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 +33 -33
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  52. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +3 -3
  55. package/fesm2015/igniteui-angular-maps.js +1483 -1456
  56. package/fesm5/igniteui-angular-maps.js +1465 -1438
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -15
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  60. package/lib/GeographicMarkerSeries.d.ts +16 -16
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -27
  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 -26
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -20
  70. package/lib/GeographicTileSeries.d.ts +11 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +24 -22
  73. package/lib/XamGeographicMap_combined.d.ts +109 -108
  74. package/package.json +2 -2
@@ -24,22 +24,23 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
24
24
  */
25
25
  export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
26
  static $t: Type;
27
- protected get_ew(): boolean;
27
+ protected bc(): Series;
28
+ protected get_ex(): boolean;
28
29
  constructor();
29
- protected t8(): void;
30
- uv: ScatterContourSeries;
31
- protected t2(): Series;
32
- private u5;
33
- private u6;
34
- u2: string;
35
- uy: ValueBrushScale;
36
- ux: ValueBrushScale;
37
- protected qd(): void;
38
- protected cg(): SeriesView;
39
- o0(a: SeriesView): void;
40
- uz: GeographicContourLineSeriesView;
41
- uu: ContourValueResolver;
42
- protected o8(a: any, b: string, c: any, d: any): void;
30
+ protected ua(): void;
31
+ ux: ScatterContourSeries;
32
+ protected t4(): Series;
33
+ private u7;
34
+ private u8;
35
+ u4: string;
36
+ u0: ValueBrushScale;
37
+ uz: ValueBrushScale;
38
+ protected qf(): void;
39
+ protected cd(): SeriesView;
40
+ o2(a: SeriesView): void;
41
+ u1: GeographicContourLineSeriesView;
42
+ uw: ContourValueResolver;
43
+ protected pa(a: any, b: string, c: any, d: any): void;
43
44
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
44
45
  static $$p: string[];
45
46
  }
@@ -33,33 +33,34 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
33
33
  */
34
34
  export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
35
35
  static $t: Type;
36
- protected ip(): number;
37
- protected get_e1(): boolean;
36
+ protected bc(): Series;
37
+ protected iq(): number;
38
+ protected get_e2(): boolean;
38
39
  constructor();
39
- protected cg(): SeriesView;
40
- o0(a: SeriesView): void;
41
- uc: GeographicHighDensityScatterSeriesView;
42
- protected t2(): Series;
43
- private ub;
44
- uq: string;
40
+ protected cd(): SeriesView;
41
+ o2(a: SeriesView): void;
42
+ ue: GeographicHighDensityScatterSeriesView;
43
+ protected t4(): Series;
44
+ private ud;
45
45
  us: string;
46
+ uu: string;
47
+ uh: boolean;
48
+ ug: boolean;
46
49
  uf: boolean;
47
- ue: boolean;
48
- ud: boolean;
49
- uh: number;
50
- ug: number;
51
- vb: Color;
52
- va: Color;
53
- uk: number;
50
+ uj: number;
51
+ ui: number;
52
+ vd: Color;
53
+ vc: Color;
54
+ um: number;
54
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
55
- private uj;
56
- get ul(): number;
57
- set ul(a: number);
58
- protected t8(): void;
59
- private uz;
60
- private uy;
61
- protected o8(a: any, b: string, c: any, d: any): void;
62
- protected get_gf(): boolean;
63
- protected set_gf(a: boolean): void;
56
+ private ul;
57
+ get un(): number;
58
+ set un(a: number);
59
+ protected ua(): void;
60
+ private u1;
61
+ private u0;
62
+ protected pa(a: any, b: string, c: any, d: any): void;
63
+ protected get_gg(): boolean;
64
+ protected set_gg(a: boolean): void;
64
65
  static $$p: string[];
65
66
  }
@@ -4,7 +4,7 @@ import { Point, Type } from "igniteui-angular-core";
4
4
  import { List$1 } from "igniteui-angular-core";
5
5
  import { SeriesPointOfInterest } from "igniteui-angular-charts";
6
6
  import { Axis } from "igniteui-angular-charts";
7
- import { HighlightingInfo } from "igniteui-angular-charts";
7
+ import { HighlightingInfo } from "igniteui-angular-core";
8
8
  import { Rect } from "igniteui-angular-core";
9
9
  import { SeriesView } from "igniteui-angular-charts";
10
10
  import { RenderSurface } from "igniteui-angular-charts";
@@ -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
- og(): void;
18
+ oh(): void;
19
19
  constructor();
20
- private t1;
21
- protected get_eq(): boolean;
22
- ju(a: any, b: string): any;
23
- ds(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
20
+ private t3;
21
+ protected get_er(): boolean;
22
+ jv(a: any, b: string): any;
23
+ dt(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
24
24
  ag(): Axis[];
25
- bj(): Series;
26
- get t3(): Series;
27
- set t3(a: Series);
25
+ bg(): Series;
26
+ get t5(): Series;
27
+ set t5(a: Series);
28
28
  protected get_hasMarkers(): boolean;
29
- protected t8(): void;
30
- ax(a: any, b: Point, c: boolean): HighlightingInfo;
31
- ay(a: any, b: Point, c: boolean): HighlightingInfo;
32
- jr(a: Point): any;
33
- jf(a: Point, b: boolean): number;
34
- jd(a: Point, b: boolean): number;
35
- h9(a: Point, b: boolean, c: boolean): number;
36
- th(a: Point, b: boolean, c: boolean): Point;
37
- ts(a: Point): Rect;
38
- ak(a: Point): Rect[];
39
- tt(a: Point): Rect;
40
- al(a: Point): Rect[];
29
+ protected ua(): void;
30
+ c0(a: any, b: Point, c: boolean): HighlightingInfo;
31
+ c1(a: any, b: Point, c: boolean): HighlightingInfo;
32
+ js(a: Point): any;
33
+ jg(a: Point, b: boolean): number;
34
+ je(a: Point, b: boolean): number;
35
+ ia(a: Point, b: boolean, c: boolean): number;
36
+ tj(a: Point, b: boolean, c: boolean): Point;
41
37
  tu(a: Point): Rect;
38
+ ak(a: Point): Rect[];
42
39
  tv(a: Point): Rect;
43
- h5(a: Point, b: boolean, c: boolean): number;
44
- td(a: Point, b: boolean, c: boolean): Point;
45
- h7(a: Point, b: boolean, c: boolean): number;
46
- tf(a: Point, b: boolean, c: boolean): Point;
47
- ti(a: Point, b: boolean, c: boolean): Point;
48
- ia(a: Point, b: boolean, c: boolean): number;
49
- te(a: Point, b: boolean, c: boolean): Point;
40
+ al(a: Point): Rect[];
41
+ tw(a: Point): Rect;
42
+ tx(a: Point): Rect;
50
43
  h6(a: Point, b: boolean, c: boolean): number;
51
- tg(a: Point, b: boolean, c: boolean): Point;
44
+ tf(a: Point, b: boolean, c: boolean): Point;
52
45
  h8(a: Point, b: boolean, c: boolean): number;
53
- i9(a: Point): number;
54
- h0(): number;
55
- hw(a: Point): number;
56
- js(a: Point): any;
57
- protected abstract t2(): Series;
58
- protected cg(): SeriesView;
59
- o0(a: SeriesView): void;
60
- t4: HostSeriesView;
61
- static readonly ua: DependencyProperty;
62
- get t5(): number;
63
- set t5(a: number);
64
- protected o8(a: any, b: string, c: any, d: any): void;
65
- private t7;
46
+ th(a: Point, b: boolean, c: boolean): Point;
47
+ tk(a: Point, b: boolean, c: boolean): Point;
48
+ ib(a: Point, b: boolean, c: boolean): number;
49
+ tg(a: Point, b: boolean, c: boolean): Point;
50
+ h7(a: Point, b: boolean, c: boolean): number;
51
+ ti(a: Point, b: boolean, c: boolean): Point;
52
+ h9(a: Point, b: boolean, c: boolean): number;
53
+ ja(a: Point): number;
54
+ h1(): number;
55
+ hx(a: Point): number;
56
+ jt(a: Point): any;
57
+ protected abstract t4(): Series;
58
+ protected cd(): SeriesView;
59
+ o2(a: SeriesView): void;
60
+ t6: HostSeriesView;
61
+ static readonly uc: DependencyProperty;
62
+ get t7(): number;
63
+ set t7(a: number);
64
+ protected pa(a: any, b: string, c: any, d: any): void;
66
65
  private t9;
67
- pp(a: boolean): void;
68
- po(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
66
+ private ub;
67
+ pr(a: boolean): void;
68
+ pq(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
69
69
  au(a: Point, b: boolean): DataContext;
70
- p8(): void;
70
+ qa(): void;
71
71
  protected get_coercionMethods(): any;
72
72
  protected set_coercionMethods(a: any): void;
73
- protected n1(a: any): void;
73
+ protected n2(a: any): void;
74
74
  }
75
75
  /**
76
76
  * @hidden
@@ -11,23 +11,23 @@ import { Type } from "igniteui-angular-core";
11
11
  export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
12
12
  static $t: Type;
13
13
  constructor();
14
- qv(): DataTemplate;
15
- sz(): Brush;
16
- s0(): Brush;
17
- hs(): number;
18
- kx(): string;
19
- private ur;
20
- ud: MarkerType;
21
- ue: number;
22
- uc: MarkerOutlineMode;
23
- ub: MarkerFillMode;
24
- ut: DataTemplate;
14
+ qx(): DataTemplate;
15
+ s1(): Brush;
16
+ s2(): Brush;
17
+ ht(): number;
18
+ ky(): string;
19
+ private ut;
20
+ uf: MarkerType;
21
+ ug: number;
22
+ ue: MarkerOutlineMode;
23
+ ud: MarkerFillMode;
24
+ uv: DataTemplate;
25
+ u9: Brush;
26
+ va: Brush;
27
+ uh: number;
28
+ uu: DataTemplate;
25
29
  u7: Brush;
26
30
  u8: Brush;
27
- uf: number;
28
- us: DataTemplate;
29
- u5: Brush;
30
- u6: Brush;
31
- protected o8(a: any, b: string, c: any, d: any): void;
31
+ protected pa(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 t2(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -23,16 +23,17 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
23
23
  */
24
24
  export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
25
25
  static $t: Type;
26
- protected get_e4(): boolean;
26
+ protected bc(): Series;
27
+ protected get_e5(): boolean;
27
28
  constructor();
28
- protected cg(): SeriesView;
29
- o0(a: SeriesView): void;
30
- va: GeographicPolylineSeriesView;
31
- u9: StyleSelector;
32
- vh: Style;
33
- protected t2(): Series;
34
- private ve;
29
+ protected cd(): SeriesView;
30
+ o2(a: SeriesView): void;
31
+ vc: GeographicPolylineSeriesView;
32
+ vb: StyleSelector;
33
+ vj: Style;
34
+ protected t4(): Series;
35
+ private vg;
35
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
36
- protected o8(a: any, b: string, c: any, d: any): void;
37
+ protected pa(a: any, b: string, c: any, d: any): void;
37
38
  static $$p: string[];
38
39
  }
@@ -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 t2(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -44,37 +44,38 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
44
44
  */
45
45
  export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
46
46
  static $t: Type;
47
- protected get_dx(): boolean;
47
+ protected bc(): Series;
48
+ protected get_dy(): boolean;
48
49
  constructor();
49
- protected cg(): SeriesView;
50
- o0(a: SeriesView): void;
51
- vf: GeographicProportionalSymbolSeriesView;
52
- protected iq(): number;
53
- protected t2(): Series;
54
- private vc;
55
- v0: string;
50
+ protected cd(): SeriesView;
51
+ o2(a: SeriesView): void;
52
+ vh: GeographicProportionalSymbolSeriesView;
53
+ protected ir(): number;
54
+ protected t4(): Series;
55
+ private ve;
56
56
  v2: string;
57
- v7: string;
58
- ve: SizeScale;
59
- vy: string;
60
- vq: string;
61
- vb: BrushScale;
62
- vi: boolean;
63
- vl: boolean;
64
- vo: number;
65
- vn: number;
66
- vm: boolean;
57
+ v4: string;
58
+ v9: string;
59
+ vg: SizeScale;
60
+ v0: string;
61
+ vs: string;
62
+ vd: BrushScale;
67
63
  vk: boolean;
68
- vj: boolean;
69
- protected vh: boolean;
70
- protected vg: boolean;
71
- protected get_es(): boolean;
64
+ vn: boolean;
65
+ vq: number;
66
+ vp: number;
67
+ vo: boolean;
68
+ vm: boolean;
69
+ vl: boolean;
70
+ protected vj: boolean;
71
+ protected vi: boolean;
72
+ protected get_et(): boolean;
72
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
73
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
74
- vd: ScatterItemSearchMode;
75
- vp: number;
76
- protected o8(a: any, b: string, c: any, d: any): void;
77
- private wc;
78
- private wb;
75
+ vf: ScatterItemSearchMode;
76
+ vr: number;
77
+ protected pa(a: any, b: string, c: any, d: any): void;
78
+ private we;
79
+ private wd;
79
80
  static $$p: string[];
80
81
  }
@@ -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 t2(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -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 cg(): SeriesView;
15
- ue: GeographicShapeSeriesBaseView;
16
- o0(a: SeriesView): void;
17
- uw: string;
18
- protected get_es(): boolean;
19
- protected get_du(): boolean;
20
- ul: boolean;
21
- uk: boolean;
22
- protected uj: boolean;
23
- protected ui: boolean;
24
- ud: ShapeItemSearchMode;
25
- uo: number;
26
- un: number;
14
+ protected cd(): SeriesView;
15
+ ug: GeographicShapeSeriesBaseView;
16
+ o2(a: SeriesView): void;
17
+ uy: string;
18
+ protected get_et(): boolean;
19
+ protected get_dv(): boolean;
20
+ un: boolean;
21
+ um: boolean;
22
+ protected ul: boolean;
23
+ protected uk: boolean;
24
+ uf: ShapeItemSearchMode;
25
+ uq: number;
26
+ up: number;
27
27
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
28
28
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
29
- protected o8(a: any, b: string, c: any, d: any): void;
30
- private uz;
31
- private uy;
32
- private u0;
29
+ protected pa(a: any, b: string, c: any, d: any): void;
33
30
  private u1;
34
- private uf;
31
+ private u0;
32
+ private u2;
33
+ private u3;
35
34
  private uh;
36
- get ug(): ShapefileConverter;
37
- set ug(a: ShapefileConverter);
38
- um: number;
39
- protected get_gf(): boolean;
40
- protected set_gf(a: boolean): void;
35
+ private uj;
36
+ get ui(): ShapefileConverter;
37
+ set ui(a: ShapefileConverter);
38
+ uo: number;
39
+ protected get_gg(): boolean;
40
+ protected set_gg(a: boolean): void;
41
41
  static $$p: string[];
42
42
  }
43
43
  /**
@@ -36,35 +36,36 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
36
36
  */
37
37
  export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
38
38
  static $t: Type;
39
- protected get_e3(): boolean;
39
+ protected bc(): Series;
40
+ protected get_e4(): boolean;
40
41
  constructor();
41
- protected cg(): SeriesView;
42
- ve: GeographicShapeSeriesView;
43
- o0(a: SeriesView): void;
44
- protected t2(): Series;
45
- private vv;
42
+ protected cd(): SeriesView;
43
+ vg: GeographicShapeSeriesView;
44
+ o2(a: SeriesView): void;
45
+ protected t4(): Series;
46
+ private vx;
46
47
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
47
- private vw;
48
- vd: StyleSelector;
49
- wi: Style;
50
- vc: MarkerType;
51
- vb: MarkerOutlineMode;
52
- va: MarkerFillMode;
53
- vy: DataTemplate;
48
+ private vy;
49
+ vf: StyleSelector;
50
+ wk: Style;
51
+ ve: MarkerType;
52
+ vd: MarkerOutlineMode;
53
+ vc: MarkerFillMode;
54
+ v0: DataTemplate;
55
+ wh: Brush;
56
+ wi: Brush;
57
+ wj: Style;
58
+ vh: number;
59
+ ht(): number;
60
+ s1(): Brush;
61
+ s2(): Brush;
62
+ qx(): DataTemplate;
63
+ ky(): string;
64
+ vb: CollisionAvoidanceType;
65
+ protected pa(a: any, b: string, c: any, d: any): void;
66
+ protected ir(): number;
67
+ vz: DataTemplate;
54
68
  wf: Brush;
55
69
  wg: Brush;
56
- wh: Style;
57
- vf: number;
58
- hs(): number;
59
- sz(): Brush;
60
- s0(): Brush;
61
- qv(): DataTemplate;
62
- kx(): string;
63
- u9: CollisionAvoidanceType;
64
- protected o8(a: any, b: string, c: any, d: any): void;
65
- protected iq(): number;
66
- vx: DataTemplate;
67
- wd: Brush;
68
- we: Brush;
69
70
  static $$p: string[];
70
71
  }
@@ -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 t2(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -34,29 +34,30 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
34
34
  */
35
35
  export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
36
36
  static $t: Type;
37
- protected get_dx(): boolean;
37
+ protected bc(): Series;
38
+ protected get_dy(): boolean;
38
39
  constructor();
39
- protected cg(): SeriesView;
40
- o0(a: SeriesView): void;
41
- ve: GeographicSymbolSeriesView;
42
- protected iq(): number;
43
- protected t2(): Series;
44
- private vd;
45
- vp: string;
40
+ protected cd(): SeriesView;
41
+ o2(a: SeriesView): void;
42
+ vg: GeographicSymbolSeriesView;
43
+ protected ir(): number;
44
+ protected t4(): Series;
45
+ private vf;
46
46
  vr: string;
47
- vb: CollisionAvoidanceType;
48
- vi: boolean;
49
- vh: boolean;
50
- protected vg: boolean;
51
- protected vf: boolean;
52
- protected get_es(): boolean;
47
+ vt: string;
48
+ vd: CollisionAvoidanceType;
49
+ vk: boolean;
50
+ vj: boolean;
51
+ protected vi: boolean;
52
+ protected vh: boolean;
53
+ protected get_et(): boolean;
53
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
54
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
55
- vc: ScatterItemSearchMode;
56
- vk: number;
57
- protected o8(a: any, b: string, c: any, d: any): void;
58
- private vw;
59
- private vv;
60
- vj: boolean;
56
+ ve: ScatterItemSearchMode;
57
+ vm: number;
58
+ protected pa(a: any, b: string, c: any, d: any): void;
59
+ private vy;
60
+ private vx;
61
+ vl: boolean;
61
62
  static $$p: string[];
62
63
  }
@@ -8,16 +8,17 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
8
8
  */
9
9
  export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
10
10
  static $t: Type;
11
- protected get_fg(): boolean;
11
+ protected bc(): Series;
12
+ protected get_fh(): boolean;
12
13
  constructor();
13
- get vb(): GeographicMapImagery;
14
- set vb(a: GeographicMapImagery);
15
- private va;
16
- vf(): void;
17
- protected o8(a: any, b: string, c: any, d: any): void;
18
- private u9;
19
- protected t8(): void;
20
- protected t2(): Series;
14
+ get vd(): GeographicMapImagery;
15
+ set vd(a: GeographicMapImagery);
16
+ private vc;
17
+ vh(): void;
18
+ protected pa(a: any, b: string, c: any, d: any): void;
19
+ private vb;
20
+ protected ua(): void;
21
+ protected t4(): Series;
21
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
22
- private ve;
23
+ private vg;
23
24
  }
@@ -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 t2(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -2,6 +2,7 @@ import { ShapeSeriesBase } from "igniteui-angular-charts";
2
2
  import { IMapRenderDeferralHandler } from "igniteui-angular-core";
3
3
  import { GeographicMapImagery } from "./GeographicMapImagery";
4
4
  import { Type, EventArgs } from "igniteui-angular-core";
5
+ import { Series } from "igniteui-angular-charts";
5
6
  import { SeriesView } from "igniteui-angular-charts";
6
7
  import { Rect } from "igniteui-angular-core";
7
8
  import { DependencyObject } from "igniteui-angular-core";
@@ -17,34 +18,35 @@ import { PointCollection } from "igniteui-angular-core";
17
18
  */
18
19
  export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
19
20
  static $t: Type;
20
- protected get_fg(): boolean;
21
+ protected bc(): Series;
22
+ protected get_fh(): boolean;
21
23
  constructor();
22
- protected cg(): SeriesView;
23
- o0(a: SeriesView): void;
24
- protected get_u4(): boolean;
25
- protected ws: TileSeriesView;
26
- get ww(): GeographicMapImagery;
27
- set ww(a: GeographicMapImagery);
28
- private wu;
29
- private wt;
30
- protected get wv(): GeographicMapImagery;
31
- protected set wv(a: GeographicMapImagery);
32
- protected o8(a: any, b: string, c: any, d: any): void;
33
- private w1;
24
+ protected cd(): SeriesView;
25
+ o2(a: SeriesView): void;
26
+ protected get_u6(): boolean;
27
+ protected wu: TileSeriesView;
28
+ get wy(): GeographicMapImagery;
29
+ set wy(a: GeographicMapImagery);
30
+ private ww;
31
+ private wv;
32
+ protected get wx(): GeographicMapImagery;
33
+ protected set wx(a: GeographicMapImagery);
34
+ protected pa(a: any, b: string, c: any, d: any): void;
35
+ private w3;
34
36
  imageTilesReady: (sender: any, e: EventArgs) => void;
35
- private w2;
36
- private wx;
37
+ private w4;
38
+ private wz;
37
39
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
38
40
  unRegister(a: DependencyObject): void;
39
41
  deferredRefresh(): void;
40
42
  deferAction(a: () => void): void;
41
- protected qm(a: Rect, b: Rect): void;
42
- private wy;
43
- pq(a: boolean): void;
44
- protected w3(a: boolean, b: SeriesView): void;
45
- po(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
46
- private w4;
47
- nj(a: boolean, b: SeriesView): void;
43
+ protected qo(a: Rect, b: Rect): void;
44
+ private w0;
45
+ ps(a: boolean): void;
46
+ protected w5(a: boolean, b: SeriesView): void;
47
+ pq(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private w6;
49
+ nk(a: boolean, b: SeriesView): void;
48
50
  }
49
51
  /**
50
52
  * @hidden