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
@@ -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.x1;
297
+ return this.i.yu;
298
298
  },
299
299
  set: function (v) {
300
- this.i.x1 = ensureBool(v);
300
+ this.i.yu = 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.xu;
310
+ return this.i.yn;
311
311
  },
312
312
  set: function (v) {
313
- this.i.xu = ensureEnum(MapResizeBehavior_$type, v);
313
+ this.i.yn = 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.xy;
323
+ return this.i.yr;
324
324
  },
325
325
  set: function (v) {
326
- this.i.xy = ensureBool(v);
326
+ this.i.yr = 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.xq;
336
+ return this.i.yj;
337
337
  },
338
338
  set: function (v) {
339
- this.i.xq = ensureEnum(MapBackgroundTilingMode_$type, v);
339
+ this.i.yj = 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.x0;
349
+ return this.i.yt;
350
350
  },
351
351
  set: function (v) {
352
- this.i.x0 = ensureBool(v);
352
+ this.i.yt = 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.xz;
362
+ return this.i.ys;
363
363
  },
364
364
  set: function (v) {
365
- this.i.xz = ensureBool(v);
365
+ this.i.ys = 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.zw);
375
+ return fromRect(this.i.aap);
376
376
  },
377
377
  set: function (v) {
378
- this.i.zw = toRect(v);
378
+ this.i.aap = 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.zk);
388
+ return fromRect(this.i.aad);
389
389
  },
390
390
  set: function (v) {
391
- this.i.zk = toRect(v);
391
+ this.i.aad = 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.xj;
402
+ var r = this.i.yc;
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.xj = null : this.i.xj = v.i;
418
+ v == null ? this.i.yc = null : this.i.yc = 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.xl;
429
+ var r = this.i.ye;
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.xl = null : this.i.xl = v.i;
445
+ v == null ? this.i.ye = null : this.i.ye = 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.fh;
455
+ return this.i.ft;
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.x6;
466
+ return this.i.yz;
467
467
  },
468
468
  set: function (v) {
469
- this.i.x6 = +v;
469
+ this.i.yz = +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.x5;
480
+ return this.i.yy;
481
481
  },
