igniteui-angular-maps 17.2.0 → 17.2.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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1047 -1020
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1055 -1028
  54. package/fesm5/igniteui-angular-maps.js +1047 -1020
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +2 -2
@@ -30,22 +30,22 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
30
30
  * Gets whether the current series shows a line contour shape.
31
31
  */
32
32
  get isLineContour() {
33
- return this.i.ew;
33
+ return this.i.ex;
34
34
  }
35
35
  /**
36
36
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
37
37
  */
38
38
  get valueMemberPath() {
39
- return this.i.u2;
39
+ return this.i.u3;
40
40
  }
41
41
  set valueMemberPath(v) {
42
- this.i.u2 = v;
42
+ this.i.u3 = v;
43
43
  }
44
44
  /**
45
45
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
46
46
  */
47
47
  get fillScale() {
48
- const r = this.i.uy;
48
+ const r = this.i.uz;
49
49
  if (r == null) {
50
50
  return null;
51
51
  }
@@ -61,13 +61,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
61
61
  set fillScale(v) {
62
62
  if (v != null && this._stylingContainer && v._styling)
63
63
  v._styling(this._stylingContainer, this, this);
64
- v == null ? this.i.uy = null : this.i.uy = v.i;
64
+ v == null ? this.i.uz = null : this.i.uz = v.i;
65
65
  }
66
66
  /**
67
67
  * Gets actual fill scale that is set on the FillScale property or default FillScale
68
68
  */
69
69
  get actualFillScale() {
70
- const r = this.i.ux;
70
+ const r = this.i.uy;
71
71
  if (r == null) {
72
72
  return null;
73
73
  }
@@ -83,13 +83,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
83
83
  set actualFillScale(v) {
84
84
  if (v != null && this._stylingContainer && v._styling)
85
85
  v._styling(this._stylingContainer, this, this);
86
- v == null ? this.i.ux = null : this.i.ux = v.i;
86
+ v == null ? this.i.uy = null : this.i.uy = v.i;
87
87
  }
88
88
  /**
89
89
  * The ContourValueResolver used to determine the numeric values of contours.
90
90
  */
91
91
  get valueResolver() {
92
- const r = this.i.uu;
92
+ const r = this.i.uv;
93
93
  if (r == null) {
94
94
  return null;
95
95
  }
@@ -105,7 +105,7 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
105
105
  set valueResolver(v) {
106
106
  if (v != null && this._stylingContainer && v._styling)
107
107
  v._styling(this._stylingContainer, this, this);
108
- v == null ? this.i.uu = null : this.i.uu = v.i;
108
+ v == null ? this.i.uv = null : this.i.uv = v.i;
109
109
  }
110
110
  findByName(name) {
111
111
  var baseResult = super.findByName(name);
@@ -29,106 +29,106 @@ export let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
29
29
  * Gets whether the current series shows pixels.
30
30
  */
31
31
  get isPixel() {
32
- return this.i.e1;
32
+ return this.i.e2;
33
33
  }
34
34
  /**
35
35
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
36
36
  */
37
37
  get latitudeMemberPath() {
38
- return this.i.uq;
38
+ return this.i.ur;
39
39
  }
40
40
  set latitudeMemberPath(v) {
41
- this.i.uq = v;
41
+ this.i.ur = v;
42
42
  }
43
43
  /**
44
44
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
45
45
  */
46
46
  get longitudeMemberPath() {
47
- return this.i.us;
47
+ return this.i.ut;
48
48
  }
49
49
  set longitudeMemberPath(v) {
50
- this.i.us = v;
50
+ this.i.ut = v;
51
51
  }
52
52
  /**
53
53
  * Gets or sets the whether to use use brute force mode.
54
54
  */
55
55
  get useBruteForce() {
56
- return this.i.uf;
56
+ return this.i.ug;
57
57
  }
58
58
  set useBruteForce(v) {
59
- this.i.uf = ensureBool(v);
59
+ this.i.ug = ensureBool(v);
60
60
  }
61
61
  /**
62
62
  * Gets or sets the whether to progressively load the data into the chart.
63
63
  */
64
64
  get progressiveLoad() {
65
- return this.i.ue;
65
+ return this.i.uf;
66
66
  }
67
67
  set progressiveLoad(v) {
68
- this.i.ue = ensureBool(v);
68
+ this.i.uf = ensureBool(v);
69
69
  }
70
70
  /**
71
71
  * Gets or sets the whether the chart reacts to mouse move events.
72
72
  */
73
73
  get mouseOverEnabled() {
74
- return this.i.ud;
74
+ return this.i.ue;
75
75
  }
76
76
  set mouseOverEnabled(v) {
77
- this.i.ud = ensureBool(v);
77
+ this.i.ue = ensureBool(v);
78
78
  }
79
79
  /**
80
80
  * Gets or sets the density value that maps to the minimum heat color.
81
81
  */
82
82
  get heatMinimum() {
83
- return this.i.uh;
83
+ return this.i.ui;
84
84
  }
85
85
  set heatMinimum(v) {
86
- this.i.uh = +v;
86
+ this.i.ui = +v;
87
87
  }
88
88
  /**
89
89
  * Gets or sets the value that maps to the maximum heat color.
90
90
  */
91
91
  get heatMaximum() {
92
- return this.i.ug;
92
+ return this.i.uh;
93
93
  }
94
94
  set heatMaximum(v) {
95
- this.i.ug = +v;
95
+ this.i.uh = +v;
96
96
  }
97
97
  /**
98
98
  * Gets or sets the color to use for the minimum end of the scale.
99
99
  */
100
100
  get heatMinimumColor() {
101
- return colorToString(this.i.vb);
101
+ return colorToString(this.i.vc);
102
102
  }
103
103
  set heatMinimumColor(v) {
104
- this.i.vb = stringToColor(v);
104
+ this.i.vc = stringToColor(v);
105
105
  }
106
106
  /**
107
107
  * Gets or sets the color to use for the maximum end of the scale.
108
108
  */
109
109
  get heatMaximumColor() {
110
- return colorToString(this.i.va);
110
+ return colorToString(this.i.vb);
111
111
  }
112
112
  set heatMaximumColor(v) {
113
- this.i.va = stringToColor(v);
113
+ this.i.vb = stringToColor(v);
114
114
  }
115
115
  /**
116
116
  * Gets or sets the the pixel extent of the square data points that are rendered.
117
117
  */
118
118
  get pointExtent() {
119
- return this.i.uk;
119
+ return this.i.ul;
120
120
  }
121
121
  set pointExtent(v) {
122
- this.i.uk = +v;
122
+ this.i.ul = +v;
123
123
  }
124
124
  /**
125
125
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
126
126
  */
127
127
  get progressiveStatus() {
128
- return this.i.ul;
128
+ return this.i.um;
129
129
  }
130
130
  set progressiveStatus(v) {
131
- this.i.ul = +v;
131
+ this.i.um = +v;
132
132
  }
133
133
  /**
134
134
  * Raised when the progressive loading state of the series has changed.
@@ -20,7 +20,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
20
20
  * Checks if this control is geographic coordinate system
21
21
  */
22
22
  get isGeographic() {
23
- return this.i.eq;
23
+ return this.i.er;
24
24
  }
25
25
  /**
26
26
  * Gets whether this series supports markers
@@ -33,10 +33,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
33
33
  * 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%.
34
34
  */
35
35
  get visibleFromScale() {
36
- return this.i.t5;
36
+ return this.i.t6;
37
37
  }
38
38
  set visibleFromScale(v) {
39
- this.i.t5 = +v;
39
+ this.i.t6 = +v;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -54,10 +54,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
54
54
 
55
55
  */
56
56
  notifyIndexedPropertiesChanged() {
57
- this.i.og();
57
+ this.i.oh();
58
58
  }
59
59
  getItemValue(item, memberPathName) {
60
- let iv = this.i.ju(item, memberPathName);
60
+ let iv = this.i.jv(item, memberPathName);
61
61
  return (iv);
62
62
  }
63
63
  /**
@@ -66,23 +66,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
66
66
  * @param world * The world coordinates to use.
67
67
  */
68
68
  getItem(world) {
69
- let iv = this.i.jr(toPoint(world));
69
+ let iv = this.i.js(toPoint(world));
70
70
  return (iv);
71
71
  }
72
72
  getPreviousOrExactIndex(world, skipUnknowns) {
73
- let iv = this.i.jf(toPoint(world), skipUnknowns);
73
+ let iv = this.i.jg(toPoint(world), skipUnknowns);
74
74
  return (iv);
75
75
  }
76
76
  getNextOrExactIndex(world, skipUnknowns) {
77
- let iv = this.i.jd(toPoint(world), skipUnknowns);
77
+ let iv = this.i.je(toPoint(world), skipUnknowns);
78
78
  return (iv);
79
79
  }
80
80
  getSeriesValue(world, useInterpolation, skipUnknowns) {
81
- let iv = this.i.h9(toPoint(world), useInterpolation, skipUnknowns);
81
+ let iv = this.i.ia(toPoint(world), useInterpolation, skipUnknowns);
82
82
  return (iv);
83
83
  }
84
84
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
85
- let iv = this.i.th(toPoint(world), useInterpolation, skipUnknowns);
85
+ let iv = this.i.ti(toPoint(world), useInterpolation, skipUnknowns);
86
86
  return fromPoint(iv);
87
87
  }
88
88
  /**
@@ -91,7 +91,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
91
91
  * @param world * The world coordinate for which to get a value bounding box for
92
92
  */
93
93
  getSeriesValueBoundingBox(world) {
94
- let iv = this.i.ts(toPoint(world));
94
+ let iv = this.i.tt(toPoint(world));
95
95
  return fromRect(iv);
96
96
  }
97
97
  /**
@@ -100,31 +100,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
100
100
  * @param world * The world coordinates for which to get a value marker bounding box for
101
101
  */
102
102
  getSeriesValueMarkerBoundingBox(world) {
103
- let iv = this.i.tu(toPoint(world));
103
+ let iv = this.i.tv(toPoint(world));
104
104
  return fromRect(iv);
105
105
  }
106
106
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
107
- let iv = this.i.h5(toPoint(world), useInterpolation, skipUnknowns);
107
+ let iv = this.i.h6(toPoint(world), useInterpolation, skipUnknowns);
108
108
  return (iv);
109
109
  }
110
110
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
111
- let iv = this.i.td(toPoint(world), useInterpolation, skipUnknowns);
111
+ let iv = this.i.te(toPoint(world), useInterpolation, skipUnknowns);
112
112
  return fromPoint(iv);
113
113
  }
114
114
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
115
- let iv = this.i.h7(toPoint(world), useInterpolation, skipUnknowns);
115
+ let iv = this.i.h8(toPoint(world), useInterpolation, skipUnknowns);
116
116
  return (iv);
117
117
  }
118
118
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
119
- let iv = this.i.tf(toPoint(world), useInterpolation, skipUnknowns);
119
+ let iv = this.i.tg(toPoint(world), useInterpolation, skipUnknowns);
120
120
  return fromPoint(iv);
121
121
  }
