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
@@ -37,7 +37,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
37
37
  * Gets whether the current series shows a line contour shape.
38
38
  */
39
39
  get: function () {
40
- return this.i.fk;
40
+ return this.i.fm;
41
41
  },
42
42
  enumerable: false,
43
43
  configurable: true
@@ -47,10 +47,10 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
47
47
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
48
48
  */
49
49
  get: function () {
50
- return this.i.ya;
50
+ return this.i.yj;
51
51
  },
52
52
  set: function (v) {
53
- this.i.ya = v;
53
+ this.i.yj = v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,7 +60,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
60
60
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
61
61
  */
62
62
  get: function () {
63
- var r = this.i.x6;
63
+ var r = this.i.yf;
64
64
  if (r == null) {
65
65
  return null;
66
66
  }
@@ -76,7 +76,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
76
76
  set: function (v) {
77
77
  if (v != null && this._stylingContainer && v._styling)
78
78
  v._styling(this._stylingContainer, this, this);
79
- v == null ? this.i.x6 = null : this.i.x6 = v.i;
79
+ v == null ? this.i.yf = null : this.i.yf = v.i;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
@@ -86,7 +86,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
86
86
  * Gets actual fill scale that is set on the FillScale property or default FillScale
87
87
  */
88
88
  get: function () {
89
- var r = this.i.x5;
89
+ var r = this.i.ye;
90
90
  if (r == null) {
91
91
  return null;
92
92
  }
@@ -102,7 +102,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
102
102
  set: function (v) {
103
103
  if (v != null && this._stylingContainer && v._styling)
104
104
  v._styling(this._stylingContainer, this, this);
105
- v == null ? this.i.x5 = null : this.i.x5 = v.i;
105
+ v == null ? this.i.ye = null : this.i.ye = v.i;
106
106
  },
107
107
  enumerable: false,
108
108
  configurable: true
@@ -112,7 +112,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
112
112
  * The ContourValueResolver used to determine the numeric values of contours.
113
113
  */
114
114
  get: function () {
115
- var r = this.i.x2;
115
+ var r = this.i.yb;
116
116
  if (r == null) {
117
117
  return null;
118
118
  }
@@ -128,7 +128,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
128
128
  set: function (v) {
129
129
  if (v != null && this._stylingContainer && v._styling)
130
130
  v._styling(this._stylingContainer, this, this);
131
- v == null ? this.i.x2 = null : this.i.x2 = v.i;
131
+ v == null ? this.i.yb = null : this.i.yb = v.i;
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true
@@ -36,7 +36,7 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
36
36
  * Gets whether the current series shows pixels.
37
37
  */
38
38
  get: function () {
39
- return this.i.fp;
39
+ return this.i.fr;
40
40
  },
41
41
  enumerable: false,
42
42
  configurable: true
@@ -46,10 +46,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
46
46
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
47
47
  */
48
48
  get: function () {
49
- return this.i.xy;
49
+ return this.i.x7;
50
50
  },
51
51
  set: function (v) {
52
- this.i.xy = v;
52
+ this.i.x7 = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
59
59
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
60
60
  */
61
61
  get: function () {
62
- return this.i.x0;
62
+ return this.i.x9;
63
63
  },
64
64
  set: function (v) {
65
- this.i.x0 = v;
65
+ this.i.x9 = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
72
72
  * Gets or sets the whether to use use brute force mode.
73
73
  */
74
74
  get: function () {
75
- return this.i.xn;
75
+ return this.i.xw;
76
76
  },
77
77
  set: function (v) {
78
- this.i.xn = ensureBool(v);
78
+ this.i.xw = ensureBool(v);
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
85
85
  * Gets or sets the whether to progressively load the data into the chart.
86
86
  */
87
87
  get: function () {
88
- return this.i.xm;
88
+ return this.i.xv;
89
89
  },
90
90
  set: function (v) {
91
- this.i.xm = ensureBool(v);
91
+ this.i.xv = ensureBool(v);
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
98
98
  * Gets or sets the whether the chart reacts to mouse move events.
99
99
  */
100
100
  get: function () {
101
- return this.i.xl;
101
+ return this.i.xu;
102
102
  },
103
103
  set: function (v) {
104
- this.i.xl = ensureBool(v);
104
+ this.i.xu = ensureBool(v);
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
111
111
  * Gets or sets the density value that maps to the minimum heat color.
112
112
  */
113
113
  get: function () {
114
- return this.i.xp;
114
+ return this.i.xy;
115
115
  },
116
116
  set: function (v) {
117
- this.i.xp = +v;
117
+ this.i.xy = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
124
124
  * Gets or sets the value that maps to the maximum heat color.
125
125
  */
126
126
  get: function () {
127
- return this.i.xo;
127
+ return this.i.xx;
128
128
  },
129
129
  set: function (v) {
130
- this.i.xo = +v;
130
+ this.i.xx = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -137,10 +137,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
137
137
  * Gets or sets the color to use for the minimum end of the scale.
138
138
  */
139
139
  get: function () {
140
- return colorToString(this.i.yj);
140
+ return colorToString(this.i.ys);
141
141
  },
142
142
  set: function (v) {
143
- this.i.yj = stringToColor(v);
143
+ this.i.ys = stringToColor(v);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,10 +150,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
150
150
  * Gets or sets the color to use for the maximum end of the scale.
151
151
  */
152
152
  get: function () {
153
- return colorToString(this.i.yi);
153
+ return colorToString(this.i.yr);
154
154
  },
155
155
  set: function (v) {
156
- this.i.yi = stringToColor(v);
156
+ this.i.yr = stringToColor(v);
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
@@ -163,10 +163,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
163
163
  * Gets or sets the the pixel extent of the square data points that are rendered.
164
164
  */
165
165
  get: function () {
166
- return this.i.xs;
166
+ return this.i.x1;
167
167
  },
168
168
  set: function (v) {
169
- this.i.xs = +v;
169
+ this.i.x1 = +v;
170
170
  },
171
171
  enumerable: false,
172
172
  configurable: true
@@ -176,10 +176,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
176
176
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
177
177
  */
178
178
  get: function () {
179
- return this.i.xt;
179
+ return this.i.x2;
180
180
  },
181
181
  set: function (v) {
182
- this.i.xt = +v;
182
+ this.i.x2 = +v;
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -294,10 +294,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
294
294
  * Gets or sets zoomability of the current control
295
295
  */
296
296
  get: function () {
297
- return this.i.yv;
297
+ return this.i.zz;
298
298
  },
299
299
  set: function (v) {
300
- this.i.yv = ensureBool(v);
300
+ this.i.zz = ensureBool(v);
301
301
  },
302
302
  enumerable: false,
303
303
  configurable: true
@@ -307,10 +307,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
307
307
  * Gets or sets the behavior to use during resize.
308
308
  */
309
309
  get: function () {
310
- return this.i.yo;
310
+ return this.i.zs;
311
311
  },
312
312
  set: function (v) {
313
- this.i.yo = ensureEnum(MapResizeBehavior_$type, v);
313
+ this.i.zs = ensureEnum(MapResizeBehavior_$type, v);
314
314
  },
315
315
  enumerable: false,
316
316
  configurable: true
@@ -320,10 +320,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
320
320
  * Gets or sets if the map should horizontally wrap.
321
321
  */
322
322
  get: function () {
323
- return this.i.ys;
323
+ return this.i.zw;
324
324
  },
325
325
  set: function (v) {
326
- this.i.ys = ensureBool(v);
326
+ this.i.zw = ensureBool(v);
327
327
  },
328
328
  enumerable: false,
329
329
  configurable: true
@@ -333,10 +333,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
333
333
  * Gets or sets if the map should horizontally wrap.
334
334
  */
335
335
  get: function () {
336
- return this.i.yk;
336
+ return this.i.zo;
337
337
  },
338
338
  set: function (v) {
339
- this.i.yk = ensureEnum(MapBackgroundTilingMode_$type, v);
339
+ this.i.zo = ensureEnum(MapBackgroundTilingMode_$type, v);
340
340
  },
341
341
  enumerable: false,
342
342
  configurable: true
@@ -346,10 +346,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
347
347
  */
348
348
  get: function () {
349
- return this.i.yu;
349
+ return this.i.zy;
350
350
  },
351
351
  set: function (v) {
352
- this.i.yu = ensureBool(v);
352
+ this.i.zy = ensureBool(v);
353
353
  },
354
354
  enumerable: false,
355
355
  configurable: true
@@ -359,10 +359,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
359
359
  * Gets or sets whether skip resetting the zoom when the world rect changes.
360
360
  */
361
361
  get: function () {
362
- return this.i.yt;
362
+ return this.i.zx;
363
363
  },
364
364
  set: function (v) {
365
- this.i.yt = ensureBool(v);
365
+ this.i.zx = ensureBool(v);
366
366
  },
367
367
  enumerable: false,
368
368
  configurable: true
@@ -372,10 +372,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
372
372
  * Gets or sets the world bounding rectangle.
373
373
  */
374
374
  get: function () {
375
- return fromRect(this.i.aaq);
375
+ return fromRect(this.i.abu);
376
376
  },
377
377
  set: function (v) {
378
- this.i.aaq = toRect(v);
378
+ this.i.abu = toRect(v);
379
379
  },
380
380
  enumerable: false,
381
381
  configurable: true
@@ -385,10 +385,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
385
385
  * Gets the actual value of the WorldRect.
386
386
  */
387
387
  get: function () {
388
- return fromRect(this.i.aae);
388
+ return fromRect(this.i.abi);
389
389
  },
390
390
  set: function (v) {
391
- this.i.aae = toRect(v);
391
+ this.i.abi = toRect(v);
392
392
  },
393
393
  enumerable: false,
394
394
  configurable: true
@@ -399,7 +399,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
399
399
  * 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.
400
400
  */
401
401
  get: function () {
402
- var r = this.i.yd;
402
+ var r = this.i.zh;
403
403
  if (r == null) {
404
404
  return null;
405
405
  }
@@ -415,7 +415,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
415
415
  set: function (v) {
416
416
  if (v != null && this._stylingContainer && v._styling)
417
417
  v._styling(this._stylingContainer, this, this);
418
- v == null ? this.i.yd = null : this.i.yd = v.i;
418
+ v == null ? this.i.zh = null : this.i.zh = v.i;
419
419
  },
420
420
  enumerable: false,
421
421
  configurable: true
@@ -426,7 +426,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
426
426
  * 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.
427
427
  */
428
428
  get: function () {
429
- var r = this.i.yf;
429
+ var r = this.i.zj;
430
430
  if (r == null) {
431
431
  return null;
432
432
  }
@@ -442,7 +442,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
442
442
  set: function (v) {
443
443
  if (v != null && this._stylingContainer && v._styling)
444
444
  v._styling(this._stylingContainer, this, this);
445
- v == null ? this.i.yf = null : this.i.yf = v.i;
445
+ v == null ? this.i.zj = null : this.i.zj = v.i;
446
446
  },
447
447
  enumerable: false,
448
448
  configurable: true
@@ -452,7 +452,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
452
452
  * Indicates if this SeriesViewer is a map.
453
453
  */
454
454
  get: function () {
455
- return this.i.ft;
455
+ return this.i.f6;
456
456
  },
457
457
  enumerable: false,
458
458
  configurable: true
@@ -463,10 +463,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
463
463
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
464
464
  */
465
465
  get: function () {
466
- return this.i.y0;
466
+ return this.i.z4;
467
467
  },
468
468
  set: function (v) {
469
- this.i.y0 = +v;
469
+ this.i.z4 = +v;
470
470
  },
471
471
  enumerable: false,
472
472
  configurable: true
@@ -477,10 +477,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
477
477
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
478
478
  */
479
479
  get: function () {
480
- return this.i.yz;
480
+ return this.i.z3;
481
481
  },
482
482
  set: function (v) {
483
- this.i.yz = +v;
483
+ this.i.z3 = +v;
484
484
  },
485
485
  enumerable: false,
486
486
  configurable: true
@@ -490,7 +490,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
490
490
  * Gets whether or not the control is ready for zooming
491
491
  */
492
492
  get: function () {
493
- return this.i.yw;
493
+ return this.i.z0;
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -521,7 +521,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
521
521
 
522
522
  */
523
523
  IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
524
- var iv = this.i.aai();
524
+ var iv = this.i.abm();
525
525
  return fromRect(iv);
526
526
  };
527
527
  /**
@@ -538,14 +538,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
 
539
539
  */
540
540
  IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
541
- this.i.zu(toRect(zoomWindow));
541
+ this.i.aay(toRect(zoomWindow));
542
542
  };
543
543
  /**
544
544
  * Updates world rect in geographic coordinates
545
545
 
546
546
  */
547
547
  IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
548
- this.i.zt(toRect(worldRect));
548
+ this.i.aax(toRect(worldRect));
549
549
  };
550
550
  /**
551
551
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -557,7 +557,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
557
557
  return fromRect(iv);
558
558
  };
559
559
  IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
560
- var iv = this.i.aaf(toRect(geographic), extraPixelPadding);
560
+ var iv = this.i.abj(toRect(geographic), extraPixelPadding);
561
561
  return fromRect(iv);
562
562
  };
563
563
  IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -570,7 +570,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
570
570
  * @param windowRect * The zoom area.
571
571
  */
572
572
  IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
573
- var iv = this.i.aak(toRect(windowRect));
573
+ var iv = this.i.abo(toRect(windowRect));
574
574
  return fromRect(iv);
575
575
  };
576
576
  /**
@@ -579,7 +579,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
579
579
  * @param pixelCoordinate * A pixel-based coordinate
580
580
  */
581
581
  IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
582
- var iv = this.i.z6(toPoint(pixelCoordinate));
582
+ var iv = this.i.aba(toPoint(pixelCoordinate));
583
583
  return fromPoint(iv);
584
584
  };
585
585
  /**
@@ -588,7 +588,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
588
588
  * @param geographicCoordinate * A geographic coordinate
589
589
  */
590
590
  IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
591
- var iv = this.i.z7(toPoint(geographicCoordinate));
591
+ var iv = this.i.abb(toPoint(geographicCoordinate));
592
592
  return fromPoint(iv);
593
593
  };
594
594
  /**
@@ -597,7 +597,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
597
597
  * @param geographicCoordinate * A geographic coordinate
598
598
  */
599
599
  IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
600
- var iv = this.i.z8(toPoint(geographicCoordinate));
600
+ var iv = this.i.abc(toPoint(geographicCoordinate));
601
601
  return fromPoint(iv);
602
602
  };
603
603
  /**
@@ -605,21 +605,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
605
605
 
606
606
  */
607
607
  IgxGeographicMapComponent.prototype.clearTileCache = function () {
608
- this.i.zh();
608
+ this.i.aal();
609
609
  };
610
610
  /**
611
611
  * Notifies the chart that the CSS styles in effect have been updated.
612
612
 
613
613
  */
614
614
  IgxGeographicMapComponent.prototype.styleUpdated = function () {
615
- this.i.zp();
615
+ this.i.aat();
616
616
  };
617
617
  /**
618
618
  * Gets actual window scale for horizontal dimension of the control
619
619
 
620
620
  */
621
621
  IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
622
- var iv = this.i.id();
622
+ var iv = this.i.iu();
623
623
  return (iv);
624
624
  };
625
625
  /**
@@ -627,7 +627,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
627
627
 
628
628
  */
629
629
  IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
630
- var iv = this.i.ie();
630
+ var iv = this.i.iv();
631
631
  return (iv);
632
632
  };
633
633
  /**
@@ -642,7 +642,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
 
643
643
  */
644
644
  IgxGeographicMapComponent.prototype.exportVisualData = function () {
645
- var iv = this.i.y3();
645
+ var iv = this.i.z7();
646
646
  return (iv);
647
647
  };
648
648
  /**
@@ -651,7 +651,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
651
651
  * @param geographic * The geographic region to zoom to.
652
652
  */
653
653
  IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
654
- this.i.zw(toRect(geographic));
654
+ this.i.aa0(toRect(geographic));
655
655
  };
656
656
  Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
657
657
  /**
@@ -158,9 +158,6 @@ var IgxGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
158
158
  return this.findEphemera(name);
159
159
  }
160
160
  }
161
- if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
162
- return this.geographicMap;
163
- }
164
161
  return null;
165
162
  };
166
163
  /**
@@ -26,7 +26,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
26
26
  * Checks if this control is geographic coordinate system
27
27
  */
28
28
  get: function () {
29
- return this.i.fd;
29
+ return this.i.ff;
30
30
  },
31
31
  enumerable: false,
32
32
  configurable: true
@@ -47,10 +47,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
47
47
  * 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%.
48
48
  */
49
49
  get: function () {
50
- return this.i.xd;
50
+ return this.i.xm;
51
51
  },
52
52
  set: function (v) {
53
- this.i.xd = +v;
53
+ this.i.xm = +v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -75,10 +75,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
75
75
 
76
76
  */
77
77
  IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
78
- this.i.qn();
78
+ this.i.qu();
79
79
  };
80
80
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
81
- var iv = this.i.ku(item, memberPathName);
81
+ var iv = this.i.kz(item, memberPathName);
82
82
  return (iv);
83
83
  };
84
84
  /**
@@ -87,7 +87,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
87
87
  * @param memberPathName * The property name of a valid member path for the series
88
88
  */
89
89
  IgxGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
90
- var iv = this.i.mi(memberPathName);
90
+ var iv = this.i.mo(memberPathName);
91
91
  return (iv);
92
92
  };
93
93
  /**
@@ -96,23 +96,23 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
96
96
  * @param world * The world coordinates to use.
97
97
  */
98
98
  IgxGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
99
- var iv = this.i.kr(toPoint(world));
99
+ var iv = this.i.kw(toPoint(world));
100
100
  return (iv);
101
101
  };
102
102
  IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
103
- var iv = this.i.ke(toPoint(world), skipUnknowns);
103
+ var iv = this.i.kj(toPoint(world), skipUnknowns);
104
104
  return (iv);
105
105
  };
106
106
  IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
107
- var iv = this.i.kc(toPoint(world), skipUnknowns);
107
+ var iv = this.i.kh(toPoint(world), skipUnknowns);
108
108
  return (iv);
109
109
  };
110
110
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
111
- var iv = this.i.i8(toPoint(world), useInterpolation, skipUnknowns);
111
+ var iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
112
112
  return (iv);
113
113
  };
114
114
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
115
- var iv = this.i.wn(toPoint(world), useInterpolation, skipUnknowns);
115
+ var iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
116
116
  return fromPoint(iv);
117
117
  };
118
118
  /**
@@ -121,7 +121,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
121
121
  * @param world * The world coordinate for which to get a value bounding box for
122
122
  */
123
123
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
124
- var iv = this.i.wy(toPoint(world));
124
+ var iv = this.i.w7(toPoint(world));
125
125
  return fromRect(iv);
126
126
  };
127
127
  /**
@@ -130,31 +130,31 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
130
130
  * @param world * The world coordinates for which to get a value marker bounding box for
131
131
  */
132
132
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
133
- var iv = this.i.w0(toPoint(world));
133
+ var iv = this.i.w9(toPoint(world));
134
134
  return fromRect(iv);
135
135
  };
136
136
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
137
- var iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
137
+ var iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
138
138
  return (iv);
139
139
  };
140
140
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
141
- var iv = this.i.wj(toPoint(world), useInterpolation, skipUnknowns);
141
+ var iv = this.i.wr(toPoint(world), useInterpolation, skipUnknowns);
142
142
  return fromPoint(iv);
143
143
  };
144
144
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
145
- var iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
145
+ var iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
146
146
  return (iv);
147
147
  };
148
148
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
149
- var iv = this.i.wl(toPoint(world), useInterpolation, skipUnknowns);
149
+ var iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
150
150
  return fromPoint(iv);
151
151
  };
152
152
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
153
- var iv = this.i.wo(toPoint(mouse), useInterpolation, skipUnknowns);
153
+ var iv = this.i.ww(toPoint(mouse), useInterpolation, skipUnknowns);
154
154
  return fromPoint(iv);
155
155
  };
156
156
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
157
- var iv = this.i.i9(toPoint(mouse), useInterpolation, skipUnknowns);
157
+ var iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
158
158
  return (iv);
159
159
  };
160
160
  /**
@@ -162,7 +162,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
162
162
 
163
163
  */
164
164
  IgxGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
165
- var iv = this.i.iy();
165
+ var iv = this.i.i3();
166
166
  return (iv);
167
167
  };
168
168
  /**
@@ -171,14 +171,14 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
171
171
  * @param animate * True if the change should be animated.
172
172
  */
173
173
  IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
174
- this.i.rz(animate);
174
+ this.i.r7(animate);
175
175
  };
176
176
  /**
177
177
  * Called when this series' Style is updated.
178
178
 
179
179
  */
180
180
  IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
181
- this.i.sl();
181
+ this.i.st();
182
182
  };
183
183
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
184
184
  IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });