igniteui-angular-maps 13.1.1 → 13.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1515 -1496
  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 +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +50 -50
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-angular-maps.js +1528 -1509
  60. package/fesm5/igniteui-angular-maps.js +1515 -1496
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  74. package/lib/GeographicTileSeries.d.ts +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/package.json +3 -3
@@ -24,22 +24,22 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
24
24
  */
25
25
  export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
26
26
  static $t: Type;
27
- protected get_dw(): boolean;
27
+ protected get_d0(): boolean;
28
28
  constructor();
29
- protected py(): void;
30
- ql: ScatterContourSeries;
31
- protected ps(): Series;
32
- private qv;
33
- private qw;
34
- qs: string;
35
- qo: ValueBrushScale;
36
- qn: ValueBrushScale;
37
- protected mk(): void;
38
- protected bv(): SeriesView;
39
- lo(a: SeriesView): void;
40
- qp: GeographicContourLineSeriesView;
41
- qk: ContourValueResolver;
42
- protected lt(a: any, b: string, c: any, d: any): void;
29
+ protected qa(): void;
30
+ qx: ScatterContourSeries;
31
+ protected p4(): Series;
32
+ private q7;
33
+ private q8;
34
+ q4: string;
35
+ q0: ValueBrushScale;
36
+ qz: ValueBrushScale;
37
+ protected mv(): void;
38
+ protected bx(): SeriesView;
39
+ ly(a: SeriesView): void;
40
+ q1: GeographicContourLineSeriesView;
41
+ qw: ContourValueResolver;
42
+ protected l3(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,32 +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 get_d1(): boolean;
36
+ protected gu(): number;
37
+ protected get_d5(): boolean;
37
38
  constructor();
38
- protected bv(): SeriesView;
39
- lo(a: SeriesView): void;
40
- p2: GeographicHighDensityScatterSeriesView;
41
- protected ps(): Series;
42
- private p1;
43
- qg: string;
44
- qi: string;
45
- p5: boolean;
46
- p4: boolean;
47
- p3: boolean;
48
- p7: number;
49
- p6: number;
50
- q1: Color;
51
- q0: Color;
52
- qa: number;
39
+ protected bx(): SeriesView;
40
+ ly(a: SeriesView): void;
41
+ qe: GeographicHighDensityScatterSeriesView;
42
+ protected p4(): Series;
43
+ private qd;
44
+ qs: string;
45
+ qu: string;
46
+ qh: boolean;
47
+ qg: boolean;
48
+ qf: boolean;
49
+ qj: number;
50
+ qi: number;
51
+ rd: Color;
52
+ rc: Color;
53
+ qm: number;
53
54
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
54
- private p9;
55
- get qb(): number;
56
- set qb(a: number);
57
- protected py(): void;
58
- private qp;
59
- private qo;
60
- protected lt(a: any, b: string, c: any, d: any): void;
61
- protected get_ez(): boolean;
62
- protected set_ez(a: boolean): void;
55
+ private ql;
56
+ get qn(): number;
57
+ set qn(a: number);
58
+ protected qa(): void;
59
+ private q1;
60
+ private q0;
61
+ protected l3(a: any, b: string, c: any, d: any): void;
62
+ protected get_e3(): boolean;
63
+ protected set_e3(a: boolean): void;
63
64
  static $$p: string[];
64
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
- k9(): void;
18
+ lj(): void;
19
19
  constructor();
20
- private pr;
21
- protected get_dr(): boolean;
22
- hn(a: any, b: string): any;
23
- cy(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
20
+ private p3;
21
+ protected get_dv(): boolean;
22
+ hw(a: any, b: string): any;
23
+ c1(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
24
24
  ag(): Axis[];
25
25
  be(): Series;
26
- get pt(): Series;
27
- set pt(a: Series);
26
+ get p5(): Series;
27
+ set p5(a: Series);
28
28
  protected get_hasMarkers(): boolean;
29
- protected py(): void;
30
- av(a: any, b: Point, c: boolean): HighlightingInfo;
29
+ protected qa(): void;
31
30
  aw(a: any, b: Point, c: boolean): HighlightingInfo;
32
- hk(a: Point): any;
33
- g9(a: Point, b: boolean): number;
34
- g7(a: Point, b: boolean): number;
35
- ga(a: Point, b: boolean, c: boolean): number;
36
- pb(a: Point, b: boolean, c: boolean): Point;
37
- pk(a: Point): Rect;
31
+ ax(a: any, b: Point, c: boolean): HighlightingInfo;
32
+ ht(a: Point): any;
33
+ hj(a: Point, b: boolean): number;
34
+ hh(a: Point, b: boolean): number;
35
+ gj(a: Point, b: boolean, c: boolean): number;
36
+ pl(a: Point, b: boolean, c: boolean): Point;
37
+ pu(a: Point): Rect;
38
38
  ak(a: Point): Rect[];
39
- pl(a: Point): Rect;
39
+ pv(a: Point): Rect;
40
40
  al(a: Point): Rect[];
41
- pm(a: Point): Rect;
42
- pn(a: Point): Rect;
43
- f6(a: Point, b: boolean, c: boolean): number;
44
- o7(a: Point, b: boolean, c: boolean): Point;
45
- f8(a: Point, b: boolean, c: boolean): number;
46
- o9(a: Point, b: boolean, c: boolean): Point;
47
- pc(a: Point, b: boolean, c: boolean): Point;
48
- gb(a: Point, b: boolean, c: boolean): number;
49
- o8(a: Point, b: boolean, c: boolean): Point;
50
- f7(a: Point, b: boolean, c: boolean): number;
51
- pa(a: Point, b: boolean, c: boolean): Point;
52
- f9(a: Point, b: boolean, c: boolean): number;
53
- g4(a: Point): number;
54
- f3(): number;
55
- fz(a: Point): number;
56
- hl(a: Point): any;
57
- protected abstract ps(): Series;
58
- protected bv(): SeriesView;
59
- lo(a: SeriesView): void;
60
- pu: HostSeriesView;
61
- static readonly p0: DependencyProperty;
62
- get pv(): number;
63
- set pv(a: number);
64
- protected lt(a: any, b: string, c: any, d: any): void;
65
- private px;
66
- private pz;
67
- l7(a: boolean): void;
68
- l6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
41
+ pw(a: Point): Rect;
42
+ px(a: Point): Rect;
43
+ gf(a: Point, b: boolean, c: boolean): number;
44
+ ph(a: Point, b: boolean, c: boolean): Point;
45
+ gh(a: Point, b: boolean, c: boolean): number;
46
+ pj(a: Point, b: boolean, c: boolean): Point;
47
+ pm(a: Point, b: boolean, c: boolean): Point;
48
+ gk(a: Point, b: boolean, c: boolean): number;
49
+ pi(a: Point, b: boolean, c: boolean): Point;
50
+ gg(a: Point, b: boolean, c: boolean): number;
51
+ pk(a: Point, b: boolean, c: boolean): Point;
52
+ 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 p4(): Series;
58
+ protected bx(): SeriesView;
59
+ ly(a: SeriesView): void;
60
+ p6: HostSeriesView;
61
+ static readonly qc: DependencyProperty;
62
+ get p7(): number;
63
+ set p7(a: number);
64
+ protected l3(a: any, b: string, c: any, d: any): void;
65
+ private p9;
66
+ private qb;
67
+ mh(a: boolean): void;
68
+ mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
69
69
  at(a: Point, b: boolean): DataContext;
70
- mg(): void;
70
+ mr(): void;
71
71
  protected get_coercionMethods(): any;
72
72
  protected set_coercionMethods(a: any): void;
73
- protected ky(a: any): void;
73
+ protected k7(a: any): void;
74
74
  }
75
75
  /**
76
76
  * @hidden
@@ -11,22 +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
- m2(): DataTemplate;
15
- ov(): Brush;
16
- ow(): Brush;
17
- fv(): number;
18
- private qh;
19
- p3: MarkerType;
20
- p4: number;
21
- p2: MarkerOutlineMode;
22
- p1: MarkerFillMode;
23
- qj: DataTemplate;
24
- qx: Brush;
25
- qy: Brush;
26
- p5: number;
27
- qi: DataTemplate;
28
- qv: Brush;
29
- qw: Brush;
30
- protected lt(a: any, b: string, c: any, d: any): void;
14
+ nd(): DataTemplate;
15
+ o5(): Brush;
16
+ o6(): Brush;
17
+ f2(): number;
18
+ iy(): string;
19
+ private qt;
20
+ qf: MarkerType;
21
+ qg: number;
22
+ qe: MarkerOutlineMode;
23
+ qd: MarkerFillMode;
24
+ qv: DataTemplate;
25
+ q9: Brush;
26
+ ra: Brush;
27
+ qh: number;
28
+ qu: DataTemplate;
29
+ q7: Brush;
30
+ q8: Brush;
31
+ protected l3(a: any, b: string, c: any, d: any): void;
31
32
  static $$p: string[];
32
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 ps(): Series;
9
+ protected abstract p4(): Series;
10
10
  }
@@ -23,16 +23,16 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
23
23
  */
24
24
  export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
25
25
  static $t: Type;
26
- protected get_d4(): boolean;
26
+ protected get_d8(): boolean;
27
27
  constructor();
28
- protected bv(): SeriesView;
29
- lo(a: SeriesView): void;
30
- q0: GeographicPolylineSeriesView;
31
- qz: StyleSelector;
32
- q7: Style;
33
- protected ps(): Series;
34
- private q4;
28
+ protected bx(): SeriesView;
29
+ ly(a: SeriesView): void;
30
+ rc: GeographicPolylineSeriesView;
31
+ rb: StyleSelector;
32
+ rj: Style;
33
+ protected p4(): Series;
34
+ private rg;
35
35
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
36
- protected lt(a: any, b: string, c: any, d: any): void;
36
+ protected l3(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 ps(): Series;
9
+ protected abstract p4(): Series;
10
10
  }
@@ -44,37 +44,37 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
44
44
  */
45
45
  export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
46
46
  static $t: Type;
47
- protected get_c1(): boolean;
47
+ protected get_c4(): boolean;
48
48
  constructor();
49
- protected bv(): SeriesView;
50
- lo(a: SeriesView): void;
51
- q5: GeographicProportionalSymbolSeriesView;
52
- protected gl(): number;
53
- protected ps(): Series;
54
- private q2;
55
- rq: string;
49
+ protected bx(): SeriesView;
50
+ ly(a: SeriesView): void;
51
+ rh: GeographicProportionalSymbolSeriesView;
52
+ protected gv(): number;
53
+ protected p4(): Series;
54
+ private re;
55
+ r2: string;
56
+ r4: string;
57
+ r9: string;
58
+ rg: SizeScale;
59
+ r0: string;
56
60
  rs: string;
57
- rx: string;
58
- q4: SizeScale;
59
- ro: string;
60
- rg: string;
61
- q1: BrushScale;
62
- q8: boolean;
63
- rb: boolean;
64
- re: number;
65
- rd: number;
66
- rc: boolean;
67
- ra: boolean;
68
- q9: boolean;
69
- protected q7: boolean;
70
- protected q6: boolean;
71
- protected get_dt(): boolean;
61
+ rd: BrushScale;
62
+ rk: boolean;
63
+ rn: boolean;
64
+ rq: number;
65
+ rp: number;
66
+ ro: boolean;
67
+ rm: boolean;
68
+ rl: boolean;
69
+ protected rj: boolean;
70
+ protected ri: boolean;
71
+ protected get_dx(): boolean;
72
72
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
73
73
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
74
- q3: ScatterItemSearchMode;
75
- rf: number;
76
- protected lt(a: any, b: string, c: any, d: any): void;
77
- private r2;
78
- private r1;
74
+ rf: ScatterItemSearchMode;
75
+ rr: number;
76
+ protected l3(a: any, b: string, c: any, d: any): void;
77
+ private se;
78
+ private sd;
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 ps(): Series;
9
+ protected abstract p4(): 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 bv(): SeriesView;
15
- p4: GeographicShapeSeriesBaseView;
16
- lo(a: SeriesView): void;
17
- qm: string;
18
- protected get_dt(): boolean;
19
- protected get_cz(): boolean;
20
- qb: boolean;
21
- qa: boolean;
22
- protected p9: boolean;
23
- protected p8: boolean;
24
- p3: ShapeItemSearchMode;
25
- qe: number;
26
- qd: number;
14
+ protected bx(): SeriesView;
15
+ qg: GeographicShapeSeriesBaseView;
16
+ ly(a: SeriesView): void;
17
+ qy: string;
18
+ protected get_dx(): boolean;
19
+ protected get_c2(): boolean;
20
+ qn: boolean;
21
+ qm: boolean;
22
+ protected ql: boolean;
23
+ protected qk: boolean;
24
+ qf: ShapeItemSearchMode;
25
+ qq: number;
26
+ qp: number;
27
27
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
28
28
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
29
- protected lt(a: any, b: string, c: any, d: any): void;
30
- private qp;
31
- private qo;
32
- private qq;
33
- private qr;
34
- private p5;
35
- private p7;
36
- get p6(): ShapefileConverter;
37
- set p6(a: ShapefileConverter);
38
- qc: number;
39
- protected get_ez(): boolean;
40
- protected set_ez(a: boolean): void;
29
+ protected l3(a: any, b: string, c: any, d: any): void;
30
+ private q1;
31
+ private q0;
32
+ private q2;
33
+ private q3;
34
+ private qh;
35
+ private qj;
36
+ get qi(): ShapefileConverter;
37
+ set qi(a: ShapefileConverter);
38
+ qo: number;
39
+ protected get_e3(): boolean;
40
+ protected set_e3(a: boolean): void;
41
41
  static $$p: string[];
42
42
  }
43
43
  /**
@@ -36,34 +36,35 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
36
36
  */
37
37
  export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
38
38
  static $t: Type;
39
- protected get_d3(): boolean;
39
+ protected get_d7(): boolean;
40
40
  constructor();
41
- protected bv(): SeriesView;
42
- q4: GeographicShapeSeriesView;
43
- lo(a: SeriesView): void;
44
- protected ps(): Series;
45
- private rl;
41
+ protected bx(): SeriesView;
42
+ rg: GeographicShapeSeriesView;
43
+ ly(a: SeriesView): void;
44
+ protected p4(): Series;
45
+ private rx;
46
46
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
47
- private rm;
48
- q3: StyleSelector;
49
- r8: Style;
50
- q2: MarkerType;
51
- q1: MarkerOutlineMode;
52
- q0: MarkerFillMode;
53
- ro: DataTemplate;
54
- r5: Brush;
55
- r6: Brush;
56
- r7: Style;
57
- q5: number;
58
- fv(): number;
59
- ov(): Brush;
60
- ow(): Brush;
61
- m2(): DataTemplate;
62
- qz: CollisionAvoidanceType;
63
- protected lt(a: any, b: string, c: any, d: any): void;
64
- protected gl(): number;
65
- rn: DataTemplate;
66
- r3: Brush;
67
- r4: Brush;
47
+ private ry;
48
+ rf: StyleSelector;
49
+ sk: Style;
50
+ re: MarkerType;
51
+ rd: MarkerOutlineMode;
52
+ rc: MarkerFillMode;
53
+ r0: DataTemplate;
54
+ sh: Brush;
55
+ si: Brush;
56
+ sj: Style;
57
+ rh: number;
58
+ f2(): number;
59
+ o5(): Brush;
60
+ o6(): Brush;
61
+ nd(): DataTemplate;
62
+ iy(): string;
63
+ rb: CollisionAvoidanceType;
64
+ protected l3(a: any, b: string, c: any, d: any): void;
65
+ protected gv(): number;
66
+ rz: DataTemplate;
67
+ sf: Brush;
68
+ sg: Brush;
68
69
  static $$p: string[];
69
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 ps(): Series;
9
+ protected abstract p4(): Series;
10
10
  }
