igniteui-angular-maps 20.1.0-beta.0 → 20.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -30,22 +30,22 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
30
30
  * Gets whether the current series shows a line contour shape.
31
31
  */
32
32
  get isLineContour() {
33
- return this.i.fk;
33
+ return this.i.fm;
34
34
  }
35
35
  /**
36
36
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
37
37
  */
38
38
  get valueMemberPath() {
39
- return this.i.ya;
39
+ return this.i.yj;
40
40
  }
41
41
  set valueMemberPath(v) {
42
- this.i.ya = v;
42
+ this.i.yj = v;
43
43
  }
44
44
  /**
45
45
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
46
46
  */
47
47
  get fillScale() {
48
- const r = this.i.x6;
48
+ const r = this.i.yf;
49
49
  if (r == null) {
50
50
  return null;
51
51
  }
@@ -61,13 +61,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
61
61
  set fillScale(v) {
62
62
  if (v != null && this._stylingContainer && v._styling)
63
63
  v._styling(this._stylingContainer, this, this);
64
- v == null ? this.i.x6 = null : this.i.x6 = v.i;
64
+ v == null ? this.i.yf = null : this.i.yf = v.i;
65
65
  }
66
66
  /**
67
67
  * Gets actual fill scale that is set on the FillScale property or default FillScale
68
68
  */
69
69
  get actualFillScale() {
70
- const r = this.i.x5;
70
+ const r = this.i.ye;
71
71
  if (r == null) {
72
72
  return null;
73
73
  }
@@ -83,13 +83,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
83
83
  set actualFillScale(v) {
84
84
  if (v != null && this._stylingContainer && v._styling)
85
85
  v._styling(this._stylingContainer, this, this);
86
- v == null ? this.i.x5 = null : this.i.x5 = v.i;
86
+ v == null ? this.i.ye = null : this.i.ye = v.i;
87
87
  }
88
88
  /**
89
89
  * The ContourValueResolver used to determine the numeric values of contours.
90
90
  */
91
91
  get valueResolver() {
92
- const r = this.i.x2;
92
+ const r = this.i.yb;
93
93
  if (r == null) {
94
94
  return null;
95
95
  }
@@ -105,7 +105,7 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
105
105
  set valueResolver(v) {
106
106
  if (v != null && this._stylingContainer && v._styling)
107
107
  v._styling(this._stylingContainer, this, this);
108
- v == null ? this.i.x2 = null : this.i.x2 = v.i;
108
+ v == null ? this.i.yb = null : this.i.yb = v.i;
109
109
  }
110
110
  findByName(name) {
111
111
  var baseResult = super.findByName(name);
@@ -29,106 +29,106 @@ export let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
29
29
  * Gets whether the current series shows pixels.
30
30
  */
31
31
  get isPixel() {
32
- return this.i.fp;
32
+ return this.i.fr;
33
33
  }
34
34
  /**
35
35
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
36
36
  */
37
37
  get latitudeMemberPath() {
38
- return this.i.xy;
38
+ return this.i.x7;
39
39
  }
40
40
  set latitudeMemberPath(v) {
41
- this.i.xy = v;
41
+ this.i.x7 = v;
42
42
  }
43
43
  /**
44
44
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
45
45
  */
46
46
  get longitudeMemberPath() {
47
- return this.i.x0;
47
+ return this.i.x9;
48
48
  }
49
49
  set longitudeMemberPath(v) {
50
- this.i.x0 = v;
50
+ this.i.x9 = v;
51
51
  }
52
52
  /**
53
53
  * Gets or sets the whether to use use brute force mode.
54
54
  */
55
55
  get useBruteForce() {
56
- return this.i.xn;
56
+ return this.i.xw;
57
57
  }
58
58
  set useBruteForce(v) {
59
- this.i.xn = ensureBool(v);
59
+ this.i.xw = ensureBool(v);
60
60
  }
61
61
  /**
62
62
  * Gets or sets the whether to progressively load the data into the chart.
63
63
  */
64
64
  get progressiveLoad() {
65
- return this.i.xm;
65
+ return this.i.xv;
66
66
  }
67
67
  set progressiveLoad(v) {
68
- this.i.xm = ensureBool(v);
68
+ this.i.xv = ensureBool(v);
69
69
  }
70
70
  /**
71
71
  * Gets or sets the whether the chart reacts to mouse move events.
72
72
  */
73
73
  get mouseOverEnabled() {
74
- return this.i.xl;
74
+ return this.i.xu;
75
75
  }
76
76
  set mouseOverEnabled(v) {
77
- this.i.xl = ensureBool(v);
77
+ this.i.xu = ensureBool(v);
78
78
  }
79
79
  /**
80
80
  * Gets or sets the density value that maps to the minimum heat color.
81
81
  */
82
82
  get heatMinimum() {
83
- return this.i.xp;
83
+ return this.i.xy;
84
84
  }
85
85
  set heatMinimum(v) {
86
- this.i.xp = +v;
86
+ this.i.xy = +v;
87
87
  }
88
88
  /**
89
89
  * Gets or sets the value that maps to the maximum heat color.
90
90
  */
91
91
  get heatMaximum() {
92
- return this.i.xo;
92
+ return this.i.xx;
93
93
  }
94
94
  set heatMaximum(v) {
95
- this.i.xo = +v;
95
+ this.i.xx = +v;
96
96
  }
97
97
  /**
98
98
  * Gets or sets the color to use for the minimum end of the scale.
99
99
  */
100
100
  get heatMinimumColor() {
101
- return colorToString(this.i.yj);
101
+ return colorToString(this.i.ys);
102
102
  }
103
103
  set heatMinimumColor(v) {
104
- this.i.yj = stringToColor(v);
104
+ this.i.ys = stringToColor(v);
105
105
  }
106
106
  /**
107
107
  * Gets or sets the color to use for the maximum end of the scale.
108
108
  */
109
109
  get heatMaximumColor() {
110
- return colorToString(this.i.yi);
110
+ return colorToString(this.i.yr);
111
111
  }
112
112
  set heatMaximumColor(v) {
113
- this.i.yi = stringToColor(v);
113
+ this.i.yr = stringToColor(v);
114
114
  }
115
115
  /**
116
116
  * Gets or sets the the pixel extent of the square data points that are rendered.
117
117
  */
118
118
  get pointExtent() {
119
- return this.i.xs;
119
+ return this.i.x1;
120
120
  }
121
121
  set pointExtent(v) {
122
- this.i.xs = +v;
122
+ this.i.x1 = +v;
123
123
  }
124
124
  /**
125
125
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
126
126
  */
127
127
  get progressiveStatus() {
128
- return this.i.xt;
128
+ return this.i.x2;
129
129
  }
130
130
  set progressiveStatus(v) {
131
- this.i.xt = +v;
131
+ this.i.x2 = +v;
132
132
  }
133
133
  /**
134
134
  * Raised when the progressive loading state of the series has changed.
@@ -260,80 +260,80 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
260
260
  * Gets or sets zoomability of the current control
261
261
  */
262
262
  get zoomable() {
263
- return this.i.yv;
263
+ return this.i.zz;
264
264
  }
265
265
  set zoomable(v) {
266
- this.i.yv = ensureBool(v);
266
+ this.i.zz = ensureBool(v);
267
267
  }
268
268
  /**
269
269
  * Gets or sets the behavior to use during resize.
270
270
  */
271
271
  get resizeBehavior() {
272
- return this.i.yo;
272
+ return this.i.zs;
273
273
  }
274
274
  set resizeBehavior(v) {
275
- this.i.yo = ensureEnum(MapResizeBehavior_$type, v);
275
+ this.i.zs = ensureEnum(MapResizeBehavior_$type, v);
276
276
  }
277
277
  /**
278
278
  * Gets or sets if the map should horizontally wrap.
279
279
  */
280
280
  get isHorizontalWrappingEnabled() {
281
- return this.i.ys;
281
+ return this.i.zw;
282
282
  }
283
283
  set isHorizontalWrappingEnabled(v) {
284
- this.i.ys = ensureBool(v);
284
+ this.i.zw = ensureBool(v);
285
285
  }
286
286
  /**
287
287
  * Gets or sets if the map should horizontally wrap.
288
288
  */
289
289
  get backgroundTilingMode() {
290
- return this.i.yk;
290
+ return this.i.zo;
291
291
  }
292
292
  set backgroundTilingMode(v) {
293
- this.i.yk = ensureEnum(MapBackgroundTilingMode_$type, v);
293
+ this.i.zo = ensureEnum(MapBackgroundTilingMode_$type, v);
294
294
  }
295
295
  /**
296
296
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
297
297
  */
298
298
  get useWorldRectForZoomBounds() {
299
- return this.i.yu;
299
+ return this.i.zy;
300
300
  }
301
301
  set useWorldRectForZoomBounds(v) {
302
- this.i.yu = ensureBool(v);
302
+ this.i.zy = ensureBool(v);
303
303
  }
304
304
  /**
305
305
  * Gets or sets whether skip resetting the zoom when the world rect changes.
306
306
  */
307
307
  get suppressZoomResetOnWorldRectChange() {
308
- return this.i.yt;
308
+ return this.i.zx;
309
309
  }
310
310
  set suppressZoomResetOnWorldRectChange(v) {
311
- this.i.yt = ensureBool(v);
311
+ this.i.zx = ensureBool(v);
312
312
  }
313
313
  /**
314
314
  * Gets or sets the world bounding rectangle.
315
315
  */
316
316
  get worldRect() {
317
- return fromRect(this.i.aaq);
317
+ return fromRect(this.i.abu);
318
318
  }
319
319
  set worldRect(v) {
320
- this.i.aaq = toRect(v);
320
+ this.i.abu = toRect(v);
321
321
  }
322
322
  /**
323
323
  * Gets the actual value of the WorldRect.
324
324
  */
325
325
  get actualWorldRect() {
326
- return fromRect(this.i.aae);
326
+ return fromRect(this.i.abi);
327
327
  }
328
328
  set actualWorldRect(v) {
329
- this.i.aae = toRect(v);
329
+ this.i.abi = toRect(v);
330
330
  }
331
331
  /**
332
332
  * The X-axis for this IgxGeographicMap.Component
333
333
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
334
334
  */
335
335
  get xAxis() {
336
- const r = this.i.yd;
336
+ const r = this.i.zh;
337
337
  if (r == null) {
338
338
  return null;
339
339
  }
@@ -349,14 +349,14 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
349
349
  set xAxis(v) {
350
350
  if (v != null && this._stylingContainer && v._styling)
351
351
  v._styling(this._stylingContainer, this, this);
352
- v == null ? this.i.yd = null : this.i.yd = v.i;
352
+ v == null ? this.i.zh = null : this.i.zh = v.i;
353
353
  }
354
354
  /**
355
355
  * The Y-axis for this IgxGeographicMap.Component
356
356
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
357
357
  */
358
358
  get yAxis() {
359
- const r = this.i.yf;
359
+ const r = this.i.zj;
360
360
  if (r == null) {
361
361
  return null;
362
362
  }
@@ -372,39 +372,39 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
372
372
  set yAxis(v) {
373
373
  if (v != null && this._stylingContainer && v._styling)
374
374
  v._styling(this._stylingContainer, this, this);
375
- v == null ? this.i.yf = null : this.i.yf = v.i;
375
+ v == null ? this.i.zj = null : this.i.zj = v.i;
376
376
  }
377
377
  /**
378
378
  * Indicates if this SeriesViewer is a map.
379
379
  */
380
380
  get isMap() {
381
- return this.i.ft;
381
+ return this.i.f6;
382
382
  }
383
383
  /**
384
384
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
385
385
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
386
386
  */
387
387
  get windowScale() {
388
- return this.i.y0;
388
+ return this.i.z4;
389
389
  }
390
390
  set windowScale(v) {
391
- this.i.y0 = +v;
391
+ this.i.z4 = +v;
392
392
  }
393
393
  /**
394
394
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
395
395
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
396
396
  */
397
397
  get actualWindowScale() {
398
- return this.i.yz;
398
+ return this.i.z3;
399
399
  }
400
400
  set actualWindowScale(v) {
401
- this.i.yz = +v;
401
+ this.i.z3 = +v;
402
402
  }
403
403
  /**
404
404
  * Gets whether or not the control is ready for zooming
405
405
  */
406
406
  get zoomIsReady() {
407
- return this.i.yw;
407
+ return this.i.z0;
408
408
  }
409
409
  findByName(name) {
410
410
  var baseResult = super.findByName(name);
@@ -432,7 +432,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
432
432
 
433
433
  */
434
434
  getCurrentActualWorldRect() {
435
- let iv = this.i.aai();
435
+ let iv = this.i.abm();
436
436
  return fromRect(iv);
437
437
  }
438
438
  /**
@@ -449,14 +449,14 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
449
449
 
450
450
  */
451
451
  updateZoomWindow(zoomWindow) {
452
- this.i.zu(toRect(zoomWindow));
452
+ this.i.aay(toRect(zoomWindow));
453
453
  }
454
454
  /**
455
455
  * Updates world rect in geographic coordinates
456
456
 
457
457
  */
458
458
  updateWorldRect(worldRect) {
459
- this.i.zt(toRect(worldRect));
459
+ this.i.aax(toRect(worldRect));
460
460
  }
461
461
  /**
462
462
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -468,7 +468,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
468
468
  return fromRect(iv);
469
469
  }
470
470
  convertGeographicToZoom(geographic, extraPixelPadding) {
471
- let iv = this.i.aaf(toRect(geographic), extraPixelPadding);
471
+ let iv = this.i.abj(toRect(geographic), extraPixelPadding);
472
472
  return fromRect(iv);
473
473
  }
474
474
  getZoomFromGeographicPoints(northWest, southEast) {
@@ -481,7 +481,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
481
481
  * @param windowRect * The zoom area.
482
482
  */
483
483
  getGeographicFromZoom(windowRect) {
484
- let iv = this.i.aak(toRect(windowRect));
484
+ let iv = this.i.abo(toRect(windowRect));
485
485
  return fromRect(iv);
486
486
  }
487
487
  /**
@@ -490,7 +490,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
490
490
  * @param pixelCoordinate * A pixel-based coordinate
491
491
  */
492
492
  getGeographicPoint(pixelCoordinate) {
493
- let iv = this.i.z6(toPoint(pixelCoordinate));
493
+ let iv = this.i.aba(toPoint(pixelCoordinate));
494
494
  return fromPoint(iv);
495
495
  }
496
496
  /**
@@ -499,7 +499,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
499
499
  * @param geographicCoordinate * A geographic coordinate
500
500
  */
501
501
  getPixelPoint(geographicCoordinate) {
502
- let iv = this.i.z7(toPoint(geographicCoordinate));
502
+ let iv = this.i.abb(toPoint(geographicCoordinate));
503
503
  return fromPoint(iv);
504
504
  }
505
505
  /**
@@ -508,7 +508,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
508
508
  * @param geographicCoordinate * A geographic coordinate
509
509
  */
510
510
  getWindowPoint(geographicCoordinate) {
511
- let iv = this.i.z8(toPoint(geographicCoordinate));
511
+ let iv = this.i.abc(toPoint(geographicCoordinate));
512
512
  return fromPoint(iv);
513
513
  }
514
514
  /**
@@ -516,21 +516,21 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
516
516
 
517
517
  */
518
518
  clearTileCache() {
519
- this.i.zh();
519
+ this.i.aal();
520
520
  }
521
521
  /**
522
522
  * Notifies the chart that the CSS styles in effect have been updated.
523
523
 
524
524
  */
525
525
  styleUpdated() {
526
- this.i.zp();
526
+ this.i.aat();
527
527
  }
528
528
  /**
529
529
  * Gets actual window scale for horizontal dimension of the control
530
530
 
531
531
  */
532
532
  getActualWindowScaleHorizontal() {
533
- let iv = this.i.id();
533
+ let iv = this.i.iu();
534
534
  return (iv);
535
535
  }
536
536
  /**
@@ -538,7 +538,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
538
538
 
539
539
  */
540
540
  getActualWindowScaleVertical() {
541
- let iv = this.i.ie();
541
+ let iv = this.i.iv();
542
542
  return (iv);
543
543
  }
544
544
  /**
@@ -553,7 +553,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
553
553
 
554
554
  */
555
555
  exportVisualData() {
556
- let iv = this.i.y3();
556
+ let iv = this.i.z7();
557
557
  return (iv);
558
558
  }
559
559
  /**
@@ -562,7 +562,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
562
562
  * @param geographic * The geographic region to zoom to.
563
563
  */
564
564
  zoomToGeographic(geographic) {
565
- this.i.zw(toRect(geographic));
565
+ this.i.aa0(toRect(geographic));
566
566
  }
567
567
  /**
568
568
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -126,9 +126,6 @@ export class IgxGeographicMapImagery {
126
126
  return this.findEphemera(name);
127
127
  }
128
128
  }
129
- if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
130
- return this.geographicMap;
131
- }
132
129
  return null;
133
130
  }
134
131
  /**
@@ -20,7 +20,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
20
20
  * Checks if this control is geographic coordinate system
21
21
  */
22
22
  get isGeographic() {
23
- return this.i.fd;
23
+ return this.i.ff;
24
24
  }
25
25
  /**
26
26
  * Gets whether this series supports markers
@@ -33,10 +33,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
33
33
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
34
34
  */
35
35
  get visibleFromScale() {
36
- return this.i.xd;
36
+ return this.i.xm;
37
37
  }
38
38
  set visibleFromScale(v) {
39
- this.i.xd = +v;
39
+ this.i.xm = +v;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -54,10 +54,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
54
54
 
55
55
  */
56
56
  notifyIndexedPropertiesChanged() {
57
- this.i.qn();
57
+ this.i.qu();
58
58
  }
59
59
  getItemValue(item, memberPathName) {
60
- let iv = this.i.ku(item, memberPathName);
60
+ let iv = this.i.kz(item, memberPathName);
61
61
  return (iv);
62
62
  }
63
63
  /**
@@ -66,7 +66,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
66
66
  * @param memberPathName * The property name of a valid member path for the series
67
67
  */
68
68
  getMemberPathValue(memberPathName) {
69
- let iv = this.i.mi(memberPathName);
69
+ let iv = this.i.mo(memberPathName);
70
70
  return (iv);
71
71
  }
72
72
  /**
@@ -75,23 +75,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
75
75
  * @param world * The world coordinates to use.
76
76
  */
77
77
  getItem(world) {
78
- let iv = this.i.kr(toPoint(world));
78
+ let iv = this.i.kw(toPoint(world));
79
79
  return (iv);
80
80
  }
81
81
  getPreviousOrExactIndex(world, skipUnknowns) {
82
- let iv = this.i.ke(toPoint(world), skipUnknowns);
82
+ let iv = this.i.kj(toPoint(world), skipUnknowns);
83
83
  return (iv);
84
84
  }
85
85
  getNextOrExactIndex(world, skipUnknowns) {
86
- let iv = this.i.kc(toPoint(world), skipUnknowns);
86
+ let iv = this.i.kh(toPoint(world), skipUnknowns);
87
87
  return (iv);
88
88
  }
89
89
  getSeriesValue(world, useInterpolation, skipUnknowns) {
90
- let iv = this.i.i8(toPoint(world), useInterpolation, skipUnknowns);
90
+ let iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
91
91
  return (iv);
92
92
  }
93
93
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
94
- let iv = this.i.wn(toPoint(world), useInterpolation, skipUnknowns);
94
+ let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
95
95
  return fromPoint(iv);
96
96
  }
97
97
  /**
@@ -100,7 +100,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
100
100
  * @param world * The world coordinate for which to get a value bounding box for
101
101
  */
102
102
  getSeriesValueBoundingBox(world) {
103
- let iv = this.i.wy(toPoint(world));
103
+ let iv = this.i.w7(toPoint(world));
104
104
  return fromRect(iv);
105
105
  }
106
106
  /**
@@ -109,31 +109,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
109
109
  * @param world * The world coordinates for which to get a value marker bounding box for
110
110
  */
111
111
  getSeriesValueMarkerBoundingBox(world) {
112
- let iv = this.i.w0(toPoint(world));
112
+ let iv = this.i.w9(toPoint(world));
113
113
  return fromRect(iv);
114
114
  }
115
115
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
116
- let iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
116
+ let iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
117
117
  return (iv);
118
118
  }
119
119
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
120
- let iv = this.i.wj(toPoint(world), useInterpolation, skipUnknowns);
120
+ let iv = this.i.wr(toPoint(world), useInterpolation, skipUnknowns);
121
121
  return fromPoint(iv);
122
122
  }
123
123
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
124
- let iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
124
+ let iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
125
125
  return (iv);
126
126
  }
127
127
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
128
- let iv = this.i.wl(toPoint(world), useInterpolation, skipUnknowns);
128
+ let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
129
129
  return fromPoint(iv);
130
130
  }
131
131
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
132
- let iv = this.i.wo(toPoint(mouse), useInterpolation, skipUnknowns);
132
+ let iv = this.i.ww(toPoint(mouse), useInterpolation, skipUnknowns);
133
133
  return fromPoint(iv);
134
134
  }
135
135
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
136
- let iv = this.i.i9(toPoint(mouse), useInterpolation, skipUnknowns);
136
+ let iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
137
137
  return (iv);
138
138
  }
139
139
  /**
@@ -141,7 +141,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
141
 
142
142
  */
143
143
  getItemSpan() {
144
- let iv = this.i.iy();
144
+ let iv = this.i.i3();
145
145
  return (iv);
146
146
  }
147
147
  /**
@@ -150,14 +150,14 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
150
150
  * @param animate * True if the change should be animated.
151
151
  */
152
152
  renderSeries(animate) {
153
- this.i.rz(animate);
153
+ this.i.r7(animate);
154
154
  }
155
155
  /**
156
156
  * Called when this series' Style is updated.
157
157
 
158
158
  */
159
159
  styleUpdated() {
160
- this.i.sl();
160
+ this.i.st();
161
161
  }
162
162
  }
163
163
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });