igniteui-webcomponents-maps 4.7.2-beta.1 → 4.7.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-webcomponents-maps.umd.js +1361 -1361
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +152 -152
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +76 -76
  14. package/esm2015/lib/XamGeographicMap_combined.js +444 -444
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +11 -11
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +150 -150
  32. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  38. package/esm5/lib/GeographicTileSeries.js +25 -25
  39. package/esm5/lib/TileSeries_combined.js +74 -74
  40. package/esm5/lib/XamGeographicMap_combined.js +437 -437
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  43. package/esm5/lib/igc-geographic-map-component.js +50 -50
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +11 -11
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  50. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  52. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-webcomponents-maps.js +1376 -1376
  56. package/fesm5/igniteui-webcomponents-maps.js +1361 -1361
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +25 -25
  60. package/lib/GeographicMarkerSeries.d.ts +13 -13
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  70. package/lib/GeographicTileSeries.d.ts +8 -8
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +18 -18
  73. package/lib/XamGeographicMap_combined.d.ts +103 -103
  74. package/package.json +3 -3
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
27
27
  protected bc(): Series;
28
28
  protected get_ex(): boolean;
29
29
  constructor();
30
- protected t9(): void;
31
- uw: ScatterContourSeries;
32
- protected t3(): Series;
33
- private u6;
30
+ protected ua(): void;
31
+ ux: ScatterContourSeries;
32
+ protected t4(): Series;
34
33
  private u7;
35
- u3: string;
34
+ private u8;
35
+ u4: string;
36
+ u0: ValueBrushScale;
36
37
  uz: ValueBrushScale;
37
- uy: ValueBrushScale;
38
- protected qe(): void;
38
+ protected qf(): void;
39
39
  protected cd(): SeriesView;
40
- o1(a: SeriesView): void;
41
- u0: GeographicContourLineSeriesView;
42
- uv: ContourValueResolver;
43
- protected o9(a: any, b: string, c: any, d: any): void;
40
+ o2(a: SeriesView): void;
41
+ u1: GeographicContourLineSeriesView;
42
+ uw: ContourValueResolver;
43
+ protected pa(a: any, b: string, c: any, d: any): void;
44
44
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
45
  static $$p: string[];
46
46
  }
@@ -38,28 +38,28 @@ export declare class GeographicHighDensityScatterSeries extends GeographicMapSer
38
38
  protected get_e2(): boolean;
39
39
  constructor();
40
40
  protected cd(): SeriesView;
41
- o1(a: SeriesView): void;
42
- ud: GeographicHighDensityScatterSeriesView;
43
- protected t3(): Series;
44
- private uc;
45
- ur: string;
46
- ut: string;
41
+ o2(a: SeriesView): void;
42
+ ue: GeographicHighDensityScatterSeriesView;
43
+ protected t4(): Series;
44
+ private ud;
45
+ us: string;
46
+ uu: string;
47
+ uh: boolean;
47
48
  ug: boolean;
48
49
  uf: boolean;
49
- ue: boolean;
50
+ uj: number;
50
51
  ui: number;
51
- uh: number;
52
+ vd: Color;
52
53
  vc: Color;
53
- vb: Color;
54
- ul: number;
54
+ um: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private uk;
57
- get um(): number;
58
- set um(a: number);
59
- protected t9(): void;
56
+ private ul;
57
+ get un(): number;
58
+ set un(a: number);
59
+ protected ua(): void;
60
+ private u1;
60
61
  private u0;
61
- private uz;
62
- protected o9(a: any, b: string, c: any, d: any): void;
62
+ protected pa(a: any, b: string, c: any, d: any): void;
63
63
  protected get_gg(): boolean;
64
64
  protected set_gg(a: boolean): void;
65
65
  static $$p: string[];
@@ -17,57 +17,57 @@ export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
18
  oh(): void;
19
19
  constructor();
20
- private t2;
20
+ private t3;
21
21
  protected get_er(): boolean;
22
22
  jv(a: any, b: string): any;