@@ -34,29 +34,29 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
34
34
  */
35
35
  export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
36
36
  static $t: Type;
37
- protected get_c1(): boolean;
37
+ protected get_c4(): boolean;
38
38
  constructor();
39
- protected bv(): SeriesView;
40
- lo(a: SeriesView): void;
41
- q4: GeographicSymbolSeriesView;
42
- protected gl(): number;
43
- protected ps(): Series;
44
- private q3;
45
- rf: string;
46
- rh: string;
47
- q1: CollisionAvoidanceType;
48
- q8: boolean;
49
- q7: boolean;
50
- protected q6: boolean;
51
- protected q5: boolean;
52
- protected get_dt(): boolean;
39
+ protected bx(): SeriesView;
40
+ ly(a: SeriesView): void;
41
+ rg: GeographicSymbolSeriesView;
42
+ protected gv(): number;
43
+ protected p4(): Series;
44
+ private rf;
45
+ rr: string;
46
+ rt: string;
47
+ rd: CollisionAvoidanceType;
48
+ rk: boolean;
49
+ rj: boolean;
50
+ protected ri: boolean;
51
+ protected rh: boolean;
52
+ protected get_dx(): boolean;
53
53
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
54
54
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
55
- q2: ScatterItemSearchMode;
56
- ra: number;
57
- protected lt(a: any, b: string, c: any, d: any): void;
58
- private rm;
59
- private rl;
60
- q9: boolean;
55
+ re: ScatterItemSearchMode;
56
+ rm: number;
57
+ protected l3(a: any, b: string, c: any, d: any): void;
58
+ private ry;
59
+ private rx;
60
+ rl: 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_ee(): boolean;
11
+ protected get_ei(): boolean;
12
12
  constructor();
