igniteui-angular-maps 20.1.0 → 20.2.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 (80) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1518 -1521
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  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 +63 -63
  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/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +88 -88
  16. package/esm2015/lib/XamGeographicMap_combined.js +542 -542
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-imagery.js +0 -3
  21. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  24. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  26. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  28. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  29. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  30. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  31. package/esm2015/lib/igx-tile-series-component.js +3 -3
  32. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  33. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  34. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  35. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  36. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  37. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  38. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  39. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  40. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  41. package/esm5/lib/GeographicTileSeries.js +27 -27
  42. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  43. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  44. package/esm5/lib/TileSeries_combined.js +86 -86
  45. package/esm5/lib/XamGeographicMap_combined.js +534 -534
  46. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  47. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  48. package/esm5/lib/igx-geographic-map-component.js +40 -40
  49. package/esm5/lib/igx-geographic-map-imagery.js +0 -3
  50. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  51. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  52. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  53. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  54. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  55. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  56. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  57. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  58. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  59. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  60. package/esm5/lib/igx-tile-series-component.js +3 -3
  61. package/fesm2015/igniteui-angular-maps.js +1532 -1535
  62. package/fesm5/igniteui-angular-maps.js +1518 -1521
  63. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  64. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  66. package/lib/GeographicMarkerSeries.d.ts +18 -18
  67. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  68. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  69. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  70. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -26
  71. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  72. package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
  73. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  74. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  75. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  76. package/lib/GeographicTileSeries.d.ts +10 -10
  77. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  78. package/lib/TileSeries_combined.d.ts +21 -21
  79. package/lib/XamGeographicMap_combined.d.ts +132 -132
  80. package/package.json +2 -2
@@ -25,22 +25,22 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
25
25
  export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
26
  static $t: Type;
27
27
  protected bk(): Series;
28
- protected get_fk(): boolean;
28
+ protected get_fm(): boolean;
29
29
  constructor();
30
- protected xg(a: any, b: any): void;
31
- x3: ScatterContourSeries;
32
- protected xa(): Series;
33
- private yd;
34
- private ye;
35
- ya: string;
36
- x6: ValueBrushScale;
37
- x5: ValueBrushScale;
38
- protected sq(): void;
30
+ protected xp(a: any, b: any): void;
31
+ yc: ScatterContourSeries;
32
+ protected xj(): Series;
33
+ private ym;
34
+ private yn;
35
+ yj: string;
36
+ yf: ValueBrushScale;
37
+ ye: ValueBrushScale;
38
+ protected sy(): void;
39
39
  protected ct(): SeriesView;
40
- q8(a: SeriesView): void;
41
- x7: GeographicContourLineSeriesView;
42
- x2: ContourValueResolver;
43
- protected rh(a: any, b: string, c: any, d: any): void;
40
+ rg(a: SeriesView): void;
41
+ yg: GeographicContourLineSeriesView;
42
+ yb: ContourValueResolver;
43
+ protected rp(a: any, b: string, c: any, d: any): void;
44
44
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
45
45
  static $$p: string[];
46
46
  }
@@ -34,33 +34,33 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
34
34
  export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
35
35
  static $t: Type;
36
36
  protected bk(): Series;
37
- protected jn(): number;
38
- protected get_fp(): boolean;
37
+ protected js(): number;
38
+ protected get_fr(): boolean;
39
39
  constructor();
40
40
  protected ct(): SeriesView;
41
- q8(a: SeriesView): void;
42
- xk: GeographicHighDensityScatterSeriesView;
43
- protected xa(): Series;
44
- private xj;
45
- xy: string;
46
- x0: string;
47
- xn: boolean;
48
- xm: boolean;
49
- xl: boolean;
50
- xp: number;
51
- xo: number;
52
- yj: Color;
53
- yi: Color;
54
- xs: number;
41
+ rg(a: SeriesView): void;
42
+ xt: GeographicHighDensityScatterSeriesView;
43
+ protected xj(): Series;
44
+ private xs;
45
+ x7: string;
46
+ x9: string;
47
+ xw: boolean;
48
+ xv: boolean;
49
+ xu: boolean;
50
+ xy: number;
51
+ xx: number;
52
+ ys: Color;
53
+ yr: Color;
54
+ x1: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private xr;
57
- get xt(): number;
58
- set xt(a: number);
59
- protected xg(a: any, b: any): void;
60
- private x7;
61
- private x6;
62
- protected rh(a: any, b: string, c: any, d: any): void;
63
- protected get_g8(): boolean;
64
- protected set_g8(a: boolean): void;
56
+ private x0;
57
+ get x2(): number;
58
+ set x2(a: number);
59
+ protected xp(a: any, b: any): void;
60
+ private yg;
61
+ private yf;
62
+ protected rp(a: any, b: string, c: any, d: any): void;
63
+ protected get_hd(): boolean;
64
+ protected set_hd(a: boolean): void;
65
65
  static $$p: string[];
