igniteui-angular-maps 14.1.1 → 14.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 (77) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1512 -1461
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  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 +60 -60
  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/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +27 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +52 -50
  18. package/esm2015/lib/igx-geographic-map-imagery.js +25 -2
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +44 -42
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +19 -17
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +26 -20
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +6 -5
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +5 -4
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  33. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  39. package/esm5/lib/GeographicTileSeries.js +27 -27
  40. package/esm5/lib/TileSeries_combined.js +86 -86
  41. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  42. package/esm5/lib/igx-geographic-contour-line-series-component.js +27 -24
  43. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  44. package/esm5/lib/igx-geographic-map-component.js +52 -50
  45. package/esm5/lib/igx-geographic-map-imagery.js +26 -3
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +44 -42
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +19 -17
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +26 -20
  52. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +6 -5
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +5 -4
  57. package/fesm2015/igniteui-angular-maps.js +1525 -1474
  58. package/fesm5/igniteui-angular-maps.js +1513 -1462
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  62. package/lib/GeographicMarkerSeries.d.ts +18 -18
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  72. package/lib/GeographicTileSeries.d.ts +10 -10
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +21 -21
  75. package/lib/XamGeographicMap_combined.d.ts +112 -112
  76. package/lib/igx-geographic-map-imagery.d.ts +4 -1
  77. 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.d0;
40
+ return this.i.d1;
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.q5;
50
+ return this.i.q9;
51
51
  },