122
122
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
123
- let iv = this.i.ti(toPoint(mouse), useInterpolation, skipUnknowns);
123
+ let iv = this.i.tj(toPoint(mouse), useInterpolation, skipUnknowns);
124
124
  return fromPoint(iv);
125
125
  }
126
126
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
127
- let iv = this.i.ia(toPoint(mouse), useInterpolation, skipUnknowns);
127
+ let iv = this.i.ib(toPoint(mouse), useInterpolation, skipUnknowns);
128
128
  return (iv);
129
129
  }
130
130
  /**
@@ -132,7 +132,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
132
132
 
133
133
  */
134
134
  getItemSpan() {
135
- let iv = this.i.h0();
135
+ let iv = this.i.h1();
136
136
  return (iv);
137
137
  }
138
138
  /**
@@ -141,14 +141,14 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
141
  * @param animate * True if the change should be animated.
142
142
  */
143
143
  renderSeries(animate) {
144
- this.i.pp(animate);
144
+ this.i.pq(animate);
145
145
  }
146
146
  /**
147
147
  * Called when this series' Style is updated.
148
148
 
149
149
  */
150
150
  styleUpdated() {
151
- this.i.p8();
151
+ this.i.p9();
152
152
  }
153
153
  }
154
154
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -24,64 +24,64 @@ export let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
24
24
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
25
25
  */
