igniteui-webcomponents-maps 6.3.1-beta.0 → 7.0.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-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-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/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-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-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/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  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 +3 -3
@@ -78,7 +78,7 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
78
78
  * Gets whether the current series shows pixels.
79
79
  */
80
80
  get: function () {
81
- return this.i.fr;
81
+ return this.i.fs;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -88,10 +88,10 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.x8;
91
+ return this.i.x9;
92
92
  },
93
93
  set: function (v) {
94
- this.i.x8 = v;
94
+ this.i.x9 = v;
95
95
  },
96
96
  enumerable: false,
97
97
  configurable: true
@@ -101,10 +101,10 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.ya;
104
+ return this.i.yb;
105
105
  },
106
106
  set: function (v) {
107
- this.i.ya = v;
107
+ this.i.yb = v;
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
@@ -114,11 +114,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
114
114
  * Gets or sets the whether to use use brute force mode.
115
115
  */
116
116
  get: function () {
117
- return this.i.xx;
117
+ return this.i.xy;
118
118
  },
119
119
  set: function (v) {
120
- this.i.xx = ensureBool(v);
121
- this._a("useBruteForce", this.i.xx);
120
+ this.i.xy = ensureBool(v);
121
+ this._a("useBruteForce", this.i.xy);
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -128,11 +128,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.xw;
131
+ return this.i.xx;
132
132
  },
133
133
  set: function (v) {
134
- this.i.xw = ensureBool(v);
135
- this._a("progressiveLoad", this.i.xw);
134
+ this.i.xx = ensureBool(v);
135
+ this._a("progressiveLoad", this.i.xx);
136
136
  },
137
137
  enumerable: false,
138
138
  configurable: true
@@ -142,11 +142,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
142
142
  * Gets or sets the whether the chart reacts to mouse move events.
143
143
  */
144
144
  get: function () {
145
- return this.i.xv;
145
+ return this.i.xw;
146
146
  },
147
147
  set: function (v) {
148
- this.i.xv = ensureBool(v);
149
- this._a("mouseOverEnabled", this.i.xv);
148
+ this.i.xw = ensureBool(v);
149
+ this._a("mouseOverEnabled", this.i.xw);
150
150
  },
151
151
  enumerable: false,
152
152
  configurable: true
@@ -156,11 +156,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.xz;
159
+ return this.i.x0;
160
160
  },
161
161
  set: function (v) {
162
- this.i.xz = +v;
163
- this._a("heatMinimum", this.i.xz);
162
+ this.i.x0 = +v;
163
+ this._a("heatMinimum", this.i.x0);
164
164
  },
165
165
  enumerable: false,
166
166
  configurable: true
@@ -170,11 +170,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
170
170
  * Gets or sets the value that maps to the maximum heat color.
171
171
  */
172
172
  get: function () {
173
- return this.i.xy;
173
+ return this.i.xz;
174
174
  },
175
175
  set: function (v) {
176
- this.i.xy = +v;
177
- this._a("heatMaximum", this.i.xy);
176
+ this.i.xz = +v;
177
+ this._a("heatMaximum", this.i.xz);
178
178
  },
179
179
  enumerable: false,
180
180
  configurable: true
@@ -184,11 +184,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.yt);
187
+ return colorToString(this.i.yu);
188
188
  },
189
189
  set: function (v) {
190
- this.i.yt = stringToColor(v);
191
- this._a("heatMinimumColor", colorToString(this.i.yt));
190
+ this.i.yu = stringToColor(v);
191
+ this._a("heatMinimumColor", colorToString(this.i.yu));
192
192
  },
193
193
  enumerable: false,
194
194
  configurable: true
@@ -198,11 +198,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.ys);
201
+ return colorToString(this.i.yt);
202
202
  },
203
203
  set: function (v) {
204
- this.i.ys = stringToColor(v);
205
- this._a("heatMaximumColor", colorToString(this.i.ys));
204
+ this.i.yt = stringToColor(v);
205
+ this._a("heatMaximumColor", colorToString(this.i.yt));
206
206
  },
207
207
  enumerable: false,
208
208
  configurable: true
@@ -212,11 +212,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.x2;
215
+ return this.i.x3;
216
216
  },
217
217
  set: function (v) {
218
- this.i.x2 = +v;
219
- this._a("pointExtent", this.i.x2);
218
+ this.i.x3 = +v;
219
+ this._a("pointExtent", this.i.x3);
220
220
  },
221
221
  enumerable: false,
