igniteui-angular-maps 21.0.0 → 21.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1045 -1045
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-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 +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  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 +4 -4
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  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 +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  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 +4 -4
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-angular-maps.js +1053 -1053
  58. package/fesm5/igniteui-angular-maps.js +1045 -1045
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  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 +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +2 -2
@@ -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.fr;
39
+ return this.i.fs;
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.x8;
49
+ return this.i.x9;
50
50
  },
51
51
  set: function (v) {
52
- this.i.x8 = v;
52
+ this.i.x9 = 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.ya;
62
+ return this.i.yb;
63
63
  },
64
64
  set: function (v) {
65
- this.i.ya = v;
65
+ this.i.yb = 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.xx;
75
+ return this.i.xy;
76
76
  },
77
77
  set: function (v) {
78
- this.i.xx = ensureBool(v);
78
+ this.i.xy = 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.xw;
88
+ return this.i.xx;
89
89
  },
90
90
  set: function (v) {
91
- this.i.xw = ensureBool(v);
91
+ this.i.xx = 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.xv;
101
+ return this.i.xw;
102
102
  },
103
103
  set: function (v) {
104
- this.i.xv = ensureBool(v);
104
+ this.i.xw = 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.xz;
114
+ return this.i.x0;
115
115
  },
116
116
  set: function (v) {
117
- this.i.xz = +v;
117
+ this.i.x0 = +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.xy;
127
+ return this.i.xz;
128
128
  },
129
129
  set: function (v) {
130
- this.i.xy = +v;
130
+ this.i.xz = +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.yt);
140
+ return colorToString(this.i.yu);
141
141
  },
142
142
  set: function (v) {
143
- this.i.yt = stringToColor(v);
143
+ this.i.yu = 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.ys);
153
+ return colorToString(this.i.yt);
154
154
  },
155
155
  set: function (v) {
156
- this.i.ys = stringToColor(v);
156
+ this.i.yt = 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.x2;
166
+ return this.i.x3;
167
167
  },
168
168
  set: function (v) {
169
- this.i.x2 = +v;
169
+ this.i.x3 = +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.x3;
179
+ return this.i.x4;
180
180
  },
181
181
  set: function (v) {
182
- this.i.x3 = +v;
182
+ this.i.x4 = +v;
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -47,10 +47,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
47
47
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
48
48
  */
49
49
  get: function () {
50
- return this.i.xn;
50
+ return this.i.xo;
51
51
  },
52
52
  set: function (v) {
53
- this.i.xn = +v;
53
+ this.i.xo = +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.qv();
78
+ this.i.qw();
79
79
  };
80
80
  IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
81
- var iv = this.i.kz(item, memberPathName);
81
+ var iv = this.i.k0(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.mo(memberPathName);
90
+ var iv = this.i.mp(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.kw(toPoint(world));
99
+ var iv = this.i.kx(toPoint(world));
100
100
  return (iv);
101
101
  };
102
102
  IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
103
- var iv = this.i.kj(toPoint(world), skipUnknowns);
103
+ var iv = this.i.kk(toPoint(world), skipUnknowns);
104
104
  return (iv);
105
105
  };
106
106
  IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
107
- var iv = this.i.kh(toPoint(world), skipUnknowns);
107
+ var iv = this.i.ki(toPoint(world), skipUnknowns);
108
108
  return (iv);
109
109
  };
110
110
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
111
- var iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
111
+ var iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
112
112
  return (iv);
113
113
  };
114
114
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
115
- var iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
115
+ var iv = this.i.wx(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.w8(toPoint(world));
124
+ var iv = this.i.w9(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.xa(toPoint(world));
133
+ var iv = this.i.xb(toPoint(world));
134
134
  return fromRect(iv);
135
135
  };
136
136
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
137
- var iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
137
+ var iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
138
138
  return (iv);
139
139
  };
140
140
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
141
- var iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
141
+ var iv = this.i.wt(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.jb(toPoint(world), useInterpolation, skipUnknowns);
145
+ var iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
146
146
  return (iv);
147
147
  };
148
148
  IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