52
52
  set: function (v) {
53
- this.i.q5 = v;
53
+ this.i.q9 = v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,22 +60,23 @@ 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
- if (this.i.q1 == null) {
63
+ var r = this.i.q5;
64
+ if (r == null) {
64
65
  return null;
65
66
  }
66
- if (!this.i.q1.externalObject) {
67
- var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q1);
67
+ if (!r.externalObject) {
68
+ var e = IgxValueBrushScaleComponent._createFromInternal(r);
68
69
  if (e) {
69
- e._implementation = this.i.q1;
70
+ e._implementation = r;
70
71
  }
71
- this.i.q1.externalObject = e;
72
+ r.externalObject = e;
72
73
  }
73
- return this.i.q1.externalObject;
74
+ return r.externalObject;
74
75
  },
75
76
  set: function (v) {
76
77
  if (v != null && this._stylingContainer && v._styling)
77
78
  v._styling(this._stylingContainer, this, this);
78
- v == null ? this.i.q1 = null : this.i.q1 = v.i;
79
+ v == null ? this.i.q5 = null : this.i.q5 = v.i;
79
80
  },
80
81
  enumerable: false,
81
82
  configurable: true
@@ -85,22 +86,23 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
85
86
  * Gets actual fill scale that is set on the FillScale property or default FillScale
86
87
  */
87
88
  get: function () {
88
- if (this.i.q0 == null) {
89
+ var r = this.i.q4;
90
+ if (r == null) {
89
91
  return null;
90
92
  }
91
- if (!this.i.q0.externalObject) {
92
- var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q0);
93
+ if (!r.externalObject) {
94
+ var e = IgxValueBrushScaleComponent._createFromInternal(r);
93
95
  if (e) {
94
- e._implementation = this.i.q0;
96
+ e._implementation = r;
95
97
  }
96
- this.i.q0.externalObject = e;
98
+ r.externalObject = e;
97
99
  }
98
- return this.i.q0.externalObject;
100
+ return r.externalObject;
99
101
  },
100
102
  set: function (v) {
101
103
  if (v != null && this._stylingContainer && v._styling)
102
104
  v._styling(this._stylingContainer, this, this);
103
- v == null ? this.i.q0 = null : this.i.q0 = v.i;
105
+ v == null ? this.i.q4 = null : this.i.q4 = v.i;
104
106
  },
105
107
  enumerable: false,
106
108
  configurable: true
@@ -110,22 +112,23 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
110
112
  * The ContourValueResolver used to determine the numeric values of contours.
111
113
  */
112
114
  get: function () {
113
- if (this.i.qx == null) {
115
+ var r = this.i.q1;
116
+ if (r == null) {
114
117
  return null;
115
118
  }
116
- if (!this.i.qx.externalObject) {
117
- var e = IgxContourValueResolverComponent._createFromInternal(this.i.qx);
119
+ if (!r.externalObject) {
120
+ var e = IgxContourValueResolverComponent._createFromInternal(r);
118
121
  if (e) {
119
- e._implementation = this.i.qx;
122
+ e._implementation = r;
120
123
  }
121
- this.i.qx.externalObject = e;
124
+ r.externalObject = e;
122
125
  }
123
- return this.i.qx.externalObject;
126
+ return r.externalObject;
124
127
  },
125
128
  set: function (v) {
126
129
  if (v != null && this._stylingContainer && v._styling)
127
130
  v._styling(this._stylingContainer, this, this);
128
- v == null ? this.i.qx = null : this.i.qx = v.i;
131
+ v == null ? this.i.q1 = null : this.i.q1 = v.i;
129
132
  },
130
133
  enumerable: false,
131
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.d5;
39
+ return this.i.d6;
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.qt;
49
+ return this.i.qx;
50
50
  },
51
51
  set: function (v) {
52
- this.i.qt = v;
52
+ this.i.qx = 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.qv;
62
+ return this.i.qz;
63
63
  },
64
64
  set: function (v) {
65
- this.i.qv = v;
65
+ this.i.qz = 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.qi;
75
+ return this.i.qm;
76
76
  },
77
77
  set: function (v) {
78
- this.i.qi = ensureBool(v);
78
+ this.i.qm = 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.qh;
88
+ return this.i.ql;
89
89
  },
90
90
  set: function (v) {
91
- this.i.qh = ensureBool(v);
91
+ this.i.ql = 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.qg;
101
+ return this.i.qk;
102
102
  },
103
103
  set: function (v) {
104
- this.i.qg = ensureBool(v);
104
+ this.i.qk = 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.qk;
114
+ return this.i.qo;
115
115
  },
116
116
  set: function (v) {
117
- this.i.qk = +v;
117
+ this.i.qo = +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.qj;
127
+ return this.i.qn;
128
128
  },
129
129
  set: function (v) {
130
- this.i.qj = +v;
130
+ this.i.qn = +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.re);
140
+ return colorToString(this.i.ri);
141
141
  },
142
142
  set: function (v) {
143
- this.i.re = stringToColor(v);
143
+ this.i.ri = 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.rd);
153
+ return colorToString(this.i.rh);
154
154
  },
155
155
  set: function (v) {
156
- this.i.rd = stringToColor(v);
156
+ this.i.rh = 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.qn;
166
+ return this.i.qr;
167
167
  },
168
168
  set: function (v) {
169
- this.i.qn = +v;
169
+ this.i.qr = +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.qo;
179
+ return this.i.qs;
180
180
  },
181
181
  set: function (v) {
182
- this.i.qo = +v;
182
+ this.i.qs = +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.tk;
297
+ return this.i.ue;
298
298
  },
299
299
  set: function (v) {
300
- this.i.tk = ensureBool(v);
300
+ this.i.ue = 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.td;
310
+ return this.i.t7;
311
311
  },
312
312
  set: function (v) {
313
- this.i.td = ensureEnum(MapResizeBehavior_$type, v);
313
+ this.i.t7 = 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.th;
323
+ return this.i.ub;
324
324
  },
325
325
  set: function (v) {
326
- this.i.th = ensureBool(v);
326
+ this.i.ub = 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.s9;
336
+ return this.i.t3;
337
337
  },
338
338
  set: function (v) {
339
- this.i.s9 = ensureEnum(MapBackgroundTilingMode_$type, v);
339
+ this.i.t3 = 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.tj;
349
+ return this.i.ud;
350
350
  },
351
351
  set: function (v) {
352
- this.i.tj = ensureBool(v);
352
+ this.i.ud = 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.ti;
362
+ return this.i.uc;
363
363
  },
364
364
  set: function (v) {
365
- this.i.ti = ensureBool(v);
365
+ this.i.uc = 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.vf);
375
+ return fromRect(this.i.v9);
376
376
  },
377
377
  set: function (v) {
378
- this.i.vf = toRect(v);
378
+ this.i.v9 = 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.u3);
388
+ return fromRect(this.i.vx);
389
389
  },
390
390
  set: function (v) {
391
- this.i.u3 = toRect(v);
391
+ this.i.vx = toRect(v);
392
392
  },
393
393
  enumerable: false,
394
394
  configurable: true