222
222
  configurable: true
@@ -226,11 +226,11 @@ export var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__P
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.x3;
229
+ return this.i.x4;
230
230
  },
231
231
  set: function (v) {
232
- this.i.x3 = +v;
233
- this._a("progressiveStatus", this.i.x3);
232
+ this.i.x4 = +v;
233
+ this._a("progressiveStatus", this.i.x4);
234
234
  },
235
235
  enumerable: false,
236
236
  configurable: true
@@ -82,11 +82,11 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
82
82
  * 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%.
83
83
  */
84
84
  get: function () {
85
- return this.i.xn;
85
+ return this.i.xo;
86
86
  },
87
87
  set: function (v) {
88
- this.i.xn = +v;
89
- this._a("visibleFromScale", this.i.xn);
88
+ this.i.xo = +v;
89
+ this._a("visibleFromScale", this.i.xo);
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -111,10 +111,10 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
111
111
 
112
112
  */
113
113
  IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
114
- this.i.qv();
114
+ this.i.qw();
115
115
  };
116
116
  IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
117
- var iv = this.i.kz(item, memberPathName);
117
+ var iv = this.i.k0(item, memberPathName);
118
118
  return (iv);
119
119
  };
120
120
  /**
@@ -123,7 +123,7 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
123
123
  * @param memberPathName * The property name of a valid member path for the series
124
124
  */
125
125
  IgcGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
126
- var iv = this.i.mo(memberPathName);
126
+ var iv = this.i.mp(memberPathName);
127
127
  return (iv);
128
128
  };
129
129
  /**
@@ -132,23 +132,23 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
132
132
  * @param world * The world coordinates to use.
133
133
  */
134
134
  IgcGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
135
- var iv = this.i.kw(toPoint(world));
135
+ var iv = this.i.kx(toPoint(world));
136
136
  return (iv);
137
137
  };
138
138
  IgcGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
139
- var iv = this.i.kj(toPoint(world), skipUnknowns);
139
+ var iv = this.i.kk(toPoint(world), skipUnknowns);
140
140
  return (iv);
141
141
  };
142
142
  IgcGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
143
- var iv = this.i.kh(toPoint(world), skipUnknowns);
143
+ var iv = this.i.ki(toPoint(world), skipUnknowns);
144
144
  return (iv);
145
145
  };
146
146
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
147
- var iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
147
+ var iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
148
148
  return (iv);
149
149
  };
150
150
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
151
- var iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
151
+ var iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
152
152
  return fromPoint(iv);
153
153
  };
154
154
  /**
@@ -157,7 +157,7 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
157
157
  * @param world * The world coordinate for which to get a value bounding box for
158
158
  */
159
159
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
160
- var iv = this.i.w8(toPoint(world));
160
+ var iv = this.i.w9(toPoint(world));
161
161
  return fromRect(iv);
162
162
  };
163
163
  /**
@@ -166,31 +166,31 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
166
166
  * @param world * The world coordinates for which to get a value marker bounding box for
167
167
  */
168
168
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
169
- var iv = this.i.xa(toPoint(world));
169
+ var iv = this.i.xb(toPoint(world));
170
170
  return fromRect(iv);
171
171
  };
172
172
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
173
- var iv = this.i.i9(toPoint(world), useInterpolation, skipUnknowns);
173
+ var iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
174
174
  return (iv);
175
175
  };
176
176
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
177
- var iv = this.i.ws(toPoint(world), useInterpolation, skipUnknowns);
177
+ var iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
178
178
  return fromPoint(iv);
179
179
  };
180
180
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
181
- var iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
181
+ var iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
182
182
  return (iv);
183
183
  };
184
184
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
185
- var iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
185
+ var iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
186
186
  return fromPoint(iv);
187
187
  };
188
188
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
189
- var iv = this.i.wx(toPoint(mouse), useInterpolation, skipUnknowns);
189
+ var iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
190
190
  return fromPoint(iv);
191
191
  };
192
192
  IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
193
- var iv = this.i.je(toPoint(mouse), useInterpolation, skipUnknowns);
193
+ var iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
194
194
  return (iv);
195
195
  };
196
196
  /**
@@ -198,7 +198,7 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
198
198
 
199
199
  */
200
200
  IgcGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
201
- var iv = this.i.i3();
201
+ var iv = this.i.i4();
202
202
  return (iv);
203
203
  };