482
482
  set: function (v) {
483
- this.i.x5 = +v;
483
+ this.i.yy = +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.x2;
493
+ return this.i.yv;
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.zo();
524
+ var iv = this.i.aah();
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.y0(toRect(zoomWindow));
541
+ this.i.zt(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.yz(toRect(worldRect));
548
+ this.i.zs(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.zl(toRect(geographic), extraPixelPadding);
560
+ var iv = this.i.aae(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.zq(toRect(windowRect));
573
+ var iv = this.i.aaj(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.zc(toPoint(pixelCoordinate));
582
+ var iv = this.i.z5(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.zd(toPoint(geographicCoordinate));
591
+ var iv = this.i.z6(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.ze(toPoint(geographicCoordinate));
600
+ var iv = this.i.z7(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.yn();
608
+ this.i.zg();
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.yv();
615
+ this.i.zo();
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.hz();
622
+ var iv = this.i.ic();
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.h0();
630
+ var iv = this.i.id();
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.x9();
645
+ var iv = this.i.y2();
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.y2(toRect(geographic));
654
+ this.i.zv(toRect(geographic));
655
655
  };
656
656
  Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
657
657
  /**
@@ -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.w7;
50
+ return this.i.xc;
51
51
  },
52
52
  set: function (v) {
53
- this.i.w7 = +v;
53
+ this.i.xc = +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.qi();
78
+ this.i.qm();
79
79
  };
80
80
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
81
- var iv = this.i.kr(item, memberPathName);
81
+ var iv = this.i.ku(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.mf(memberPathName);
90
+ var iv = this.i.mi(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.ko(toPoint(world));
99
+ var iv = this.i.kr(toPoint(world));
100
100
  return (iv);
101
101
  };
102
102
  IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
103
- var iv = this.i.kb(toPoint(world), skipUnknowns);
103
+ var iv = this.i.ke(toPoint(world), skipUnknowns);
104
104
  return (iv);
105
105
  };
106
106
  IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
107
- var iv = this.i.j9(toPoint(world), skipUnknowns);
107
+ var iv = this.i.kc(toPoint(world), skipUnknowns);
108
108
  return (iv);
109
109
  };
110
110
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
111
- var iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
111
+ var iv = this.i.i8(toPoint(world), useInterpolation, skipUnknowns);
112
112
  return (iv);
113
113
  };
114
114
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
115
- var iv = this.i.wh(toPoint(world), useInterpolation, skipUnknowns);
115
+ var iv = this.i.wm(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.ws(toPoint(world));
124
+ var iv = this.i.wx(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.wu(toPoint(world));
133
+ var iv = this.i.wz(toPoint(world));
134
134
  return fromRect(iv);
135
135
  };
136
136
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
137
- var iv = this.i.i2(toPoint(world), useInterpolation, skipUnknowns);
137
+ var iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
138
138
  return (iv);
139
139
  };
140
140
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
141
- var iv = this.i.wd(toPoint(world), useInterpolation, skipUnknowns);
141
+ var iv = this.i.wi(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.i4(toPoint(world), useInterpolation, skipUnknowns);
145
+ var iv = this.i.i6(toPoint(world), useInterpolation, skipUnknowns);
146
146
  return (iv);
147
147
  };
148
148
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
149
- var iv = this.i.wf(toPoint(world), useInterpolation, skipUnknowns);
149
+ var iv = this.i.wk(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.wi(toPoint(mouse), useInterpolation, skipUnknowns);
153
+ var iv = this.i.wn(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.i7(toPoint(mouse), useInterpolation, skipUnknowns);
157
+ var iv = this.i.i9(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.ix();
165
+ var iv = this.i.iy();
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.ru(animate);
174
+ this.i.ry(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.sg();
181
+ this.i.sk();
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 });
@@ -30,10 +30,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
30
30
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
31
31
  */
32
32
  get: function () {
33
- return this.i.xf;
33
+ return this.i.xk;
34
34
  },
35
35
  set: function (v) {
36
- this.i.xf = ensureEnum(MarkerType_$type, v);
36
+ this.i.xk = ensureEnum(MarkerType_$type, v);
37
37
  },
38
38
  enumerable: false,
39
39
  configurable: true
@@ -43,10 +43,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
43
43
  * Gets or sets thickness of the marker outline
44
44
  */
45
45
  get: function () {
46
- return this.i.xg;
46
+ return this.i.xl;
47
47
  },
48
48
  set: function (v) {
49
- this.i.xg = +v;
49
+ this.i.xl = +v;
50
50
  },
51
51
  enumerable: false,
52
52
  configurable: true
@@ -56,10 +56,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
56
56
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
57
57
  */
58
58
  get: function () {
59
- return this.i.xe;
59
+ return this.i.xj;
60
60
  },
61
61
  set: function (v) {
62
- this.i.xe = ensureEnum(MarkerOutlineMode_$type, v);
62
+ this.i.xj = ensureEnum(MarkerOutlineMode_$type, v);
63
63
  },
64
64
  enumerable: false,
65
65
  configurable: true
@@ -69,10 +69,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
69
69
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
70
70
  */
71
71
  get: function () {
72
- return this.i.xd;
72
+ return this.i.xi;
73
73
  },
74
74
  set: function (v) {
75
- this.i.xd = ensureEnum(MarkerFillMode_$type, v);
75
+ this.i.xi = ensureEnum(MarkerFillMode_$type, v);
76
76
  },
77
77
  enumerable: false,
78
78
  configurable: true
@@ -82,10 +82,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
82
82
  * Gets or sets the MarkerTemplate for the current series object.
83
83
  */
84
84
  get: function () {
85
- return this.i.xv;
85
+ return this.i.x0;
86
86
  },
87
87
  set: function (v) {
88
- this.i.xv = v;
88
+ this.i.x0 = v;
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true
@@ -95,10 +95,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
95
95
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
96
96
  */
97
97
  get: function () {
98
- return brushToString(this.i.x9);
98
+ return brushToString(this.i.ye);
99
99
  },
100
100
  set: function (v) {
101
- this.i.x9 = stringToBrush(v);
101
+ this.i.ye = stringToBrush(v);
102
102
  },
103
103
  enumerable: false,
104
104
  configurable: true
@@ -108,10 +108,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
108
108
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
109
109
  */
110
110
  get: function () {
111
- return brushToString(this.i.ya);
111
+ return brushToString(this.i.yf);
112
112
  },
113
113
  set: function (v) {
114
- this.i.ya = stringToBrush(v);
114
+ this.i.yf = stringToBrush(v);
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -123,10 +123,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
123
123
  * choose a representative set.
124
124
  */
125
125
  get: function () {
126
- return this.i.xh;
126
+ return this.i.xm;
127
127
  },
128
128
  set: function (v) {
129
- this.i.xh = +v;
129
+ this.i.xm = +v;
130
130
  },
131
131
  enumerable: false,
132
132
  configurable: true
@@ -136,10 +136,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
136
136
  * Gets the effective marker template for the current series object.
137
137
  */
138
138
  get: function () {
139
- return this.i.xu;
139
+ return this.i.xz;
140
140
  },
141
141
  set: function (v) {
142
- this.i.xu = v;
142
+ this.i.xz = v;
143
143
  },
144
144
  enumerable: false,
145
145
  configurable: true
@@ -149,10 +149,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
149
149
  * Gets the effective marker brush for the current series object.
150
150
  */
151
151
  get: function () {
152
- return brushToString(this.i.x7);
152
+ return brushToString(this.i.yc);
153
153
  },
154
154
  set: function (v) {
155
- this.i.x7 = stringToBrush(v);
155
+ this.i.yc = stringToBrush(v);
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
@@ -162,10 +162,10 @@ var IgxGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
162
162
  * Gets the effective marker outline for the current series object.
163
163
  */
164
164
  get: function () {
165
- return brushToString(this.i.x8);
165
+ return brushToString(this.i.yd);
166
166
  },
167
167
  set: function (v) {
168
- this.i.x8 = stringToBrush(v);
168
+ this.i.yd = stringToBrush(v);
169
169
  },
170
170
  enumerable: false,
171
171
  configurable: true
@@ -46,11 +46,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
46
46
  * Gets or sets the fill brush.
47
47
  */
48
48
  get: function () {
49
- return this.i.ys ? this.i.ys.fill : null;
49
+ return this.i.yx ? this.i.yx.fill : null;
50
50
  },
51
51
  set: function (v) {
52
52
  this.ensureShapeStyle();
53
- this.i.ys.fill = v;
53
+ this.i.yx.fill = v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,11 +60,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
60
60
  * Gets or sets the stroke brush.
61
61
  */
62
62
  get: function () {
63
- return this.i.ys ? this.i.ys.stroke : null;
63
+ return this.i.yx ? this.i.yx.stroke : null;
64
64
  },
65
65
  set: function (v) {
66
66
  this.ensureShapeStyle();
67
- this.i.ys.stroke = v;
67
+ this.i.yx.stroke = v;
68
68
  },
69
69
  enumerable: false,
70
70
  configurable: true
@@ -74,11 +74,11 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
74
74
  * Gets or sets the stroke thickness.
75
75
  */
76
76
  get: function () {
77
- return this.i.ys ? this.i.ys.strokeThickness : NaN;
77
+ return this.i.yx ? this.i.yx.strokeThickness : NaN;
78
78
  },
79
79
  set: function (v) {
80
80
  this.ensureShapeStyle();
81
- this.i.ys.strokeThickness = +v;
81
+ this.i.yx.strokeThickness = +v;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -88,20 +88,20 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
88
88
  * Gets or sets the opacity.
89
89
  */
90
90
  get: function () {
91
- return this.i.ys ? this.i.ys.opacity : NaN;
91
+ return this.i.yx ? this.i.yx.opacity : NaN;
92
92
  },
93
93
  set: function (v) {
94
94
  this.ensureShapeStyle();
95
- this.i.ys.opacity = +v;
95
+ this.i.yx.opacity = +v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
99
99
  });
100
100
  IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
101
- if (this.i.ys) {
101
+ if (this.i.yx) {
102
102
  return;
103
103
  }
104
- this.i.ys = new Style();
104
+ this.i.yx = new Style();
105
105
  };
106
106
  Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
107
107
  get: function () {