@@ -399,22 +399,23 @@ 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
- if (this.i.s2 == null) {
402
+ var r = this.i.tw;
403
+ if (r == null) {
403
404
  return null;
404
405
  }
405
- if (!this.i.s2.externalObject) {
406
- var e = IgxNumericXAxisComponent._createFromInternal(this.i.s2);
406
+ if (!r.externalObject) {
407
+ var e = IgxNumericXAxisComponent._createFromInternal(r);
407
408
  if (e) {
408
- e._implementation = this.i.s2;
409
+ e._implementation = r;
409
410
  }
410
- this.i.s2.externalObject = e;
411
+ r.externalObject = e;
411
412
  }
412
- return this.i.s2.externalObject;
413
+ return r.externalObject;
413
414
  },
414
415
  set: function (v) {
415
416
  if (v != null && this._stylingContainer && v._styling)
416
417
  v._styling(this._stylingContainer, this, this);
417
- v == null ? this.i.s2 = null : this.i.s2 = v.i;
418
+ v == null ? this.i.tw = null : this.i.tw = v.i;
418
419
  },
419
420
  enumerable: false,
420
421
  configurable: true
@@ -425,22 +426,23 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
425
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.
426
427
  */
427
428
  get: function () {
428
- if (this.i.s4 == null) {
429
+ var r = this.i.ty;
430
+ if (r == null) {
429
431
  return null;
430
432
  }
431
- if (!this.i.s4.externalObject) {
432
- var e = IgxNumericYAxisComponent._createFromInternal(this.i.s4);
433
+ if (!r.externalObject) {
434
+ var e = IgxNumericYAxisComponent._createFromInternal(r);
433
435
  if (e) {
434
- e._implementation = this.i.s4;
436
+ e._implementation = r;
435
437
  }
436
- this.i.s4.externalObject = e;
438
+ r.externalObject = e;
437
439
  }
438
- return this.i.s4.externalObject;
440
+ return r.externalObject;
439
441
  },
440
442
  set: function (v) {
441
443
  if (v != null && this._stylingContainer && v._styling)
442
444
  v._styling(this._stylingContainer, this, this);
443
- v == null ? this.i.s4 = null : this.i.s4 = v.i;
445
+ v == null ? this.i.ty = null : this.i.ty = v.i;
444
446
  },
445
447
  enumerable: false,
446
448
  configurable: true
@@ -450,7 +452,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
450
452
  * Indicates if this SeriesViewer is a map.
451
453
  */
452
454
  get: function () {
453
- return this.i.ef;
455
+ return this.i.ej;
454
456
  },
455
457
  enumerable: false,
456
458
  configurable: true
@@ -461,10 +463,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
461
463
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
462
464
  */
463
465
  get: function () {
464
- return this.i.tp;
466
+ return this.i.uj;
465
467
  },
466
468
  set: function (v) {
467
- this.i.tp = +v;
469
+ this.i.uj = +v;
468
470
  },
469
471
  enumerable: false,
470
472
  configurable: true
@@ -475,10 +477,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
475
477
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
476
478
  */
477
479
  get: function () {
478
- return this.i.to;
480
+ return this.i.ui;
479
481
  },
480
482
  set: function (v) {
481
- this.i.to = +v;
483
+ this.i.ui = +v;
482
484
  },
483
485
  enumerable: false,
484
486
  configurable: true
@@ -488,7 +490,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
488
490
  * Gets whether or not the control is ready for zooming
489
491
  */
490
492
  get: function () {
491
- return this.i.tl;
493
+ return this.i.uf;
492
494
  },
493
495
  enumerable: false,
494
496
  configurable: true
@@ -519,7 +521,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
519
521
 
520
522
  */
521
523
  IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
522
- var iv = this.i.u7();
524
+ var iv = this.i.v1();
523
525
  return fromRect(iv);
524
526
  };
525
527
  /**
@@ -536,14 +538,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
536
538
 
537
539
  */
538
540
  IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
539
- this.i.uj(toRect(zoomWindow));
541
+ this.i.vd(toRect(zoomWindow));
540
542
  };
541
543
  /**
542
544
  * Updates world rect in geographic coordinates
543
545
 
544
546
  */
545
547
  IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
546
- this.i.ui(toRect(worldRect));
548
+ this.i.vc(toRect(worldRect));
547
549
  };
548
550
  /**
549
551
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -555,7 +557,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
555
557
  return fromRect(iv);
556
558
  };
557
559
  IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
558
- var iv = this.i.u4(toRect(geographic), extraPixelPadding);
560
+ var iv = this.i.vy(toRect(geographic), extraPixelPadding);
559
561
  return fromRect(iv);
560
562
  };
561
563
  IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -568,7 +570,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
568
570
  * @param windowRect * The zoom area.
569
571
  */
570
572
  IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
571
- var iv = this.i.u9(toRect(windowRect));
573
+ var iv = this.i.v3(toRect(windowRect));
572
574
  return fromRect(iv);
573
575
  };
574
576
  /**
@@ -577,7 +579,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
577
579
  * @param pixelCoordinate * A pixel-based coordinate
578
580
  */
579
581
  IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
580
- var iv = this.i.uv(toPoint(pixelCoordinate));
582
+ var iv = this.i.vp(toPoint(pixelCoordinate));
581
583
  return fromPoint(iv);
582
584
  };
583
585
  /**
@@ -586,7 +588,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
586
588
  * @param geographicCoordinate * A geographic coordinate
587
589
  */
588
590
  IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
589
- var iv = this.i.uw(toPoint(geographicCoordinate));
591
+ var iv = this.i.vq(toPoint(geographicCoordinate));
590
592
  return fromPoint(iv);
