igniteui-angular-maps 20.0.1 → 20.0.2-beta.1

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 (102) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1753 -1431
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
  4. package/esm2015/lib/AzureMapsMapImagery.js +7 -0
  5. package/esm2015/lib/AzureMapsMapImageryView.js +7 -0
  6. package/esm2015/lib/AzureMapsMapImageryView_combined.js +119 -0
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
  10. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  16. package/esm2015/lib/GeographicTileSeries.js +27 -27
  17. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  18. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  19. package/esm2015/lib/TileSeries_combined.js +86 -86
  20. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  21. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +34 -0
  22. package/esm2015/lib/igx-azure-maps-map-imagery-module.js +26 -0
  23. package/esm2015/lib/igx-azure-maps-map-imagery.js +81 -0
  24. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  25. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  26. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  27. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  28. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  29. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  30. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  31. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  32. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  33. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  34. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  35. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  36. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  37. package/esm2015/lib/igx-tile-series-component.js +2 -2
  38. package/esm2015/public_api.js +6 -0
  39. package/esm5/lib/AzureMapsImageryStyle.js +32 -0
  40. package/esm5/lib/AzureMapsMapImagery.js +7 -0
  41. package/esm5/lib/AzureMapsMapImageryView.js +7 -0
  42. package/esm5/lib/AzureMapsMapImageryView_combined.js +122 -0
  43. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  44. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  45. package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
  46. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  47. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  48. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  49. package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
  50. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  51. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  52. package/esm5/lib/GeographicTileSeries.js +26 -26
  53. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  54. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  55. package/esm5/lib/TileSeries_combined.js +84 -84
  56. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  57. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +33 -0
  58. package/esm5/lib/igx-azure-maps-map-imagery-module.js +27 -0
  59. package/esm5/lib/igx-azure-maps-map-imagery.js +113 -0
  60. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  61. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  62. package/esm5/lib/igx-geographic-map-component.js +40 -40
  63. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  64. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  65. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  66. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  67. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  68. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  69. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  70. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  71. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  72. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  73. package/esm5/lib/igx-tile-series-component.js +2 -2
  74. package/esm5/public_api.js +6 -0
  75. package/fesm2015/igniteui-angular-maps.js +1734 -1447
  76. package/fesm5/igniteui-angular-maps.js +1748 -1433
  77. package/lib/AzureMapsImageryStyle.d.ts +25 -0
  78. package/lib/AzureMapsMapImagery.d.ts +1 -0
  79. package/lib/AzureMapsMapImageryView.d.ts +1 -0
  80. package/lib/AzureMapsMapImageryView_combined.d.ts +39 -0
  81. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  82. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
  83. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  84. package/lib/GeographicMarkerSeries.d.ts +17 -17
  85. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  86. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  87. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  88. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  89. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  90. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  91. package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
  92. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  93. package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
  94. package/lib/GeographicTileSeries.d.ts +9 -9
  95. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  96. package/lib/TileSeries_combined.d.ts +19 -19
  97. package/lib/XamGeographicMap_combined.d.ts +110 -110
  98. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +9 -0
  99. package/lib/igx-azure-maps-map-imagery-module.d.ts +7 -0
  100. package/lib/igx-azure-maps-map-imagery.d.ts +51 -0
  101. package/package.json +47 -47
  102. package/public_api.d.ts +6 -0