26
26
  get markerType() {
27
- return this.i.ud;
27
+ return this.i.ue;
28
28
  }
29
29
  set markerType(v) {
30
- this.i.ud = ensureEnum(MarkerType_$type, v);
30
+ this.i.ue = ensureEnum(MarkerType_$type, v);
31
31
  }
32
32
  /**
33
33
  * Gets or sets thickness of the marker outline
34
34
  */
35
35
  get markerThickness() {
36
- return this.i.ue;
36
+ return this.i.uf;
37
37
  }
38
38
  set markerThickness(v) {
39
- this.i.ue = +v;
39
+ this.i.uf = +v;
40
40
  }
41
41
  /**
42
42
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
43
43
  */
44
44
  get markerOutlineMode() {
45
- return this.i.uc;
45
+ return this.i.ud;
46
46
  }
47
47
  set markerOutlineMode(v) {
48
- this.i.uc = ensureEnum(MarkerOutlineMode_$type, v);
48
+ this.i.ud = ensureEnum(MarkerOutlineMode_$type, v);
49
49
  }
50
50
  /**
51
51
  * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
52
52
  */
53
53
  get markerFillMode() {
54
- return this.i.ub;
54
+ return this.i.uc;
55
55
  }
56
56
  set markerFillMode(v) {
57
- this.i.ub = ensureEnum(MarkerFillMode_$type, v);
57
+ this.i.uc = ensureEnum(MarkerFillMode_$type, v);
58
58
  }