149
- var iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
149
+ var iv = this.i.wv(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.wx(toPoint(mouse), useInterpolation, skipUnknowns);
153
+ var iv = this.i.wy(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.je(toPoint(mouse), useInterpolation, skipUnknowns);
157
+ var iv = this.i.jf(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.i3();
165
+ var iv = this.i.i4();
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.r8(animate);
174
+ this.i.r9(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.su();
181
+ this.i.sv();
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.xv;
33
+ return this.i.xw;
34
34
  },
35
35
  set: function (v) {
36
- this.i.xv = ensureEnum(MarkerType_$type, v);
36
+ this.i.xw = 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.xw;
46
+ return this.i.xx;
47
47
  },
48
48
  set: function (v) {
49
- this.i.xw = +v;
49
+ this.i.xx = +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.xu;
59
+ return this.i.xv;
60
60
  },
61
61
  set: function (v) {
62
- this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
62
+ this.i.xv = 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.xt;
72
+ return this.i.xu;
73
73
  },
74
74
  set: function (v) {
75
- this.i.xt = ensureEnum(MarkerFillMode_$type, v);
75
+ this.i.xu = 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.yb;
85
+ return this.i.yc;
86
86
  },
87
87
  set: function (v) {
88
- this.i.yb = v;
88
+ this.i.yc = 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.yp);
98
+ return brushToString(this.i.yq);
99
99
  },
100
100
  set: function (v) {
101
- this.i.yp = stringToBrush(v);
101
+ this.i.yq = 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.yq);
111
+ return brushToString(this.i.yr);
112
112
  },
113
113
  set: function (v) {
114
- this.i.yq = stringToBrush(v);
114
+ this.i.yr = 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.xx;
126
+ return this.i.xy;
127
127
  },
128
128
  set: function (v) {
129
- this.i.xx = +v;
129
+ this.i.xy = +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.ya;
139
+ return this.i.yb;
140
140
  },
141
141
  set: function (v) {
142
- this.i.ya = v;
142
+ this.i.yb = 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.yn);
152
+ return brushToString(this.i.yo);
153
153
  },
154
154
  set: function (v) {
155
- this.i.yn = stringToBrush(v);
155
+ this.i.yo = 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.yo);
165
+ return brushToString(this.i.yp);
166
166
  },
167
167
  set: function (v) {
168
- this.i.yo = stringToBrush(v);
168
+ this.i.yp = stringToBrush(v);
169
169
  },
170
170
  enumerable: false,
171
171
  configurable: true
@@ -36,7 +36,7 @@ var IgxGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
36
36
  * Gets whether the current series shows a polyline shape.
37
37
  */
38
38
  get: function () {
39
- return this.i.fu;
39
+ return this.i.fv;
40
40
  },
41
41
  enumerable: false,
42
42
  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.y8 ? this.i.y8.fill : null;
49
+ return this.i.y9 ? this.i.y9.fill : null;
50
50
  },
51
51
  set: function (v) {
52
52
  this.ensureShapeStyle();
53
- this.i.y8.fill = v;
53
+ this.i.y9.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.y8 ? this.i.y8.stroke : null;
63
+ return this.i.y9 ? this.i.y9.stroke : null;
64
64
  },
65
65
  set: function (v) {
66
66
  this.ensureShapeStyle();
67
- this.i.y8.stroke = v;
67
+ this.i.y9.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.y8 ? this.i.y8.strokeThickness : NaN;
77
+ return this.i.y9 ? this.i.y9.strokeThickness : NaN;
78
78
  },
79
79
  set: function (v) {
80
80
  this.ensureShapeStyle();
81
- this.i.y8.strokeThickness = +v;
81
+ this.i.y9.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.y8 ? this.i.y8.opacity : NaN;
91
+ return this.i.y9 ? this.i.y9.opacity : NaN;
92
92
  },
93
93
  set: function (v) {
94
94
  this.ensureShapeStyle();
95
- this.i.y8.opacity = +v;
95
+ this.i.y9.opacity = +v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
99
99
  });
100
100
  IgxGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
101
- if (this.i.y8) {
101
+ if (this.i.y9) {
102
102
  return;
103
103
  }
104
- this.i.y8 = new Style();
104
+ this.i.y9 = new Style();
105
105
  };
106
106
  Object.defineProperty(IgxGeographicPolylineSeriesComponent.prototype, "styleShape", {
107
107
  get: function () {