@@ -0,0 +1,25 @@
1
+ import { Type } from "igniteui-angular-core";
2
+ /**
3
+ * Describes available map styles for the Azure Maps imagery.
4
+ */
5
+ export declare enum AzureMapsImageryStyle {
6
+ Road = 0,
7
+ Terra = 1,
8
+ DarkGrey = 2,
9
+ LabelsRoad = 3,
10
+ LabelsDarkGrey = 4,
11
+ HybridRoad = 5,
12
+ HybridDarkGrey = 6,
13
+ Imagery = 7,
14
+ WeatherRadar = 8,
15
+ WeatherInfrared = 9,
16
+ TrafficAbsolute = 10,
17
+ TrafficRelative = 11,
18
+ TrafficRelativeDark = 12,
19
+ TrafficDelay = 13,
20
+ TrafficReduced = 14
21
+ }
22
+ /**
23
+ * @hidden
24
+ */
25
+ export declare let AzureMapsImageryStyle_$type: Type;
@@ -0,0 +1 @@
1
+ export { AzureMapsMapImagery } from "./AzureMapsMapImageryView_combined";
@@ -0,0 +1 @@
1
+ export { AzureMapsMapImageryView } from "./AzureMapsMapImageryView_combined";
@@ -0,0 +1,39 @@
1
+ import { GeographicMapImageryView } from "./GeographicMapImageryView";
2
+ import { GeographicMapImagery } from "./GeographicMapImagery";
3
+ import { Type } from "igniteui-angular-core";
4
+ import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare class AzureMapsMapImageryView extends GeographicMapImageryView {
9
+ static $t: Type;
10
+ constructor(a: AzureMapsMapImagery);
11
+ protected k: AzureMapsMapImagery;
12
+ p(): void;
13
+ l(): void;
14
+ n(): void;
15
+ o(): void;
16
+ m(): void;
17
+ q(): void;
18
+ r(): void;
19
+ }
20
+ /**
21
+ * @hidden
22
+ */
23
+ export declare class AzureMapsMapImagery extends GeographicMapImagery {
24
+ static $t: Type;
25
+ constructor();
26
+ protected ai(): GeographicMapImageryView;
27
+ protected bb(a: GeographicMapImageryView): void;
28
+ bp: AzureMapsMapImageryView;
29
+ cultureName: string;
30
+ apiKey: string;
31
+ apiVersion: string;
32
+ imageryStyle: AzureMapsImageryStyle;
33
+ b1: string;
34
+ localizedView: string;
35
+ timestamp: Date;
36
+ private b4;
37
+ private bx;
38
+ static $$p: string[];
39
+ }
@@ -27,20 +27,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
27
27
  protected bk(): Series;
28
28
  protected get_fk(): boolean;
29
29
  constructor();
30
- protected xa(a: any, b: any): void;
31
- xx: ScatterContourSeries;
32
- protected w4(): Series;
33
- private x7;
34
- private x8;
35
- x4: string;
36
- x0: ValueBrushScale;
37
- xz: ValueBrushScale;
38
- protected sl(): void;
30
+ protected xf(a: any, b: any): void;
31
+ x2: ScatterContourSeries;
32
+ protected w9(): Series;
33
+ private yc;
34
+ private yd;
35
+ x9: string;
36
+ x5: ValueBrushScale;
37
+ x4: ValueBrushScale;
38
+ protected sp(): void;
39
39
  protected ct(): SeriesView;