204
204
  /**
@@ -207,14 +207,14 @@ export var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (fu
207
207
  * @param animate * True if the change should be animated.
208
208
  */
209
209
  IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
210
- this.i.r8(animate);
210
+ this.i.r9(animate);
211
211
  };
212
212
  /**
213
213
  * Called when this series' Style is updated.
214
214
 
215
215
  */
216
216
  IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
217
- this.i.su();
217
+ this.i.sv();
218
218
  };
219
219
  IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
220
220
  return IgcGeographicMapSeriesHostComponent;
@@ -65,11 +65,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
65
65
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
66
66
  */
67
67
  get: function () {
68
- return this.i.xv;
68
+ return this.i.xw;
69
69
  },
70
70
  set: function (v) {
71
- this.i.xv = ensureEnum(MarkerType_$type, v);
72
- this._a("markerType", enumToString(MarkerType_$type, this.i.xv));
71
+ this.i.xw = ensureEnum(MarkerType_$type, v);
72
+ this._a("markerType", enumToString(MarkerType_$type, this.i.xw));
73
73
  },
74
74
  enumerable: false,
75
75
  configurable: true
@@ -79,11 +79,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
79
79
  * Gets or sets thickness of the marker outline
80
80
  */
81
81
  get: function () {
82
- return this.i.xw;
82
+ return this.i.xx;
83
83
  },
84
84
  set: function (v) {
85
- this.i.xw = +v;
86
- this._a("markerThickness", this.i.xw);
85
+ this.i.xx = +v;
86
+ this._a("markerThickness", this.i.xx);
87
87
  },
88
88
  enumerable: false,
89
89
  configurable: true
@@ -93,11 +93,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
93
93
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
94
94
  */
95
95
  get: function () {
96
- return this.i.xu;
96
+ return this.i.xv;
97
97
  },
98
98
  set: function (v) {
99
- this.i.xu = ensureEnum(MarkerOutlineMode_$type, v);
100
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xu));
99
+ this.i.xv = ensureEnum(MarkerOutlineMode_$type, v);
100
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.xv));
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,11 +107,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
107
107
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
108
108
  */
109
109
  get: function () {
110
- return this.i.xt;
110
+ return this.i.xu;
111
111
  },
112
112
  set: function (v) {
113
- this.i.xt = ensureEnum(MarkerFillMode_$type, v);
114
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xt));
113
+ this.i.xu = ensureEnum(MarkerFillMode_$type, v);
114
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xu));
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -121,10 +121,10 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
121
121
  * Gets or sets the MarkerTemplate for the current series object.
122
122
  */
123
123
  get: function () {
124
- return this.i.yb;
124
+ return this.i.yc;
125
125
  },
