igniteui-webcomponents-maps 5.0.2 → 5.1.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 (78) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1524 -1524
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +191 -191
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
  12. package/esm2015/lib/GeographicTileSeries.js +29 -29
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +93 -93
  16. package/esm2015/lib/XamGeographicMap_combined.js +465 -465
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  21. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  22. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  23. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  24. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  25. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  26. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  27. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  28. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  29. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igc-tile-series-component.js +3 -3
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +189 -189
  34. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
  40. package/esm5/lib/GeographicTileSeries.js +28 -28
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +91 -91
  44. package/esm5/lib/XamGeographicMap_combined.js +458 -458
  45. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  46. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  47. package/esm5/lib/igc-geographic-map-component.js +50 -50
  48. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  49. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  50. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  51. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  52. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  53. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  54. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  55. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  56. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  57. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igc-tile-series-component.js +3 -3
  59. package/fesm2015/igniteui-webcomponents-maps.js +1538 -1538
  60. package/fesm5/igniteui-webcomponents-maps.js +1524 -1524
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -26
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +49 -49
  64. package/lib/GeographicMarkerSeries.d.ts +18 -18
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
  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 +29 -29
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
  74. package/lib/GeographicTileSeries.d.ts +11 -11
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +114 -114
  78. package/package.json +3 -3
@@ -79,7 +79,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
79
79
  * Gets whether the current series shows a line contour shape.
80
80
  */
81
81
  get: function () {
82
- return this.i.fh;
82
+ return this.i.fi;
83
83
  },
84
84
  enumerable: false,
85
85
  configurable: true
@@ -89,10 +89,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
89
89
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
90
90
  */
91
91
  get: function () {
92
- return this.i.xr;
92
+ return this.i.xv;
93
93
  },