40
- q3(a: SeriesView): void;
41
- x1: GeographicContourLineSeriesView;
42
- xw: ContourValueResolver;
43
- protected rc(a: any, b: string, c: any, d: any): void;
40
+ q7(a: SeriesView): void;
41
+ x6: GeographicContourLineSeriesView;
42
+ x1: ContourValueResolver;
43
+ protected rg(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,32 +34,32 @@ 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 jl(): number;
37
+ protected jn(): number;
38
38
  protected get_fp(): boolean;
39
39
  constructor();
40
40
  protected ct(): SeriesView;
41
- q3(a: SeriesView): void;
42
- xe: GeographicHighDensityScatterSeriesView;
43
- protected w4(): Series;
44
- private xd;
45
- xs: string;
46
- xu: string;
47
- xh: boolean;
48
- xg: boolean;
49
- xf: boolean;
50
- xj: number;
51
- xi: number;
52
- yd: Color;
53
- yc: Color;
54
- xm: number;
41
+ q7(a: SeriesView): void;
42
+ xj: GeographicHighDensityScatterSeriesView;
43
+ protected w9(): Series;
44
+ private xi;
45
+ xx: string;
46
+ xz: string;
47
+ xm: boolean;
48
+ xl: boolean;
49
+ xk: boolean;
50
+ xo: number;
51
+ xn: number;
52
+ yi: Color;
53
+ yh: Color;
54
+ xr: number;
55
55
  progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
56
- private xl;
57
- get xn(): number;
58
- set xn(a: number);
59
- protected xa(a: any, b: any): void;
60
- private x1;
61
- private x0;
62
- protected rc(a: any, b: string, c: any, d: any): void;
56
+ private xq;
57
+ get xs(): number;
58
+ set xs(a: number);
59
+ protected xf(a: any, b: any): void;
60
+ private x6;
61
+ private x5;
62
+ protected rg(a: any, b: string, c: any, d: any): void;
63
63
  protected get_g8(): boolean;
64
64
  protected set_g8(a: boolean): void;
65
65
  static $$p: string[];
@@ -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
- qi(): void;
18
+ qm(): void;
19
19
  constructor();
20
- private w3;
20
+ private w8;
21
21
  protected get_fd(): boolean;
22
- kr(a: any, b: string): any;
23
- mf(a: string): string;
24
- protected get_kj(): any;
25
- protected set_kj(a: any): void;
22
+ ku(a: any, b: string): any;
23
+ mi(a: string): string;
24
+ protected get_km(): any;
25
+ protected set_km(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 w5(): Series;
30
- set w5(a: Series);
29
+ get xa(): Series;
30
+ set xa(a: Series);
31
31
  protected get_hasMarkers(): boolean;
32
- protected xa(a: any, b: any): void;
32
+ protected xf(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
- ko(a: Point): any;
36
- kb(a: Point, b: boolean): number;
37
- j9(a: Point, b: boolean): number;
38
- i6(a: Point, b: boolean, c: boolean): number;
39
- wh(a: Point, b: boolean, c: boolean): Point;
40
- ws(a: Point): Rect;
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
+ wm(a: Point, b: boolean, c: boolean): Point;
40
+ wx(a: Point): Rect;
41
41
  ao(a: Point): Rect[];
42
- wt(a: Point): Rect;
42
+ wy(a: Point): Rect;
43
43
  ap(a: Point): Rect[];
44
- wu(a: Point): Rect;
45
- wv(a: Point): Rect;
46
- i2(a: Point, b: boolean, c: boolean): number;
47
- wd(a: Point, b: boolean, c: boolean): Point;
44
+ wz(a: Point): Rect;
45
+ w0(a: Point): Rect;
48
46
  i4(a: Point, b: boolean, c: boolean): number;
49
- wf(a: Point, b: boolean, c: boolean): Point;
50
47
  wi(a: Point, b: boolean, c: boolean): Point;
51
- i7(a: Point, b: boolean, c: boolean): number;
52
- we(a: Point, b: boolean, c: boolean): Point;
53
- i3(a: Point, b: boolean, c: boolean): number;
54
- wg(a: Point, b: boolean, c: boolean): Point;
48
+ i6(a: Point, b: boolean, c: boolean): number;
49
+ wk(a: Point, b: boolean, c: boolean): Point;
50
+ wn(a: Point, b: boolean, c: boolean): Point;
51
+ i9(a: Point, b: boolean, c: boolean): number;
52
+ wj(a: Point, b: boolean, c: boolean): Point;
55
53
  i5(a: Point, b: boolean, c: boolean): number;
56
- j5(a: Point): number;
57
- ix(): number;
58
- it(a: Point): number;
59
- kp(a: Point): any;
60
- protected abstract w4(): Series;
54
+ wl(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 w9(): Series;
61
61
  protected ct(): SeriesView;
62
- q3(a: SeriesView): void;
63
- w6: HostSeriesView;
64
- static readonly xc: DependencyProperty;
65
- get w7(): number;
66
- set w7(a: number);
67
- protected rc(a: any, b: string, c: any, d: any): void;
68
- private w9;
69
- private xb;
70
- ru(a: boolean): void;
71
- protected q7(a: boolean): void;
72
- rt(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
62
+ q7(a: SeriesView): void;
63
+ xb: HostSeriesView;
64
+ static readonly xh: DependencyProperty;
65
+ get xc(): number;
66
+ set xc(a: number);
67
+ protected rg(a: any, b: string, c: any, d: any): void;
68
+ private xe;
69
+ private xg;
70
+ ry(a: boolean): void;
71
+ protected rb(a: boolean): void;
72
+ rx(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
73
73
  a2(a: Point, b: boolean): DataContext;
74
- sg(): void;
74
+ sk(): void;
75
75
  protected get_coercionMethods(): any;
76
76
  protected set_coercionMethods(a: any): void;
77
- protected p1(a: any): void;
77
+ protected p5(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
- s3(): DataTemplate;
15
- vq(): Brush;
16
- vr(): Brush;
14
+ s7(): DataTemplate;
15
+ vv(): Brush;
16
+ vw(): Brush;
17
17
  ip(): number;
18
- mc(): string;
19
- private xt;
20
- xf: MarkerType;
21
- xg: number;
22
- xe: MarkerOutlineMode;
23
- xd: MarkerFillMode;
24
- xv: DataTemplate;
25
- x9: Brush;
26
- ya: Brush;
27
- xh: number;
28
- xu: DataTemplate;
29
- x7: Brush;
30
- x8: Brush;
31
- protected rc(a: any, b: string, c: any, d: any): void;
18
+ mf(): string;
19
+ private xy;
20
+ xk: MarkerType;
21
+ xl: number;
22
+ xj: MarkerOutlineMode;
23
+ xi: MarkerFillMode;
24
+ x0: DataTemplate;
25
+ ye: Brush;
26
+ yf: Brush;
27
+ xm: number;
28
+ xz: DataTemplate;
29
+ yc: Brush;
30
+ yd: Brush;
31
+ protected rg(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 w4(): Series;
9
+ protected abstract w9(): Series;
10
10
  }
@@ -27,13 +27,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
27
27
  protected get_fs(): boolean;
28
28
  constructor();
29
29
  protected ct(): SeriesView;
30
- q3(a: SeriesView): void;
31
- yl: GeographicPolylineSeriesView;
32
- yk: StyleSelector;
33
- ys: Style;
34
- protected w4(): Series;
35
- private yp;
30
+ q7(a: SeriesView): void;
31
+ yq: GeographicPolylineSeriesView;
32
+ yp: StyleSelector;
33
+ yx: Style;
34
+ protected w9(): Series;
35
+ private yu;
36
36
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
37
- protected rc(a: any, b: string, c: any, d: any): void;
37
+ protected rg(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 w4(): Series;
9
+ protected abstract w9(): 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
- q3(a: SeriesView): void;
52
- yh: GeographicProportionalSymbolSeriesView;
53
- protected jm(): number;
54
- protected w4(): Series;
55
- private ye;
56
- y2: string;
57
- y4: string;
51
+ q7(a: SeriesView): void;
52
+ ym: GeographicProportionalSymbolSeriesView;
53
+ protected jo(): number;
54
+ protected w9(): Series;
55
+ private yj;
56
+ y7: string;
58
57
  y9: string;
59
- yg: SizeScale;
60
- y0: string;
61
- ys: string;
62
- yd: BrushScale;
63
- yk: boolean;
64
- yn: boolean;
65
- yq: number;
66
- yp: number;
67
- yo: boolean;
68
- ym: boolean;
69
- yl: boolean;
70
- protected yj: boolean;
71
- protected yi: boolean;
58
+ ze: string;
59
+ yl: SizeScale;
60
+ y5: string;
61
+ yx: string;
62
+ yi: BrushScale;
63
+ yp: boolean;
64
+ ys: boolean;
65
+ yv: number;
66
+ yu: number;
67
+ yt: boolean;
68
+ yr: boolean;
69
+ yq: boolean;
70
+ protected yo: boolean;
71
+ protected yn: boolean;
72
72
  protected get_ff(): boolean;
73
73
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
74
74
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
75
- yf: ScatterItemSearchMode;
76
- yr: number;
77
- protected rc(a: any, b: string, c: any, d: any): void;
78
- private ze;
79
- private zd;
75
+ yk: ScatterItemSearchMode;
76
+ yw: number;
77
+ protected rg(a: any, b: string, c: any, d: any): void;
78
+ private zj;
79
+ private zi;
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 w4(): Series;
9
+ protected abstract w9(): Series;
10
10
  }
@@ -13,33 +13,33 @@ import { HostSeriesView } from "./HostSeriesView";
13
13
  export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
14
14
  static $t: Type;
15
15
  protected ct(): SeriesView;
16
- xh: GeographicShapeSeriesBaseView;
17
- q3(a: SeriesView): void;
18
- x4: string;
16
+ xm: GeographicShapeSeriesBaseView;
17
+ q7(a: SeriesView): void;
18
+ x9: string;
19
19
  protected get_ff(): boolean;
20
20
  protected get_ef(): boolean;
21
- xp: boolean;
22
- xo: boolean;
23
- protected xm: boolean;
24
- protected xl: boolean;
25
- xg: ShapeItemSearchMode;
26
- xs: number;
27
- xt: string;
28
- xf: BrushScale;
29
- xn: boolean;
30
- xr: number;
21
+ xu: boolean;
22
+ xt: boolean;
23
+ protected xr: boolean;
24
+ protected xq: boolean;
25
+ xl: ShapeItemSearchMode;
26
+ xx: number;
27
+ xy: string;
28
+ xk: BrushScale;
29
+ xs: boolean;
30
+ xw: number;
31
31
  assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
32
32
  assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
33
- protected rc(a: any, b: string, c: any, d: any): void;
34
- private x7;
35
- private x6;
36
- private x8;
37
- private x9;
38
- private xi;
39
- private xk;
40
- get xj(): ShapefileConverter;
41
- set xj(a: ShapefileConverter);
42
- xq: number;
33
+ protected rg(a: any, b: string, c: any, d: any): void;
34
+ private yc;
35
+ private yb;
36
+ private yd;
37
+ private ye;
38
+ private xn;
39
+ private xp;
40
+ get xo(): ShapefileConverter;
41
+ set xo(a: ShapefileConverter);
42
+ xv: number;
43
43
  protected get_g8(): boolean;
44
44
  protected set_g8(a: boolean): void;
45
45
  static $$p: string[];
@@ -40,32 +40,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
40
40
  protected get_fr(): boolean;
41
41
  constructor();
42
42
  protected ct(): SeriesView;
43
- yp: GeographicShapeSeriesView;
44
- q3(a: SeriesView): void;
45
- protected w4(): Series;
46
- private y6;
43
+ yu: GeographicShapeSeriesView;
44
+ q7(a: SeriesView): void;
45
+ protected w9(): Series;
46
+ private zb;
47
47
  styleShape: (sender: any, e: StyleShapeEventArgs) => void;
48
- private y7;
49
- yo: StyleSelector;
50
- zt: Style;
51
- yn: MarkerType;
52
- ym: MarkerOutlineMode;
53
- yl: MarkerFillMode;
54
- y9: DataTemplate;
55
- zq: Brush;
56
- zr: Brush;
57
- zs: Style;
58
- yq: number;
48
+ private zc;
49
+ yt: StyleSelector;
50
+ zy: Style;
51
+ ys: MarkerType;
52
+ yr: MarkerOutlineMode;
53
+ yq: MarkerFillMode;
54
+ ze: DataTemplate;
55
+ zv: Brush;
56
+ zw: Brush;
57
+ zx: Style;
58
+ yv: number;
59
59
  ip(): number;
60
- vq(): Brush;
61
- vr(): Brush;
62
- s3(): DataTemplate;
63
- mc(): string;
64
- yk: CollisionAvoidanceType;
65
- protected rc(a: any, b: string, c: any, d: any): void;
66
- protected jm(): number;
67
- y8: DataTemplate;
68
- zo: Brush;
69
- zp: Brush;
60
+ vv(): Brush;
61
+ vw(): Brush;
62
+ s7(): DataTemplate;
63
+ mf(): string;
64
+ yp: CollisionAvoidanceType;
65
+ protected rg(a: any, b: string, c: any, d: any): void;
66
+ protected jo(): number;
67
+ zd: DataTemplate;
68
+ zt: Brush;
69
+ zu: 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 w4(): Series;
9
+ protected abstract w9(): 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
- q3(a: SeriesView): void;
42
- yg: GeographicSymbolSeriesView;
43
- protected jm(): number;
44
- protected w4(): Series;
45
- private yf;
46
- yr: string;
47
- yt: string;
48
- yd: CollisionAvoidanceType;
49
- yk: boolean;
50
- yj: boolean;
51
- protected yi: boolean;
52
- protected yh: boolean;
41
+ q7(a: SeriesView): void;
42
+ yl: GeographicSymbolSeriesView;
43
+ protected jo(): number;
44
+ protected w9(): Series;
45
+ private yk;
46
+ yw: string;
47
+ yy: string;
48
+ yi: CollisionAvoidanceType;
49
+ yp: boolean;
50
+ yo: boolean;
51
+ protected yn: boolean;
52
+ protected ym: boolean;
53
53
  protected get_ff(): boolean;
54
54
  assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
55
55
  assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
56
- ye: ScatterItemSearchMode;
57
- ym: number;
58
- protected rc(a: any, b: string, c: any, d: any): void;
59
- private yy;
60
- private yx;
61
- yl: boolean;
56
+ yj: ScatterItemSearchMode;
57
+ yr: number;
58
+ protected rg(a: any, b: string, c: any, d: any): void;
59
+ private y3;
60
+ private y2;
61
+ yq: boolean;
62
62
  static $$p: string[];
63
63
  }
@@ -11,14 +11,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
11
11
  protected bk(): Series;
12
12
  protected get_f4(): boolean;
13
13
  constructor();
14
- get ym(): GeographicMapImagery;
15
- set ym(a: GeographicMapImagery);
16
- private yl;
17
- yq(): void;
18
- protected rc(a: any, b: string, c: any, d: any): void;
19
- private yk;
20
- protected xa(a: any, b: any): void;
21
- protected w4(): Series;
22
- imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
14
+ get yr(): GeographicMapImagery;
15
+ set yr(a: GeographicMapImagery);
16
+ private yq;
17
+ yv(): void;
18
+ protected rg(a: any, b: string, c: any, d: any): void;
23
19
  private yp;
20
+ protected xf(a: any, b: any): void;
21
+ protected w9(): Series;
22
+ imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
23
+ private yu;
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 w4(): Series;
9
+ protected abstract w9(): Series;
10
10
  }