591
593
  };
592
594
  /**
@@ -595,7 +597,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
595
597
  * @param geographicCoordinate * A geographic coordinate
596
598
  */
597
599
  IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
598
- var iv = this.i.ux(toPoint(geographicCoordinate));
600
+ var iv = this.i.vr(toPoint(geographicCoordinate));
599
601
  return fromPoint(iv);
600
602
  };
601
603
  /**
@@ -603,21 +605,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
603
605
 
604
606
  */
605
607
  IgxGeographicMapComponent.prototype.clearTileCache = function () {
606
- this.i.t6();
608
+ this.i.u0();
607
609
  };
608
610
  /**
609
611
  * Notifies the chart that the CSS styles in effect have been updated.
610
612
 
611
613
  */
612
614
  IgxGeographicMapComponent.prototype.styleUpdated = function () {
613
- this.i.ue();
615
+ this.i.u8();
614
616
  };
615
617
  /**
616
618
  * Gets actual window scale for horizontal dimension of the control
617
619
 
618
620
  */
619
621
  IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
620
- var iv = this.i.ga();
622
+ var iv = this.i.gm();
621
623
  return (iv);
622
624
  };
623
625
  /**
@@ -625,7 +627,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
625
627
 
626
628
  */
627
629
  IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
628
- var iv = this.i.gb();
630
+ var iv = this.i.gn();
629
631
  return (iv);
630
632
  };
631
633
  /**
@@ -640,7 +642,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
640
642
 
641
643
  */
642
644
  IgxGeographicMapComponent.prototype.exportVisualData = function () {
643
- var iv = this.i.ts();
645
+ var iv = this.i.um();
644
646
  return (iv);
645
647
  };
646
648
  /**
@@ -649,7 +651,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
649
651
  * @param geographic * The geographic region to zoom to.
650
652
  */
651
653
  IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
652
- this.i.ul(toRect(geographic));
654
+ this.i.vf(toRect(geographic));
653
655
  };
654
656
  Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
655
657
  /**
@@ -4,6 +4,7 @@ import { IgxImageTilesReadyEventArgs } from "./igx-image-tiles-ready-event-args"
4
4
  import { IgxImagesChangedEventArgs } from "./igx-images-changed-event-args";
5
5
  import { IgxCancellingMultiScaleImageEventArgs } from "igniteui-angular-core";
6
6
  import { IgxDownloadingMultiScaleImageEventArgs } from "igniteui-angular-core";
7
+ import { TypeRegistrar } from "igniteui-angular-core";
7
8
  import { fromRect, toRect, ensureBool } from "igniteui-angular-core";
8
9
  /**
9
10
  * Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgxGeographicMap.Component
@@ -28,10 +29,26 @@ var IgxGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
28
29
  */
29
30
  get: function () {
30
31
  return this._implementation;
31
- },
32
+ } /**
33
+ * @hidden
34
+ */,
32
35
  enumerable: false,
33
36
  configurable: true
34
37
  });
38
+ IgxGeographicMapImagery._createFromInternal = function (internal) {
39
+ if (!internal) {
40
+ return null;
41
+ }
42
+ if (!internal.$type) {
43
+ return null;
44
+ }
45
+ var name = internal.$type.name;
46
+ var externalName = "Igx" + name + "Component";
47
+ if (!TypeRegistrar.isRegistered(externalName)) {
48
+ return null;
49
+ }
50
+ return TypeRegistrar.create(externalName);
51
+ };
35
52
  IgxGeographicMapImagery.prototype.onImplementationCreated = function () {
36
53
  };
37
54
  IgxGeographicMapImagery.prototype._provideImplementation = function (i) {
@@ -71,10 +88,11 @@ var IgxGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
71
88
  * The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
72
89
  */
73
90
  get: function () {
74
- if (this.i.geographicMap == null) {
91
+ var r = this.i.geographicMap;
92
+ if (r == null) {
75
93
  return null;
76
94
  }
77
- return this.i.geographicMap.externalObject;
95
+ return r.externalObject;
78
96
  },
79
97
  set: function (v) {
80
98
  v == null ? this.i.geographicMap = null : this.i.geographicMap = v.i;
@@ -132,6 +150,11 @@ var IgxGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
132
150
  configurable: true
133
151
  });
134
152
  IgxGeographicMapImagery.prototype.findByName = function (name) {
153
+ if (this.findEphemera) {
154
+ if (name && name.indexOf("@@e:") == 0) {
155
+ return this.findEphemera(name);
156
+ }
157
+ }
135
158
  if (this.geographicMap && this.geographicMap.name && this.geographicMap.name == name) {
136
159
  return this.geographicMap;
137
160
  }