66
66
  }
@@ -15,66 +15,66 @@ import { RenderingContext } from "igniteui-angular-core";
15
15
  */
16
16
  export declare abstract class GeographicMapSeriesHost extends Series {
17
17
  static $t: Type;
18
- qn(): void;
18
+ qu(): void;
19
19
  constructor();
20
- private w9;
21
- protected get_fd(): boolean;
22
- ku(a: any, b: string): any;
23
- mi(a: string): string;
24
- protected get_km(): any;
25
- protected set_km(a: any): void;
20
+ private xi;
21
+ protected get_ff(): boolean;
22
+ kz(a: any, b: string): any;
23
+ mo(a: string): string;
24
+ protected get_kr(): any;
25
+ protected set_kr(a: any): void;
26
26
  ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
27
27
  ai(): Axis[];
28
28
  bp(): Series;
29
- get xb(): Series;
30
- set xb(a: Series);
29
+ get xk(): Series;
30
+ set xk(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected xg(a: any, b: any): void;
32
+ protected xp(a: any, b: any): void;
33
33
  dh(a: any, b: Point, c: boolean): HighlightingInfo;
34
34
  di(a: any, b: Point, c: boolean): HighlightingInfo;
35
- kr(a: Point): any;
36
- ke(a: Point, b: boolean): number;
37
- kc(a: Point, b: boolean): number;
38
- i8(a: Point, b: boolean, c: boolean): number;
39
- wn(a: Point, b: boolean, c: boolean): Point;
40
- wy(a: Point): Rect;
35
+ kw(a: Point): any;
36
+ kj(a: Point, b: boolean): number;
37
+ kh(a: Point, b: boolean): number;
38
+ jd(a: Point, b: boolean, c: boolean): number;
39
+ wv(a: Point, b: boolean, c: boolean): Point;
40
+ w7(a: Point): Rect;
41
41
  ao(a: Point): Rect[];
42
- wz(a: Point): Rect;
42
+ w8(a: Point): Rect;
43
43
  ap(a: Point): Rect[];
44
- w0(a: Point): Rect;
45
- w1(a: Point): Rect;
46
- i4(a: Point, b: boolean, c: boolean): number;
47
- wj(a: Point, b: boolean, c: boolean): Point;
48
- i6(a: Point, b: boolean, c: boolean): number;
49
- wl(a: Point, b: boolean, c: boolean): Point;
50
- wo(a: Point, b: boolean, c: boolean): Point;
44
+ w9(a: Point): Rect;
45
+ xa(a: Point): Rect;
51
46
  i9(a: Point, b: boolean, c: boolean): number;
52
- wk(a: Point, b: boolean, c: boolean): Point;
53
- i5(a: Point, b: boolean, c: boolean): number;
54
- wm(a: Point, b: boolean, c: boolean): Point;
55
- i7(a: Point, b: boolean, c: boolean): number;
56
- j8(a: Point): number;
57
- iy(): number;
58
- iu(a: Point): number;
59
- ks(a: Point): any;
60
- protected abstract xa(): Series;
47
+ wr(a: Point, b: boolean, c: boolean): Point;
48
+ jb(a: Point, b: boolean, c: boolean): number;
49
+ wt(a: Point, b: boolean, c: boolean): Point;
50
+ ww(a: Point, b: boolean, c: boolean): Point;
51
+ je(a: Point, b: boolean, c: boolean): number;
52
+ ws(a: Point, b: boolean, c: boolean): Point;
53
+ ja(a: Point, b: boolean, c: boolean): number;
54
+ wu(a: Point, b: boolean, c: boolean): Point;
55
+ jc(a: Point, b: boolean, c: boolean): number;
56
+ kd(a: Point): number;
57
+ i3(): number;
58
+ iz(a: Point): number;
59
+ kx(a: Point): any;
60
+ protected abstract xj(): Series;
61
61
  protected ct(): SeriesView;
62
- q8(a: SeriesView): void;
63
- xc: HostSeriesView;
64
- static readonly xi: DependencyProperty;
65
- get xd(): number;
66
- set xd(a: number);
67
- protected rh(a: any, b: string, c: any, d: any): void;
68
- private xf;
69
- private xh;
70
- rz(a: boolean): void;
71
- protected rc(a: boolean): void;
72
- ry(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
62
+ rg(a: SeriesView): void;
63
+ xl: HostSeriesView;
64
+ static readonly xr: DependencyProperty;
65
+ get xm(): number;
66
+ set xm(a: number);
67
+ protected rp(a: any, b: string, c: any, d: any): void;
68
+ private xo;
69
+ private xq;
70
+ r7(a: boolean): void;
71
+ protected rk(a: boolean): void;
72
+ r6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
73
73
  a2(a: Point, b: boolean): DataContext;
74
- sl(): void;
74
+ st(): void;
75
75
  protected get_coercionMethods(): any;
76
76
  protected set_coercionMethods(a: any): void;
77
- protected p5(a: any): void;
77
+ protected qc(a: any): void;
78
78
  }
79
79
  /**
80
80
  * @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
- s8(): DataTemplate;
15
- vw(): Brush;
16
- vx(): Brush;
17
- ip(): number;
18
- mf(): string;
19
- private xz;
20
- xl: MarkerType;
21
- xm: number;
22
- xk: MarkerOutlineMode;
23
- xj: MarkerFillMode;
24
- x1: DataTemplate;
25
- yf: Brush;
26
- yg: Brush;
27
- xn: number;
28
- x0: DataTemplate;
29
- yd: Brush;
30
- ye: Brush;
31
- protected rh(a: any, b: string, c: any, d: any): void;
14
+ tg(): DataTemplate;
15
+ v4(): Brush;
16
+ v5(): Brush;
17
+ iu(): number;
18
+ ml(): string;
19
+ private x8;
20
+ xu: MarkerType;
21
+ xv: number;
22
+ xt: MarkerOutlineMode;
23
+ xs: MarkerFillMode;
24
+ ya: DataTemplate;
25
+ yo: Brush;
26
+ yp: Brush;
27
+ xw: number;
28
+ x9: DataTemplate;
29
+ ym: Brush;
30
+ yn: Brush;
31
+ protected rp(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 xa(): Series;
9
+ protected abstract xj(): Series;
10
10
  }
@@ -24,16 +24,16 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
24
24
  export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
25
25
  static $t: Type;
26
26
  protected bk(): Series;
27
- protected get_fs(): boolean;
27
+ protected get_fu(): boolean;
28
28
  constructor();
29
29
  protected ct(): SeriesView;
30
- q8(a: SeriesView): void;
31
- yr: GeographicPolylineSeriesView;
32
- yq: StyleSelector;
33
- yy: Style;
34
- protected xa(): Series;
35
- private yv;
30
+ rg(a: SeriesView): void;
31
+ y0: GeographicPolylineSeriesView;
32
+ yz: StyleSelector;
33
+ y7: Style;
34
+ protected xj(): Series;
35
+ private y4;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected rh(a: any, b: string, c: any, d: any): void;
37
+ protected rp(a: any, b: string, c: any, d: any): void;
38
38
  static $$p: string[];
39
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 xa(): Series;
9
+ protected abstract xj(): Series;
10
10
  }
@@ -48,34 +48,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
48
48
  protected get_ek(): boolean;
49
49
  constructor();
50
50
  protected ct(): SeriesView;
51
- q8(a: SeriesView): void;
52
- yn: GeographicProportionalSymbolSeriesView;
53
- protected jo(): number;
54
- protected xa(): Series;
55
- private yk;
56
- y8: string;
57
- za: string;
51
+ rg(a: SeriesView): void;
52
+ yw: GeographicProportionalSymbolSeriesView;
53
+ protected jt(): number;
54
+ protected xj(): Series;
55
+ private yt;
56
+ zh: string;
57
+ zj: string;
58
+ zo: string;
59
+ yv: SizeScale;
58
60
  zf: string;
59
- ym: SizeScale;
60
- y6: string;
61
- yy: string;
62
- yj: BrushScale;
63
- yq: boolean;
64
- yt: boolean;
65
- yw: number;
66
- yv: number;
67
- yu: boolean;
68
- ys: boolean;
69
- yr: boolean;
70
- protected yp: boolean;
71
- protected yo: boolean;
72
- protected get_ff(): boolean;
61
+ y7: string;
62
+ ys: BrushScale;
63
+ yz: boolean;
64
+ y2: boolean;
65
+ y5: number;
66
+ y4: number;
67
+ y3: boolean;
68
+ y1: boolean;
69
+ y0: boolean;
70
+ protected yy: boolean;
71
+ protected yx: boolean;
72
+ protected get_fh(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- yl: ScatterItemSearchMode;
76
- yx: number;
77
- protected rh(a: any, b: string, c: any, d: any): void;
78
- private zk;
79
- private zj;
75
+ yu: ScatterItemSearchMode;
76
+ y6: number;
77
+ protected rp(a: any, b: string, c: any, d: any): void;
78
+ private zt;
79
+ private zs;
80
80
  static $$p: string[];
81
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 xa(): Series;
9
+ protected abstract xj(): Series;
10
10
  }
@@ -13,35 +13,35 @@ import { HostSeriesView } from "./HostSeriesView";
13
13
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
14
14
  static $t: Type;
15
15
  protected ct(): SeriesView;
16
- xn: GeographicShapeSeriesBaseView;
17
- q8(a: SeriesView): void;
18
- ya: string;
19
- protected get_ff(): boolean;
16
+ xw: GeographicShapeSeriesBaseView;
17
+ rg(a: SeriesView): void;
18
+ yj: string;
19
+ protected get_fh(): boolean;
20
20
  protected get_ef(): boolean;
21
- xv: boolean;
22
- xu: boolean;
23
- protected xs: boolean;
24
- protected xr: boolean;
25
- xm: ShapeItemSearchMode;
26
- xy: number;
27
- xz: string;
28
- xl: BrushScale;
29
- xt: boolean;
30
- xx: number;
21
+ x4: boolean;
22
+ x3: boolean;
23
+ protected x1: boolean;
24
+ protected x0: boolean;
25
+ xv: ShapeItemSearchMode;
26
+ x7: number;
27
+ x8: string;
28
+ xu: BrushScale;
29
+ x2: boolean;
30
+ x6: number;
31
31
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
32
32
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
33
- protected rh(a: any, b: string, c: any, d: any): void;
34
- private yd;
35
- private yc;
36
- private ye;
37
- private yf;
38
- private xo;
39
- private xq;
40
- get xp(): ShapefileConverter;
41
- set xp(a: ShapefileConverter);
42
- xw: number;
43
- protected get_g8(): boolean;
44
- protected set_g8(a: boolean): void;
33
+ protected rp(a: any, b: string, c: any, d: any): void;
34
+ private ym;
35
+ private yl;
36
+ private yn;
37
+ private yo;
38
+ private xx;
39
+ private xz;
40
+ get xy(): ShapefileConverter;
41
+ set xy(a: ShapefileConverter);
42
+ x5: number;
43
+ protected get_hd(): boolean;
44
+ protected set_hd(a: boolean): void;
45
45
  static $$p: string[];
46
46
  }
47
47
  /**
@@ -37,35 +37,35 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
37
37
  export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
38
38
  static $t: Type;
39
39
  protected bk(): Series;
40
- protected get_fr(): boolean;
40
+ protected get_ft(): boolean;
41
41
  constructor();
42
42
  protected ct(): SeriesView;
43
- yv: GeographicShapeSeriesView;
44
- q8(a: SeriesView): void;
45
- protected xa(): Series;
46
- private zc;
43
+ y4: GeographicShapeSeriesView;
44
+ rg(a: SeriesView): void;
45
+ protected xj(): Series;
46
+ private zl;
47
47
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
48
- private zd;
49
- yu: StyleSelector;
50
- zz: Style;
51
- yt: MarkerType;
52
- ys: MarkerOutlineMode;
53
- yr: MarkerFillMode;
54
- zf: DataTemplate;
55
- zw: Brush;
56
- zx: Brush;
57
- zy: Style;
58
- yw: number;
59
- ip(): number;
60
- vw(): Brush;
61
- vx(): Brush;
62
- s8(): DataTemplate;
63
- mf(): string;
64
- yq: CollisionAvoidanceType;
65
- protected rh(a: any, b: string, c: any, d: any): void;
66
- protected jo(): number;
67
- ze: DataTemplate;
68
- zu: Brush;
69
- zv: Brush;
48
+ private zm;
49
+ y3: StyleSelector;
50
+ z8: Style;
51
+ y2: MarkerType;
52
+ y1: MarkerOutlineMode;
53
+ y0: MarkerFillMode;
54
+ zo: DataTemplate;
55
+ z5: Brush;
56
+ z6: Brush;
57
+ z7: Style;
58
+ y5: number;
59
+ iu(): number;
60
+ v4(): Brush;
61
+ v5(): Brush;
62
+ tg(): DataTemplate;
63
+ ml(): string;
64
+ yz: CollisionAvoidanceType;
65
+ protected rp(a: any, b: string, c: any, d: any): void;
66
+ protected jt(): number;
67
+ zn: DataTemplate;
68
+ z3: Brush;
69
+ z4: Brush;
70
70
  static $$p: string[];
71
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 xa(): Series;
9
+ protected abstract xj(): Series;
10
10
  }
@@ -38,26 +38,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
38
38
  protected get_ek(): boolean;
39
39
  constructor();
40
40
  protected ct(): SeriesView;
41
- q8(a: SeriesView): void;
42
- ym: GeographicSymbolSeriesView;
43
- protected jo(): number;
44
- protected xa(): Series;
45
- private yl;
46
- yx: string;
47
- yz: string;
48
- yj: CollisionAvoidanceType;
49
- yq: boolean;
50
- yp: boolean;
51
- protected yo: boolean;
52
- protected yn: boolean;
53
- protected get_ff(): boolean;
41
+ rg(a: SeriesView): void;
42
+ yv: GeographicSymbolSeriesView;
43
+ protected jt(): number;
44
+ protected xj(): Series;
45
+ private yu;
46
+ y6: string;
47
+ y8: string;
48
+ ys: CollisionAvoidanceType;
49
+ yz: boolean;
50
+ yy: boolean;
51
+ protected yx: boolean;
52
+ protected yw: boolean;
53
+ protected get_fh(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- yk: ScatterItemSearchMode;
57
- ys: number;
58
- protected rh(a: any, b: string, c: any, d: any): void;
59
- private y4;
60
- private y3;
61
- yr: boolean;
56
+ yt: ScatterItemSearchMode;
57
+ y1: number;
58
+ protected rp(a: any, b: string, c: any, d: any): void;
59
+ private zd;
60
+ private zc;
61
+ y0: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -9,16 +9,16 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
9
9
  export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
10
10
  static $t: Type;
11
11
  protected bk(): Series;
12
- protected get_f4(): boolean;
12
+ protected get_f6(): boolean;
13
13
  constructor();
14
- get ys(): GeographicMapImagery;
15
- set ys(a: GeographicMapImagery);
16
- private yr;
17
- yw(): void;
18
- protected rh(a: any, b: string, c: any, d: any): void;
19
- private yq;
20
- protected xg(a: any, b: any): void;
21
- protected xa(): Series;
14
+ get y1(): GeographicMapImagery;
15
+ set y1(a: GeographicMapImagery);
16
+ private y0;
17
+ y5(): void;
18
+ protected rp(a: any, b: string, c: any, d: any): void;
19
+ private yz;
20
+ protected xp(a: any, b: any): void;
21
+ protected xj(): Series;
22
22
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
- private yv;
23
+ private y4;
24
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 xa(): Series;
9
+ protected abstract xj(): Series;
10
10
  }
@@ -19,34 +19,34 @@ import { PointCollection } from "igniteui-angular-core";
19
19
  export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
20
20
  static $t: Type;
21
21
  protected bk(): Series;
22
- protected get_f4(): boolean;
22
+ protected get_f6(): boolean;
23
23
  constructor();
24
24
  protected ct(): SeriesView;
25
- q8(a: SeriesView): void;
26
- protected get_yl(): boolean;
27
- protected aai: TileSeriesView;
28
- get aam(): GeographicMapImagery;
29
- set aam(a: GeographicMapImagery);
30
- private aak;
31
- private aaj;
32
- protected get aal(): GeographicMapImagery;
33
- protected set aal(a: GeographicMapImagery);
34
- protected rh(a: any, b: string, c: any, d: any): void;
35
- private aar;
36
- imageTilesReady: (sender: any, e: EventArgs) => void;
25
+ rg(a: SeriesView): void;
26
+ protected get_yu(): boolean;
27
+ protected aar: TileSeriesView;
28
+ get aav(): GeographicMapImagery;
29
+ set aav(a: GeographicMapImagery);
30
+ private aat;
37
31
  private aas;
38
- private aan;
32
+ protected get aau(): GeographicMapImagery;
33
+ protected set aau(a: GeographicMapImagery);
34
+ protected rp(a: any, b: string, c: any, d: any): void;
35
+ private aa0;
36
+ imageTilesReady: (sender: any, e: EventArgs) => void;
37
+ private aa1;
38
+ private aaw;
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 sz(a: Rect, b: Rect): void;
44
- private aao;
45
- r0(a: boolean): void;
46
- protected aat(a: boolean, b: SeriesView): void;
47
- ry(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
- private aau;
49
- pb(a: boolean, b: SeriesView): void;
43
+ protected s7(a: Rect, b: Rect): void;
44
+ private aax;
45
+ r8(a: boolean): void;
46
+ protected aa2(a: boolean, b: SeriesView): void;
47
+ r6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
48
+ private aa3;
49
+ ph(a: boolean, b: SeriesView): void;
50
50
  }
51
51
  /**
52
52
  * @hidden