94
94
  set: function (v) {
95
- this.i.xr = v;
95
+ this.i.xv = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,7 +102,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
102
102
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
103
103
  */
104
104
  get: function () {
105
- var r = this.i.xn;
105
+ var r = this.i.xr;
106
106
  if (r == null) {
107
107
  return null;
108
108
  }
@@ -118,7 +118,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
118
118
  set: function (v) {
119
119
  if (v != null && this._stylingContainer && v._styling)
120
120
  v._styling(this._stylingContainer, this, this);
121
- v == null ? this.i.xn = null : this.i.xn = v.i;
121
+ v == null ? this.i.xr = null : this.i.xr = v.i;
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,7 +128,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
128
128
  * Gets actual fill scale that is set on the FillScale property or default FillScale
129
129
  */
130
130
  get: function () {
131
- var r = this.i.xm;
131
+ var r = this.i.xq;
132
132
  if (r == null) {
133
133
  return null;
134
134
  }
@@ -144,7 +144,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
144
144
  set: function (v) {
145
145
  if (v != null && this._stylingContainer && v._styling)
146
146
  v._styling(this._stylingContainer, this, this);
147
- v == null ? this.i.xm = null : this.i.xm = v.i;
147
+ v == null ? this.i.xq = null : this.i.xq = v.i;
148
148
  },
149
149
  enumerable: false,
150
150
  configurable: true
@@ -154,7 +154,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
154
154
  * The ContourValueResolver used to determine the numeric values of contours.
155
155
  */
156
156
  get: function () {
157
- var r = this.i.xj;
157
+ var r = this.i.xn;
158
158
  if (r == null) {
159
159
  return null;
160
160
  }
@@ -170,7 +170,7 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
170
170
  set: function (v) {
171
171
  if (v != null && this._stylingContainer && v._styling)
172
172
  v._styling(this._stylingContainer, this, this);
173
- v == null ? this.i.xj = null : this.i.xj = v.i;
173
+ v == null ? this.i.xn = null : this.i.xn = v.i;
174
174
  },
175
175
  enumerable: false,
176
176
  configurable: true
@@ -78,7 +78,7 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
78
78
  * Gets whether the current series shows pixels.
79
79
  */
80
80
  get: function () {
81
- return this.i.fm;
81
+ return this.i.fn;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -88,10 +88,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
88
88
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
89
89
  */
90
90
  get: function () {
91
- return this.i.xf;
91
+ return this.i.xj;
92
92
  },
93
93
  set: function (v) {
94
- this.i.xf = v;
94
+ this.i.xj = v;
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,10 +101,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
101
101
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
102
102
  */
103
103
  get: function () {
104
- return this.i.xh;
104
+ return this.i.xl;
105
105
  },
106
106
  set: function (v) {
107
- this.i.xh = v;
107
+ this.i.xl = v;
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
@@ -114,11 +114,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
114
114
  * Gets or sets the whether to use use brute force mode.
115
115
  */
116
116
  get: function () {
117
- return this.i.w4;
117
+ return this.i.w8;
118
118
  },
119
119
  set: function (v) {
120
- this.i.w4 = ensureBool(v);
121
- this._a("useBruteForce", this.i.w4);
120
+ this.i.w8 = ensureBool(v);
121
+ this._a("useBruteForce", this.i.w8);
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,11 +128,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
128
128
  * Gets or sets the whether to progressively load the data into the chart.
129
129
  */
130
130
  get: function () {
131
- return this.i.w3;
131
+ return this.i.w7;
132
132
  },
133
133
  set: function (v) {
134
- this.i.w3 = ensureBool(v);
135
- this._a("progressiveLoad", this.i.w3);
134
+ this.i.w7 = ensureBool(v);
135
+ this._a("progressiveLoad", this.i.w7);
136
136
  },
137
137
  enumerable: false,
138
138
  configurable: true
@@ -142,11 +142,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
142
142
  * Gets or sets the whether the chart reacts to mouse move events.
143
143
  */
144
144
  get: function () {
145
- return this.i.w2;
145
+ return this.i.w6;
146
146
  },
147
147
  set: function (v) {
148
- this.i.w2 = ensureBool(v);
149
- this._a("mouseOverEnabled", this.i.w2);
148
+ this.i.w6 = ensureBool(v);
149
+ this._a("mouseOverEnabled", this.i.w6);
150
150
  },
151
151
  enumerable: false,
152
152
  configurable: true
@@ -156,11 +156,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
156
156
  * Gets or sets the density value that maps to the minimum heat color.
157
157
  */
158
158
  get: function () {
159
- return this.i.w6;
159
+ return this.i.xa;
160
160
  },
161
161
  set: function (v) {
162
- this.i.w6 = +v;
163
- this._a("heatMinimum", this.i.w6);
162
+ this.i.xa = +v;
163
+ this._a("heatMinimum", this.i.xa);
164
164
  },
165
165
  enumerable: false,
166
166
  configurable: true
@@ -170,11 +170,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
170
170
  * Gets or sets the value that maps to the maximum heat color.
171
171
  */
172
172
  get: function () {
173
- return this.i.w5;
173
+ return this.i.w9;
174
174
  },
175
175
  set: function (v) {
176
- this.i.w5 = +v;
177
- this._a("heatMaximum", this.i.w5);
176
+ this.i.w9 = +v;
177
+ this._a("heatMaximum", this.i.w9);
178
178
  },
179
179
  enumerable: false,
180
180
  configurable: true
@@ -184,11 +184,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
184
184
  * Gets or sets the color to use for the minimum end of the scale.
185
185
  */
186
186
  get: function () {
187
- return colorToString(this.i.x0);
187
+ return colorToString(this.i.x4);
188
188
  },
189
189
  set: function (v) {
190
- this.i.x0 = stringToColor(v);
191
- this._a("heatMinimumColor", colorToString(this.i.x0));
190
+ this.i.x4 = stringToColor(v);
191
+ this._a("heatMinimumColor", colorToString(this.i.x4));
192
192
  },
193
193
  enumerable: false,
194
194
  configurable: true
@@ -198,11 +198,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
198
198
  * Gets or sets the color to use for the maximum end of the scale.
199
199
  */
200
200
  get: function () {
201
- return colorToString(this.i.xz);
201
+ return colorToString(this.i.x3);
202
202
  },
203
203
  set: function (v) {
204
- this.i.xz = stringToColor(v);
205
- this._a("heatMaximumColor", colorToString(this.i.xz));
204
+ this.i.x3 = stringToColor(v);
205
+ this._a("heatMaximumColor", colorToString(this.i.x3));
206
206
  },
207
207
  enumerable: false,
208
208
  configurable: true
@@ -212,11 +212,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
212
212
  * Gets or sets the the pixel extent of the square data points that are rendered.
213
213
  */
214
214
  get: function () {
215
- return this.i.w9;
215
+ return this.i.xd;
216
216
  },
217
217
  set: function (v) {
218
- this.i.w9 = +v;
219
- this._a("pointExtent", this.i.w9);
218
+ this.i.xd = +v;
219
+ this._a("pointExtent", this.i.xd);
220
220
  },
221
221
  enumerable: false,
222
222
  configurable: true
@@ -226,11 +226,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
226
226
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
227
227
  */
228
228
  get: function () {
229
- return this.i.xa;
229
+ return this.i.xe;
230
230
  },
231
231
  set: function (v) {
232
- this.i.xa = +v;
233
- this._a("progressiveStatus", this.i.xa);
232
+ this.i.xe = +v;
233
+ this._a("progressiveStatus", this.i.xe);
234
234
  },
235
235
  enumerable: false,
236
236
  configurable: true
@@ -388,11 +388,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
388
388
  * Gets or sets zoomability of the current control
389
389
  */
390
390
  get: function () {
391
- return this.i.wq;
391
+ return this.i.w5;
392
392
  },
393
393
  set: function (v) {
394
- this.i.wq = ensureBool(v);
395
- this._a("zoomable", this.i.wq);
394
+ this.i.w5 = ensureBool(v);
395
+ this._a("zoomable", this.i.w5);
396
396
  },
397
397
  enumerable: false,
398
398
  configurable: true
@@ -402,11 +402,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
402
402
  * Gets or sets the behavior to use during resize.
403
403
  */
404
404
  get: function () {
405
- return this.i.wj;
405
+ return this.i.wy;
406
406
  },
407
407
  set: function (v) {
408
- this.i.wj = ensureEnum(MapResizeBehavior_$type, v);
409
- this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.wj));
408
+ this.i.wy = ensureEnum(MapResizeBehavior_$type, v);
409
+ this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.wy));
410
410
  },
411
411
  enumerable: false,
412
412
  configurable: true
@@ -416,11 +416,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
416
416
  * Gets or sets if the map should horizontally wrap.
417
417
  */
418
418
  get: function () {
419
- return this.i.wn;
419
+ return this.i.w2;
420
420
  },
421
421
  set: function (v) {
422
- this.i.wn = ensureBool(v);
423
- this._a("isHorizontalWrappingEnabled", this.i.wn);
422
+ this.i.w2 = ensureBool(v);
423
+ this._a("isHorizontalWrappingEnabled", this.i.w2);
424
424
  },
425
425
  enumerable: false,
426
426
  configurable: true
@@ -430,11 +430,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
430
430
  * Gets or sets if the map should horizontally wrap.
431
431
  */
432
432
  get: function () {
433
- return this.i.wf;
433
+ return this.i.wu;
434
434
  },
435
435
  set: function (v) {
436
- this.i.wf = ensureEnum(MapBackgroundTilingMode_$type, v);
437
- this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.wf));
436
+ this.i.wu = ensureEnum(MapBackgroundTilingMode_$type, v);
437
+ this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.wu));
438
438
  },
439
439
  enumerable: false,
440
440
  configurable: true
@@ -444,11 +444,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
444
444
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
445
445
  */
446
446
  get: function () {
447
- return this.i.wp;
447
+ return this.i.w4;
448
448
  },
449
449
  set: function (v) {
450
- this.i.wp = ensureBool(v);
451
- this._a("useWorldRectForZoomBounds", this.i.wp);
450
+ this.i.w4 = ensureBool(v);
451
+ this._a("useWorldRectForZoomBounds", this.i.w4);
452
452
  },
453
453
  enumerable: false,
454
454
  configurable: true
@@ -458,11 +458,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
458
458
  * Gets or sets whether skip resetting the zoom when the world rect changes.
459
459
  */
460
460
  get: function () {
461
- return this.i.wo;
461
+ return this.i.w3;
462
462
  },
463
463
  set: function (v) {
464
- this.i.wo = ensureBool(v);
465
- this._a("suppressZoomResetOnWorldRectChange", this.i.wo);
464
+ this.i.w3 = ensureBool(v);
465
+ this._a("suppressZoomResetOnWorldRectChange", this.i.w3);
466
466
  },
467
467
  enumerable: false,
468
468
  configurable: true
@@ -472,11 +472,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
472
472
  * Gets or sets the world bounding rectangle.
473
473
  */
474
474
  get: function () {
475
- return fromRect(this.i.yl);
475
+ return fromRect(this.i.y0);
476
476
  },
477
477
  set: function (v) {
478
- this.i.yl = toRect(v);
479
- this._a("worldRect", rectToString(this.i.yl));
478
+ this.i.y0 = toRect(v);
479
+ this._a("worldRect", rectToString(this.i.y0));
480
480
  },
481
481
  enumerable: false,
482
482
  configurable: true
@@ -486,11 +486,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
486
486
  * Gets the actual value of the WorldRect.
487
487
  */
488
488
  get: function () {
489
- return fromRect(this.i.x9);
489
+ return fromRect(this.i.yo);
490
490
  },
491
491
  set: function (v) {
492
- this.i.x9 = toRect(v);
493
- this._a("actualWorldRect", rectToString(this.i.x9));
492
+ this.i.yo = toRect(v);
493
+ this._a("actualWorldRect", rectToString(this.i.yo));
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -501,7 +501,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
501
501
  * 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.
502
502
  */
503
503
  get: function () {
504
- var r = this.i.v8;
504
+ var r = this.i.wn;
505
505
  if (r == null) {
506
506
  return null;
507
507
  }
@@ -517,7 +517,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
517
517
  set: function (v) {
518
518
  if (v != null && this._stylingContainer && v._styling)
519
519
  v._styling(this._stylingContainer, this, this);
520
- v == null ? this.i.v8 = null : this.i.v8 = v.i;
520
+ v == null ? this.i.wn = null : this.i.wn = v.i;
521
521
  },
522
522
  enumerable: false,
523
523
  configurable: true
@@ -528,7 +528,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
528
528
  * 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.
529
529
  */
530
530
  get: function () {
531
- var r = this.i.wa;
531
+ var r = this.i.wp;
532
532
  if (r == null) {
533
533
  return null;
534
534
  }
@@ -544,7 +544,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
544
544
  set: function (v) {
545
545
  if (v != null && this._stylingContainer && v._styling)
546
546
  v._styling(this._stylingContainer, this, this);
547
- v == null ? this.i.wa = null : this.i.wa = v.i;
547
+ v == null ? this.i.wp = null : this.i.wp = v.i;
548
548
  },
549
549
  enumerable: false,
550
550
  configurable: true
@@ -554,7 +554,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
554
554
  * Indicates if this SeriesViewer is a map.
555
555
  */
556
556
  get: function () {
557
- return this.i.e9;
557
+ return this.i.fc;
558
558
  },
559
559
  enumerable: false,
560
560
  configurable: true
@@ -565,11 +565,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
565
565
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
566
566
  */
567
567
  get: function () {
568
- return this.i.wv;
568
+ return this.i.xa;
569
569
  },
570
570
  set: function (v) {
571
- this.i.wv = +v;
572
- this._a("windowScale", this.i.wv);
571
+ this.i.xa = +v;
572
+ this._a("windowScale", this.i.xa);
573
573
  },
574
574
  enumerable: false,
575
575
  configurable: true
@@ -580,11 +580,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
580
580
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
581
581
  */
582
582
  get: function () {
583
- return this.i.wu;
583
+ return this.i.w9;
584
584
  },
585
585
  set: function (v) {
586
- this.i.wu = +v;
587
- this._a("actualWindowScale", this.i.wu);
586
+ this.i.w9 = +v;
587
+ this._a("actualWindowScale", this.i.w9);
588
588
  },
589
589
  enumerable: false,
590
590
  configurable: true
@@ -594,7 +594,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
594
594
  * Gets whether or not the control is ready for zooming
595
595
  */
596
596
  get: function () {
597
- return this.i.wr;
597
+ return this.i.w6;
598
598
  },
599
599
  enumerable: false,
600
600
  configurable: true
@@ -625,7 +625,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
625
625
 
626
626
  */
627
627
  IgcGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
628
- var iv = this.i.yd();
628
+ var iv = this.i.ys();
629
629
  return fromRect(iv);
630
630
  };
631
631
  /**
@@ -642,14 +642,14 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
 
643
643
  */
644
644
  IgcGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
645
- this.i.xp(toRect(zoomWindow));
645
+ this.i.x4(toRect(zoomWindow));
646
646
  };
647
647
  /**
648
648
  * Updates world rect in geographic coordinates
649
649
 
650
650
  */
651
651
  IgcGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
652
- this.i.xo(toRect(worldRect));
652
+ this.i.x3(toRect(worldRect));
653
653
  };
654
654
  /**
655
655
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -661,7 +661,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
661
661
  return fromRect(iv);
662
662
  };
663
663
  IgcGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
664
- var iv = this.i.ya(toRect(geographic), extraPixelPadding);
664
+ var iv = this.i.yp(toRect(geographic), extraPixelPadding);
665
665
  return fromRect(iv);
666
666
  };
667
667
  IgcGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -674,7 +674,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
674
674
  * @param windowRect * The zoom area.
675
675
  */
676
676
  IgcGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
677
- var iv = this.i.yf(toRect(windowRect));
677
+ var iv = this.i.yu(toRect(windowRect));
678
678
  return fromRect(iv);
679
679
  };