23
23
  dt(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
24
24
  ag(): Axis[];
25
25
  bg(): Series;
26
- get t4(): Series;
27
- set t4(a: Series);
26
+ get t5(): Series;
27
+ set t5(a: Series);
28
28
  protected get_hasMarkers(): boolean;
29
- protected t9(): void;
29
+ protected ua(): void;
30
30
  c0(a: any, b: Point, c: boolean): HighlightingInfo;
31
31
  c1(a: any, b: Point, c: boolean): HighlightingInfo;
32
32
  js(a: Point): any;
33
33
  jg(a: Point, b: boolean): number;
34
34
  je(a: Point, b: boolean): number;
35
35
  ia(a: Point, b: boolean, c: boolean): number;
36
- ti(a: Point, b: boolean, c: boolean): Point;
37
- tt(a: Point): Rect;
38
- ak(a: Point): Rect[];
36
+ tj(a: Point, b: boolean, c: boolean): Point;
39
37
  tu(a: Point): Rect;
40
- al(a: Point): Rect[];
38
+ ak(a: Point): Rect[];
41
39
  tv(a: Point): Rect;
40
+ al(a: Point): Rect[];
42
41
  tw(a: Point): Rect;
42
+ tx(a: Point): Rect;
43
43
  h6(a: Point, b: boolean, c: boolean): number;
44
- te(a: Point, b: boolean, c: boolean): Point;
44
+ tf(a: Point, b: boolean, c: boolean): Point;
45
45
  h8(a: Point, b: boolean, c: boolean): number;
46
- tg(a: Point, b: boolean, c: boolean): Point;
47
- tj(a: Point, b: boolean, c: boolean): Point;
46
+ th(a: Point, b: boolean, c: boolean): Point;
47
+ tk(a: Point, b: boolean, c: boolean): Point;
48
48
  ib(a: Point, b: boolean, c: boolean): number;
49
- tf(a: Point, b: boolean, c: boolean): Point;
49
+ tg(a: Point, b: boolean, c: boolean): Point;
50
50
  h7(a: Point, b: boolean, c: boolean): number;
51
- th(a: Point, b: boolean, c: boolean): Point;
51
+ ti(a: Point, b: boolean, c: boolean): Point;
52
52
  h9(a: Point, b: boolean, c: boolean): number;
53
53
  ja(a: Point): number;
54
54
  h1(): number;
55
55
  hx(a: Point): number;
56
56
  jt(a: Point): any;
57
- protected abstract t3(): Series;
57
+ protected abstract t4(): Series;
58
58
  protected cd(): SeriesView;
59
- o1(a: SeriesView): void;
60
- t5: HostSeriesView;
61
- static readonly ub: DependencyProperty;
62
- get t6(): number;
63
- set t6(a: number);
64
- protected o9(a: any, b: string, c: any, d: any): void;
65
- private t8;
66
- private ua;
67
- pq(a: boolean): void;
68
- pp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
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;
65
+ private t9;
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
- p9(): void;
70
+ qa(): void;
71
71
  protected get_coercionMethods(): any;
72
72
  protected set_coercionMethods(a: any): void;
73
73
  protected n2(a: any): void;
@@ -11,23 +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
- qw(): DataTemplate;
15
- s0(): Brush;
14
+ qx(): DataTemplate;
16
15
  s1(): Brush;
16
+ s2(): Brush;
17
17
  ht(): number;
18
18
  ky(): string;
19
- private us;
20
- ue: MarkerType;
21
- uf: number;
22
- ud: MarkerOutlineMode;
23
- uc: MarkerFillMode;
24
- uu: DataTemplate;
25
- u8: Brush;
26
- u9: Brush;
19
+ private ut;
20
+ uf: MarkerType;
27
21
  ug: number;
28
- ut: DataTemplate;
29
- u6: Brush;
22
+ ue: MarkerOutlineMode;
23
+ ud: MarkerFillMode;
24
+ uv: DataTemplate;
25
+ u9: Brush;
26
+ va: Brush;
27
+ uh: number;
28
+ uu: DataTemplate;
30
29
  u7: Brush;
31
- protected o9(a: any, b: string, c: any, d: any): void;
30
+ u8: Brush;
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-webcomponents-core";
6
6
  */
7
7
  export declare abstract class GeographicMarkerSeriesBase extends GeographicMarkerSeries {
8
8
  static $t: Type;
9
- protected abstract t3(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -27,13 +27,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
27
27
  protected get_e5(): boolean;
28
28
  constructor();
29
29
  protected cd(): SeriesView;
30
- o1(a: SeriesView): void;
31
- vb: GeographicPolylineSeriesView;
32
- va: StyleSelector;
33
- vi: Style;
34
- protected t3(): Series;
35
- private vf;
30
+ o2(a: SeriesView): void;
31
+ vc: GeographicPolylineSeriesView;
32
+ vb: StyleSelector;
33
+ vj: Style;
34
+ protected t4(): Series;
35
+ private vg;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected o9(a: any, b: string, c: any, d: any): void;
37
+ protected pa(a: any, b: string, c: any, d: any): void;
38
38
  static $$p: string[];
39
39
  }
@@ -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 t3(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -48,34 +48,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
48
48
  protected get_dy(): boolean;
49
49
  constructor();
50
50
  protected cd(): SeriesView;
51
- o1(a: SeriesView): void;
52
- vg: GeographicProportionalSymbolSeriesView;
51
+ o2(a: SeriesView): void;
52
+ vh: GeographicProportionalSymbolSeriesView;
53
53
  protected ir(): number;
54
- protected t3(): Series;
55
- private vd;
56
- v1: string;
57
- v3: string;
58
- v8: string;
59
- vf: SizeScale;
60
- vz: string;
61
- vr: string;
62
- vc: BrushScale;
63
- vj: boolean;
64
- vm: boolean;
65
- vp: number;
66
- vo: number;
54
+ protected t4(): Series;
55
+ private ve;
56
+ v2: string;
57
+ v4: string;
58
+ v9: string;
59
+ vg: SizeScale;
60
+ v0: string;
61
+ vs: string;
62
+ vd: BrushScale;
63
+ vk: boolean;
67
64
  vn: boolean;
65
+ vq: number;
66
+ vp: number;
67
+ vo: boolean;
68
+ vm: boolean;
68
69
  vl: boolean;
69
- vk: boolean;
70
+ protected vj: boolean;
70
71
  protected vi: boolean;
71
- protected vh: boolean;
72
72
  protected get_et(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- ve: ScatterItemSearchMode;
76
- vq: number;
77
- protected o9(a: any, b: string, c: any, d: any): void;
75
+ vf: ScatterItemSearchMode;
76
+ vr: number;
77
+ protected pa(a: any, b: string, c: any, d: any): void;
78
+ private we;
78
79
  private wd;
79
- private wc;
80
80
  static $$p: string[];
81
81
  }
@@ -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 t3(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -12,30 +12,30 @@ import { HostSeriesView } from "./HostSeriesView";
12
12
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
13
13
  static $t: Type;
14
14
  protected cd(): SeriesView;
15
- uf: GeographicShapeSeriesBaseView;
16
- o1(a: SeriesView): void;
17
- ux: string;
15
+ ug: GeographicShapeSeriesBaseView;
16
+ o2(a: SeriesView): void;
17
+ uy: string;
18
18
  protected get_et(): boolean;
19
19
  protected get_dv(): boolean;
20
+ un: boolean;
20
21
  um: boolean;
21
- ul: boolean;
22
+ protected ul: boolean;
22
23
  protected uk: boolean;
23
- protected uj: boolean;
24
- ue: ShapeItemSearchMode;
24
+ uf: ShapeItemSearchMode;
25
+ uq: number;
25
26
  up: number;
26
- uo: number;
27
27
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
28
28
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
29
- protected o9(a: any, b: string, c: any, d: any): void;
30
- private u0;
31
- private uz;
29
+ protected pa(a: any, b: string, c: any, d: any): void;
32
30
  private u1;
31
+ private u0;
33
32
  private u2;
34
- private ug;
35
- private ui;
36
- get uh(): ShapefileConverter;
37
- set uh(a: ShapefileConverter);
38
- un: number;
33
+ private u3;
34
+ private uh;
35
+ private uj;
36
+ get ui(): ShapefileConverter;
37
+ set ui(a: ShapefileConverter);
38
+ uo: number;
39
39
  protected get_gg(): boolean;
40
40
  protected set_gg(a: boolean): void;
41
41
  static $$p: string[];
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
40
40
  protected get_e4(): boolean;
41
41
  constructor();
42
42
  protected cd(): SeriesView;
43
- vf: GeographicShapeSeriesView;
44
- o1(a: SeriesView): void;
45
- protected t3(): Series;
46
- private vw;
47
- styleShape: (sender: any, e: StyleShapeEventArgs) => void;
43
+ vg: GeographicShapeSeriesView;
44
+ o2(a: SeriesView): void;
45
+ protected t4(): Series;
48
46
  private vx;
49
- ve: StyleSelector;
50
- wj: Style;
51
- vd: MarkerType;
52
- vc: MarkerOutlineMode;
53
- vb: MarkerFillMode;
54
- vz: DataTemplate;
55
- wg: Brush;
47
+ styleShape: (sender: any, e: StyleShapeEventArgs) => void;
48
+ private vy;
49
+ vf: StyleSelector;
50
+ wk: Style;
51
+ ve: MarkerType;
52
+ vd: MarkerOutlineMode;
53
+ vc: MarkerFillMode;
54
+ v0: DataTemplate;
56
55
  wh: Brush;
57
- wi: Style;
58
- vg: number;
56
+ wi: Brush;
57
+ wj: Style;
58
+ vh: number;
59
59
  ht(): number;
60
- s0(): Brush;
61
60
  s1(): Brush;
62
- qw(): DataTemplate;
61
+ s2(): Brush;
62
+ qx(): DataTemplate;
63
63
  ky(): string;
64
- va: CollisionAvoidanceType;
65
- protected o9(a: any, b: string, c: any, d: any): void;
64
+ vb: CollisionAvoidanceType;
65
+ protected pa(a: any, b: string, c: any, d: any): void;
66
66
  protected ir(): number;
67
- vy: DataTemplate;
68
- we: Brush;
67
+ vz: DataTemplate;
69
68
  wf: Brush;
69
+ wg: Brush;
70
70
  static $$p: string[];
71
71
  }
@@ -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 t3(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -38,26 +38,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
38
38
  protected get_dy(): boolean;
39
39
  constructor();
40
40
  protected cd(): SeriesView;
41
- o1(a: SeriesView): void;
42
- vf: GeographicSymbolSeriesView;
41
+ o2(a: SeriesView): void;
42
+ vg: GeographicSymbolSeriesView;
43
43
  protected ir(): number;
44
- protected t3(): Series;
45
- private ve;
46
- vq: string;
47
- vs: string;
48
- vc: CollisionAvoidanceType;
44
+ protected t4(): Series;
45
+ private vf;
46
+ vr: string;
47
+ vt: string;
48
+ vd: CollisionAvoidanceType;
49
+ vk: boolean;
49
50
  vj: boolean;
50
- vi: boolean;
51
+ protected vi: boolean;
51
52
  protected vh: boolean;
52
- protected vg: boolean;
53
53
  protected get_et(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- vd: ScatterItemSearchMode;
57
- vl: number;
58
- protected o9(a: any, b: string, c: any, d: any): void;
56
+ ve: ScatterItemSearchMode;
57
+ vm: number;
58
+ protected pa(a: any, b: string, c: any, d: any): void;
59
+ private vy;
59
60
  private vx;
60
- private vw;
61
- vk: boolean;
61
+ vl: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -11,14 +11,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
11
11
  protected bc(): Series;
12
12
  protected get_fh(): boolean;
13
13
  constructor();
14
- get vc(): GeographicMapImagery;
15
- set vc(a: GeographicMapImagery);
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;
16
19
  private vb;
17
- vg(): void;
18
- protected o9(a: any, b: string, c: any, d: any): void;
19
- private va;
20
- protected t9(): void;
21
- protected t3(): Series;
20
+ protected ua(): void;
21
+ protected t4(): Series;
22
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
- private vf;
23
+ private vg;
24
24
  }
@@ -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 t3(): Series;
9
+ protected abstract t4(): Series;
10
10
  }
@@ -22,30 +22,30 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
22
22
  protected get_fh(): boolean;
23
23
  constructor();
24
24
  protected cd(): SeriesView;
25
- o1(a: SeriesView): void;
26
- protected get_u5(): boolean;
27
- protected wt: TileSeriesView;
28
- get wx(): GeographicMapImagery;
29
- set wx(a: GeographicMapImagery);
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;
30
31
  private wv;
31
- private wu;
32
- protected get ww(): GeographicMapImagery;
33
- protected set ww(a: GeographicMapImagery);
34
- protected o9(a: any, b: string, c: any, d: any): void;
35
- private w2;
36
- imageTilesReady: (sender: any, e: EventArgs) => void;
32
+ protected get wx(): GeographicMapImagery;
33
+ protected set wx(a: GeographicMapImagery);
34
+ protected pa(a: any, b: string, c: any, d: any): void;
37
35
  private w3;
38
- private wy;
36
+ imageTilesReady: (sender: any, e: EventArgs) => void;
37
+ private w4;
38
+ private wz;
39
39
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
40
40
  unRegister(a: DependencyObject): void;
41
41
  deferredRefresh(): void;
42
42
  deferAction(a: () => void): void;
43
- protected qn(a: Rect, b: Rect): void;
44
- private wz;
45
- pr(a: boolean): void;
46
- protected w4(a: boolean, b: SeriesView): void;
47
- pp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private w5;
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
49
  nk(a: boolean, b: SeriesView): void;
50
50
  }
51
51
  /**