126
126
  set: function (v) {
127
- this.i.yb = v;
127
+ this.i.yc = v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,11 +134,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
134
134
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
135
135
  */
136
136
  get: function () {
137
- return brushToString(this.i.yp);
137
+ return brushToString(this.i.yq);
138
138
  },
139
139
  set: function (v) {
140
- this.i.yp = stringToBrush(v);
141
- this._a("markerBrush", brushToString(this.i.yp));
140
+ this.i.yq = stringToBrush(v);
141
+ this._a("markerBrush", brushToString(this.i.yq));
142
142
  },
143
143
  enumerable: false,
144
144
  configurable: true
@@ -148,11 +148,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
148
148
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
149
149
  */
150
150
  get: function () {
151
- return brushToString(this.i.yq);
151
+ return brushToString(this.i.yr);
152
152
  },
153
153
  set: function (v) {
154
- this.i.yq = stringToBrush(v);
155
- this._a("markerOutline", brushToString(this.i.yq));
154
+ this.i.yr = stringToBrush(v);
155
+ this._a("markerOutline", brushToString(this.i.yr));
156
156
  },
157
157
  enumerable: false,
158
158
  configurable: true
@@ -164,11 +164,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
164
164
  * choose a representative set.
165
165
  */
166
166
  get: function () {
167
- return this.i.xx;
167
+ return this.i.xy;
168
168
  },
169
169
  set: function (v) {
170
- this.i.xx = +v;
171
- this._a("maximumMarkers", this.i.xx);
170
+ this.i.xy = +v;
171
+ this._a("maximumMarkers", this.i.xy);
172
172
  },
173
173
  enumerable: false,
174
174
  configurable: true
@@ -178,10 +178,10 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
178
178
  * Gets the effective marker template for the current series object.
179
179
  */
180
180
  get: function () {
181
- return this.i.ya;
181
+ return this.i.yb;
182
182
  },
183
183
  set: function (v) {
184
- this.i.ya = v;
184
+ this.i.yb = v;
185
185
  },
186
186
  enumerable: false,
187
187
  configurable: true
@@ -191,11 +191,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
191
191
  * Gets the effective marker brush for the current series object.
192
192
  */
193
193
  get: function () {
194
- return brushToString(this.i.yn);
194
+ return brushToString(this.i.yo);
195
195
  },
196
196
  set: function (v) {
197
- this.i.yn = stringToBrush(v);
198
- this._a("actualMarkerBrush", brushToString(this.i.yn));
197
+ this.i.yo = stringToBrush(v);
198
+ this._a("actualMarkerBrush", brushToString(this.i.yo));
199
199
  },
200
200
  enumerable: false,
201
201
  configurable: true
@@ -205,11 +205,11 @@ export var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (fun
205
205
  * Gets the effective marker outline for the current series object.
206
206
  */
207
207
  get: function () {
208
- return brushToString(this.i.yo);
208
+ return brushToString(this.i.yp);
209
209
  },
210
210
  set: function (v) {
211
- this.i.yo = stringToBrush(v);
212
- this._a("actualMarkerOutline", brushToString(this.i.yo));
211
+ this.i.yp = stringToBrush(v);
212
+ this._a("actualMarkerOutline", brushToString(this.i.yp));
213
213
  },
214
214
  enumerable: false,
215
215
  configurable: true
@@ -78,7 +78,7 @@ export var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (f
78
78
  * Gets whether the current series shows a polyline shape.
79
79
  */
80
80
  get: function () {
81
- return this.i.fu;
81
+ return this.i.fv;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -88,11 +88,11 @@ export var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (f
88
88
  * Gets or sets the fill brush.
89
89
  */
90
90
  get: function () {
91
- return this.i.y8 ? this.i.y8.fill : null;
91
+ return this.i.y9 ? this.i.y9.fill : null;
92
92
  },
93
93
  set: function (v) {
94
94
  this.ensureShapeStyle();
95
- this.i.y8.fill = v;
95
+ this.i.y9.fill = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,11 +102,11 @@ export var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (f
102
102
  * Gets or sets the stroke brush.
103
103
  */
104
104
  get: function () {
105
- return this.i.y8 ? this.i.y8.stroke : null;
105
+ return this.i.y9 ? this.i.y9.stroke : null;
106
106
  },
107
107
  set: function (v) {
108
108
  this.ensureShapeStyle();
109
- this.i.y8.stroke = v;
109
+ this.i.y9.stroke = v;
110
110
  },
111
111
  enumerable: false,
112
112
  configurable: true
@@ -116,12 +116,12 @@ export var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (f
116
116
  * Gets or sets the stroke thickness.
117
117
  */
118
118
  get: function () {
119
- return this.i.y8 ? this.i.y8.strokeThickness : NaN;
119
+ return this.i.y9 ? this.i.y9.strokeThickness : NaN;
120
120
  },
121
121
  set: function (v) {
122
122
  this.ensureShapeStyle();
123
- this.i.y8.strokeThickness = +v;
124
- this._a("shapeStrokeThickness", this.i.y8.strokeThickness);
123
+ this.i.y9.strokeThickness = +v;
124
+ this._a("shapeStrokeThickness", this.i.y9.strokeThickness);
125
125
  },
126
126
  enumerable: false,
127
127
  configurable: true
@@ -131,21 +131,21 @@ export var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (f
131
131
  * Gets or sets the opacity.
132
132
  */
133
133
  get: function () {
134
- return this.i.y8 ? this.i.y8.opacity : NaN;
134
+ return this.i.y9 ? this.i.y9.opacity : NaN;
135
135
  },
136
136
  set: function (v) {
137
137
  this.ensureShapeStyle();
138
- this.i.y8.opacity = +v;
139
- this._a("shapeOpacity", this.i.y8.opacity);
138
+ this.i.y9.opacity = +v;
139
+ this._a("shapeOpacity", this.i.y9.opacity);
140
140
  },
141
141
  enumerable: false,
142
142
  configurable: true
143
143
  });
144
144
  IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
145
- if (this.i.y8) {
145
+ if (this.i.y9) {
146
146
  return;
147
147
  }
148
- this.i.y8 = new Style();
148
+ this.i.y9 = new Style();
149
149
  };
150
150
  Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
151
151
  get: function () {