680
680
  /**
@@ -683,7 +683,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
683
683
  * @param pixelCoordinate * A pixel-based coordinate
684
684
  */
685
685
  IgcGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
686
- var iv = this.i.x1(toPoint(pixelCoordinate));
686
+ var iv = this.i.yg(toPoint(pixelCoordinate));
687
687
  return fromPoint(iv);
688
688
  };
689
689
  /**
@@ -692,7 +692,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
692
692
  * @param geographicCoordinate * A geographic coordinate
693
693
  */
694
694
  IgcGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
695
- var iv = this.i.x2(toPoint(geographicCoordinate));
695
+ var iv = this.i.yh(toPoint(geographicCoordinate));
696
696
  return fromPoint(iv);
697
697
  };
698
698
  /**
@@ -701,7 +701,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
701
701
  * @param geographicCoordinate * A geographic coordinate
702
702
  */
703
703
  IgcGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
704
- var iv = this.i.x3(toPoint(geographicCoordinate));
704
+ var iv = this.i.yi(toPoint(geographicCoordinate));
705
705
  return fromPoint(iv);
706
706
  };
707
707
  /**
@@ -709,21 +709,21 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
709
709
 
710
710
  */
711
711
  IgcGeographicMapComponent.prototype.clearTileCache = function () {
712
- this.i.xc();
712
+ this.i.xr();
713
713
  };