13
- get q1(): GeographicMapImagery;
14
- set q1(a: GeographicMapImagery);
15
- private q0;
16
- q5(): void;
17
- protected lt(a: any, b: string, c: any, d: any): void;
18
- private qz;
19
- protected py(): void;
20
- protected ps(): Series;
13
+ get rd(): GeographicMapImagery;
14
+ set rd(a: GeographicMapImagery);
15
+ private rc;
16
+ rh(): void;
17
+ protected l3(a: any, b: string, c: any, d: any): void;
18
+ private rb;
19
+ protected qa(): void;
20
+ protected p4(): Series;
21
21
  imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
22
- private q4;
22
+ private rg;
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 ps(): Series;
9
+ protected abstract p4(): 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_ee(): boolean;
20
+ protected get_ei(): boolean;
21
21
  constructor();
22
- protected bv(): SeriesView;
23
- lo(a: SeriesView): void;
24
- protected get_qu(): boolean;
25
- protected se: TileSeriesView;
26
- get si(): GeographicMapImagery;
27
- set si(a: GeographicMapImagery);
28
- private sg;
29
- private sf;
30
- protected get sh(): GeographicMapImagery;
31
- protected set sh(a: GeographicMapImagery);
32
- protected lt(a: any, b: string, c: any, d: any): void;
33
- private sn;
22
+ protected bx(): SeriesView;
23
+ ly(a: SeriesView): void;
24
+ protected get_q6(): boolean;
25
+ protected sq: TileSeriesView;
26
+ get su(): GeographicMapImagery;
27
+ set su(a: GeographicMapImagery);
28
+ private ss;
29
+ private sr;
30
+ protected get st(): GeographicMapImagery;
31
+ protected set st(a: GeographicMapImagery);
32
+ protected l3(a: any, b: string, c: any, d: any): void;
33
+ private sz;
34
34
  imageTilesReady: (sender: any, e: EventArgs) => void;
35
- private so;
36
- private sj;
35
+ private s0;
36
+ private sv;
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 mt(a: Rect, b: Rect): void;
42
- private sk;
43
- l8(a: boolean): void;
44
- protected sp(a: boolean, b: SeriesView): void;
45
- l6(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
46
- private sq;
47
- ko(a: boolean, b: SeriesView): void;
41
+ protected m4(a: Rect, b: Rect): void;
42
+ private sw;
43
+ mi(a: boolean): void;
44
+ protected s1(a: boolean, b: SeriesView): void;
45
+ mg(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
46
+ private s2;
47
+ kx(a: boolean, b: SeriesView): void;
48
48
  }
49
49
  /**
50
50
  * @hidden