59
59
  /**
60
60
  * Gets or sets the MarkerTemplate for the current series object.
61
61
  */
62
62
  get markerTemplate() {
63
- return this.i.ut;
63
+ return this.i.uu;
64
64
  }
65
65
  set markerTemplate(v) {
66
- this.i.ut = v;
66
+ this.i.uu = v;
67
67
  }
68
68
  /**
69
69
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
70
70
  */
71
71
  get markerBrush() {
72
- return brushToString(this.i.u7);
72
+ return brushToString(this.i.u8);
73
73
  }
74
74
  set markerBrush(v) {
75
- this.i.u7 = stringToBrush(v);
75
+ this.i.u8 = stringToBrush(v);
76
76
  }
77
77
  /**
78
78
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
79
79
  */
80
80
  get markerOutline() {
81
- return brushToString(this.i.u8);
81
+ return brushToString(this.i.u9);
82
82
  }
83
83
  set markerOutline(v) {
84
- this.i.u8 = stringToBrush(v);
84
+ this.i.u9 = stringToBrush(v);
85
85
  }
86
86
  /**
87
87
  * Gets or sets the maximum number of markerItems displayed by the current series.
@@ -89,37 +89,37 @@ export let IgxGeographicMarkerSeriesComponent = /*@__PURE__*/ (() => {
89
89
  * choose a representative set.
90
90
  */
91
91
  get maximumMarkers() {
92
- return this.i.uf;
92
+ return this.i.ug;
93
93
  }
94
94
  set maximumMarkers(v) {
95
- this.i.uf = +v;
95
+ this.i.ug = +v;
96
96
  }
97
97
  /**
98
98
  * Gets the effective marker template for the current series object.
99
99
  */
100
100
  get actualMarkerTemplate() {
101
- return this.i.us;
101
+ return this.i.ut;
102
102
  }
103
103
  set actualMarkerTemplate(v) {
104
- this.i.us = v;
104
+ this.i.ut = v;
105
105
  }
106
106
  /**
107
107
  * Gets the effective marker brush for the current series object.
108
108
  */
109
109
  get actualMarkerBrush() {
110
- return brushToString(this.i.u5);
110
+ return brushToString(this.i.u6);
111
111
  }
112
112
  set actualMarkerBrush(v) {
113
- this.i.u5 = stringToBrush(v);
113
+ this.i.u6 = stringToBrush(v);
114
114
  }
115
115
  /**
116
116
  * Gets the effective marker outline for the current series object.
117
117
  */
118
118
  get actualMarkerOutline() {
119
- return brushToString(this.i.u6);
119
+ return brushToString(this.i.u7);
120
120
  }
121
121
  set actualMarkerOutline(v) {
122
- this.i.u6 = stringToBrush(v);
122
+ this.i.u7 = stringToBrush(v);
123
123
  }
124
124
  }
125
125
  IgxGeographicMarkerSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -29,53 +29,53 @@ export let IgxGeographicPolylineSeriesComponent = /*@__PURE__*/ (() => {
29
29
  * Gets whether the current series shows a polyline shape.
30
30
  */
31
31
  get isPolyline() {
32
- return this.i.e4;
32
+ return this.i.e5;
33
33
  }
34
34
  /**
35
35
  * Gets or sets the fill brush.
36
36
  */
37
37
  get shapeFill() {
38
- return this.i.vh ? this.i.vh.fill : null;
38
+ return this.i.vi ? this.i.vi.fill : null;
39
39
  }
40
40
  set shapeFill(v) {
41
41
  this.ensureShapeStyle();
42
- this.i.vh.fill = v;
42
+ this.i.vi.fill = v;
43
43
  }
44
44
  /**
45
45
  * Gets or sets the stroke brush.
46
46
  */
47
47
  get shapeStroke() {
48
- return this.i.vh ? this.i.vh.stroke : null;
48
+ return this.i.vi ? this.i.vi.stroke : null;
49
49
  }
50
50
  set shapeStroke(v) {
51
51
  this.ensureShapeStyle();
52
- this.i.vh.stroke = v;
52
+ this.i.vi.stroke = v;
53
53
  }
54
54
  /**
55
55
  * Gets or sets the stroke thickness.
56
56
  */
57
57
  get shapeStrokeThickness() {
58
- return this.i.vh ? this.i.vh.strokeThickness : NaN;
58
+ return this.i.vi ? this.i.vi.strokeThickness : NaN;
59
59
  }
60
60
  set shapeStrokeThickness(v) {
61
61
  this.ensureShapeStyle();
62
- this.i.vh.strokeThickness = +v;
62
+ this.i.vi.strokeThickness = +v;
63
63
  }
64
64
  /**
65
65
  * Gets or sets the opacity.
66
66
  */
67
67
  get shapeOpacity() {
68
- return this.i.vh ? this.i.vh.opacity : NaN;
68
+ return this.i.vi ? this.i.vi.opacity : NaN;
69
69
  }
70
70
  set shapeOpacity(v) {
71
71
  this.ensureShapeStyle();
72
- this.i.vh.opacity = +v;
72
+ this.i.vi.opacity = +v;
73
73
  }
74
74
  ensureShapeStyle() {
75
- if (this.i.vh) {
75
+ if (this.i.vi) {
76
76
  return;
77
77
  }
78
- this.i.vh = new Style();
78
+ this.i.vi = new Style();
79
79
  }
80
80
  get styleShape() {
81
81
  if (this._styleShape == null) {