714
714
  /**
715
715
  * Notifies the chart that the CSS styles in effect have been updated.
716
716
 
717
717
  */
718
718
  IgcGeographicMapComponent.prototype.styleUpdated = function () {
719
- this.i.xk();
719
+ this.i.xz();
720
720
  };
721
721
  /**
722
722
  * Gets actual window scale for horizontal dimension of the control
723
723
 
724
724
  */
725
725
  IgcGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
726
- var iv = this.i.hl();
726
+ var iv = this.i.hq();
727
727
  return (iv);
728
728
  };
729
729
  /**
@@ -731,7 +731,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
731
731
 
732
732
  */
733
733
  IgcGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
734
- var iv = this.i.hm();
734
+ var iv = this.i.hr();
735
735
  return (iv);
736
736
  };
737
737
  /**
@@ -746,7 +746,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
746
746
 
747
747
  */
748
748
  IgcGeographicMapComponent.prototype.exportVisualData = function () {
749
- var iv = this.i.wy();
749
+ var iv = this.i.xd();
750
750
  return (iv);
751
751
  };
752
752
  /**
@@ -755,7 +755,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
755
755
  * @param geographic * The geographic region to zoom to.
756
756
  */
757
757
  IgcGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
758
- this.i.xr(toRect(geographic));
758
+ this.i.x6(toRect(geographic));
759
759
  };
760
760
  Object.defineProperty(IgcGeographicMapComponent.prototype, "imageTilesReady", {
761
761
  /**