igniteui-angular-maps 20.2.0 → 20.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 (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +975 -975
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +81 -81
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +32 -32
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +2 -2
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
  33. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  39. package/esm5/lib/GeographicTileSeries.js +25 -25
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +79 -79
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +32 -32
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +2 -2
  57. package/fesm2015/igniteui-angular-maps.js +983 -983
  58. package/fesm5/igniteui-angular-maps.js +975 -975
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  62. package/lib/GeographicMarkerSeries.d.ts +13 -13
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicTileSeries.d.ts +8 -8
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +19 -19
  75. package/lib/XamGeographicMap_combined.d.ts +22 -22
  76. package/package.json +2 -2
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
30
30
  this.cy = null;
31
31
  this.cy = a;
32
32
  if (!this.t) {
33
- this.cy.yj = "points";
33
+ this.cy.yk = "points";
34
34
  }
35
35
  }
36
36
  a4() {
37
37
  super.a4();
38
38
  if (!this.t) {
39
- this.cy.z6 = Defaults.a8;
39
+ this.cy.z7 = Defaults.a8;
40
40
  this.cy.jy = Defaults.ac;
41
- this.cy.y5 = Defaults.ab;
42
- this.cy.y2 = Defaults.d;
43
- this.cy.y0 = Defaults.a;
41
+ this.cy.y6 = Defaults.ab;
42
+ this.cy.y3 = Defaults.d;
43
+ this.cy.y1 = Defaults.a;
44
44
  }
45
45
  }
46
46
  ci() {
47
47
  super.ci();
48
- this.cy.xk.ace = this.cy.z8;
49
- this.cy.xk.aa6 = this.cy.y3;
50
- this.cy.xk.abt = this.cy.zo;
51
- this.cy.xk.aba = this.cy.y5;
52
- this.cy.xk.aas = this.cy.yz;
48
+ this.cy.xl.acf = this.cy.z9;
49
+ this.cy.xl.aa7 = this.cy.y4;
50
+ this.cy.xl.abu = this.cy.zp;
51
+ this.cy.xl.abb = this.cy.y6;
52
+ this.cy.xl.aat = this.cy.y0;
53
53
  }
54
54
  c3() {
55
- this.cy.xk.abt = this.cy.zo;
55
+ this.cy.xl.abu = this.cy.zp;
56
56
  }
57
57
  c5() {
58
- this.cy.xk.aba = this.cy.y5;
58
+ this.cy.xl.abb = this.cy.y6;
59
59
  }
60
60
  c0() {
61
- this.cy.xk.aas = this.cy.yz;
61
+ this.cy.xl.aat = this.cy.y0;
62
62
  }
63
63
  c4() {
64
- this.cy.xk.aa1 = this.cy.y2;
64
+ this.cy.xl.aa2 = this.cy.y3;
65
65
  }
66
66
  cz() {
67
- this.cy.xk.aca = this.cy.z5;
67
+ this.cy.xl.acb = this.cy.z6;
68
68
  }
69
69
  c1() {
70
- this.cy.xk.acb = this.cy.z6;
70
+ this.cy.xl.acc = this.cy.z7;
71
71
  }
72
72
  c2() {
73
- this.cy.xk.acd = this.cy.z7;
73
+ this.cy.xl.ace = this.cy.z8;
74
74
  }
75
75
  c6() {
76
- this.cy.xk.aa6 = this.cy.y3;
76
+ this.cy.xl.aa7 = this.cy.y4;
77
77
  }
78
78
  c7() {
79
- this.cy.xk.ace = this.cy.z8;
79
+ this.cy.xl.acf = this.cy.z9;
80
80
  }
81
81
  }
82
82
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -101,81 +101,81 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
101
101
  ct() {
102
102
  return new GeographicShapeSeriesView(this);
103
103
  }
104
- rg(a) {
105
- super.rg(a);
106
- this.y4 = a;
104
+ rh(a) {
105
+ super.rh(a);
106
+ this.y5 = a;
107
107
  }
108
- xj() {
108
+ xk() {
109
109
  let a = new ScatterPolygonSeries();
110
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zl));
111
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zm));
110
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.zm));
111
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.zn));
112
112
  return a;
113
113
  }
114
- zl(a, b) {
114
+ zm(a, b) {
115
115
  if (this.styleShape != null) {
116
116
  this.styleShape(this, b);
117
117
  }
118
118
  }
119
- zm(a, b) {
120
- let c = typeCast(ScatterPolygonSeries.$, this.xk);
119
+ zn(a, b) {
120
+ let c = typeCast(ScatterPolygonSeries.$, this.xl);
121
121
  if (c == null) {
122
122
  return;
123
123
  }
124
124
  }
125
125
  iu() {
126
- return this.y5;
127
- }
128
- v4() {
129
- return this.z3;
126
+ return this.y6;
130
127
  }
131
128
  v5() {
132
129
  return this.z4;
133
130
  }
134
- tg() {
135
- return this.zn;
131
+ v6() {
132
+ return this.z5;
133
+ }
134
+ th() {
135
+ return this.zo;
136
136
  }
137
137
  ml() {
138
- let a = typeCast(ScatterPolygonSeries.$, this.xk);
138
+ let a = typeCast(ScatterPolygonSeries.$, this.xl);
139
139
  if (a == null) {
140
140
  return "Unknown";
141
141
  }
142
142
  return a.ml();
143
143
  }
144
- rp(a, b, c, d) {
145
- super.rp(a, b, c, d);
144
+ rq(a, b, c, d) {
145
+ super.rq(a, b, c, d);
146
146
  switch (b) {
147
147
  case GeographicShapeSeries.$$p[6]:
148
- this.xk.aaz = this.y1;
148
+ this.xl.aa0 = this.y2;
149
149
  break;
150
150
  case GeographicShapeSeries.$$p[5]:
151
- this.xk.aav = this.y0;
151
+ this.xl.aaw = this.y1;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[9]:
154
- this.y4.c3();
154
+ this.y5.c3();
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[10]:
157
- this.y4.c5();
157
+ this.y5.c5();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[4]:
160
- this.y4.c0();
160
+ this.y5.c0();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[11]:
163
- this.y4.c4();
163
+ this.y5.c4();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[3]:
166
- this.y4.cz();
166
+ this.y5.cz();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[7]:
169
- this.y4.c1();
169
+ this.y5.c1();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[8]:
172
- this.y4.c2();
172
+ this.y5.c2();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[13]:
175
- this.y4.c6();
175
+ this.y5.c6();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[12]:
178
- this.y4.c7();
178
+ this.y5.c7();
179
179
  break;
180
180
  }
181
181
  }
@@ -184,6 +184,6 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
184
184
  }
185
185
  }
186
186
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
187
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z3:zp', [Brush.$], 'ActualMarkerOutline:z4:zq', [Brush.$], 'ActualMarkerTemplate:zn:zr', [DataTemplate.$, null], 'MarkerBrush:z5:zs', [Brush.$], 'MarkerCollisionAvoidance:yz:zt', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y0:zu', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y1:zv', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z6:zw', [Brush.$], 'MarkerStyle:z7:zx', [Style.$], 'MarkerTemplate:zo:zy', [DataTemplate.$, null], 'MarkerThickness:y5:zz', [1, DeviceUtils.g(2)], 'MarkerType:y2:z0', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z8:z1', [Style.$, null], 'ShapeStyleSelector:y3:z2', [StyleSelector.$, null]]);
187
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:z4:zq', [Brush.$], 'ActualMarkerOutline:z5:zr', [Brush.$], 'ActualMarkerTemplate:zo:zs', [DataTemplate.$, null], 'MarkerBrush:z6:zt', [Brush.$], 'MarkerCollisionAvoidance:y0:zu', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:y1:zv', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:y2:zw', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:z7:zx', [Brush.$], 'MarkerStyle:z8:zy', [Style.$], 'MarkerTemplate:zp:zz', [DataTemplate.$, null], 'MarkerThickness:y6:z0', [1, DeviceUtils.g(2)], 'MarkerType:y3:z1', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:z9:z2', [Style.$, null], 'ShapeStyleSelector:y4:z3', [StyleSelector.$, null]]);
188
188
  return GeographicShapeSeries;
189
189
  })();
@@ -28,40 +28,40 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
28
  }
29
29
  }
30
30
  ci() {
31
- let a = this.cu.xk;
31
+ let a = this.cu.xl;
32
32
  super.ci();
33
- a.abd = this.cu.y8;
34
- a.abl = this.cu.y6;
35
- a.xu = this.cu.xu;
36
- a.ym = this.cu.ya;
37
- a.x3 = this.cu.xv;
33
+ a.abe = this.cu.y9;
34
+ a.abm = this.cu.y7;
35
+ a.xv = this.cu.xv;
36
+ a.yn = this.cu.yb;
37
+ a.x4 = this.cu.xw;
38
38
  }
39
39
  cw() {
40
- this.cu.xk.abd = this.cu.y8;
40
+ this.cu.xl.abe = this.cu.y9;
41
41
  }
42
42
  cv() {
43
- this.cu.xk.abl = this.cu.y6;
43
+ this.cu.xl.abm = this.cu.y7;
44
44
  }
45
45
  c2() {
46
- this.cu.xk.xu = this.cu.xu;
46
+ this.cu.xl.xv = this.cu.xv;
47
47
  }
48
48
  c0() {
49
- this.cu.xk.ym = this.cu.ya;
49
+ this.cu.xl.yn = this.cu.yb;
50
50
  }
51
51
  c1() {
52
- this.cu.xk.x3 = this.cu.xv;
52
+ this.cu.xl.x4 = this.cu.xw;
53
53
  }
54
54
  c3() {
55
- this.cu.xk.aat = this.cu.xw;
55
+ this.cu.xl.aau = this.cu.xx;
56
56
  }
57
57
  c5() {
58
- this.cu.xk.xAxis = this.cu.dc.zh;
58
+ this.cu.xl.xAxis = this.cu.dc.zh;
59
59
  }
60
60
  c6() {
61
- this.cu.xk.yAxis = this.cu.dc.zj;
61
+ this.cu.xl.yAxis = this.cu.dc.zj;
62
62
  }
63
63
  c4() {
64
- let a = this.cu.xk;
64
+ let a = this.cu.xl;
65
65
  if (this.cu.dc == null) {
66
66
  a.xAxis = null;
67
67
  a.yAxis = null;
@@ -71,13 +71,13 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
71
71
  a.yAxis = this.cu.dc.zj;
72
72
  }
73
73
  cy() {
74
- this.cu.xk.zd = this.cu.ys;
74
+ this.cu.xl.ze = this.cu.yt;
75
75
  }
76
76
  cx() {
77
- this.cu.xk.y3 = this.cu.yo;
77
+ this.cu.xl.y4 = this.cu.yp;
78
78
  }
79
79
  cz() {
80
- this.cu.xk.y4 = this.cu.yp;
80
+ this.cu.xl.y5 = this.cu.yq;
81
81
  }
82
82
  }
83
83
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -90,9 +90,9 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
90
90
  class GeographicSymbolSeries extends GeographicMarkerSeries {
91
91
  constructor() {
92
92
  super();
93
- this.yu = null;
93
+ this.yv = null;
94
+ this.yy = false;
94
95
  this.yx = false;
95
- this.yw = false;
96
96
  this.assigningScatterStyle = null;
97
97
  this.assigningScatterMarkerStyle = null;
98
98
  this.ab = GeographicSymbolSeries.$;
@@ -106,84 +106,84 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
106
106
  ct() {
107
107
  return new GeographicSymbolSeriesView(this);
108
108
  }
109
- rg(a) {
110
- super.rg(a);
111
- this.yv = a;
109
+ rh(a) {
110
+ super.rh(a);
111
+ this.yw = a;
112
112
  }
113
113
  jt() {
114
114
  return 0.7;
115
115
  }
116
- xj() {
116
+ xk() {
117
117
  return new ScatterSeries();
118
118
  }
119
119
  get_fh() {
120
120
  return true;
121
121
  }
122
- rp(a, b, c, d) {
123
- super.rp(a, b, c, d);
122
+ rq(a, b, c, d) {
123
+ super.rq(a, b, c, d);
124
124
  switch (b) {
125
125
  case "SeriesViewer":
126
- this.yv.c4();
126
+ this.yw.c4();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[5]:
129
- this.yv.cw();
129
+ this.yw.cw();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[4]:
132
- this.yv.cv();
132
+ this.yw.cv();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[6]:
135
- this.yv.cy();
135
+ this.yw.cy();
136
136
  break;
137
137
  case "XAxis":
138
- this.yv.c5();
138
+ this.yw.c5();
139
139
  break;
140
140
  case "YAxis":
141
- this.yv.c6();
141
+ this.yw.c6();
142
142
  break;
143
143
  case GeographicSymbolSeries.$$p[1]:
144
- this.xk.z9 = this.yz;
145
- this.yx = this.yz;
146
- if (this.yz) {
147
- let e = this.xk;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.zd));
144
+ this.xl.aaa = this.y0;
145
+ this.yy = this.y0;
146
+ if (this.y0) {
147
+ let e = this.xl;
148
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ze));
149
149
  }
150
150
  else {
151
- let f = this.xk;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.zd));
151
+ let f = this.xl;
152
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ze));
153
153
  }
154
154
  break;
155
155
  case GeographicSymbolSeries.$$p[0]:
156
- this.xk.z8 = this.yy;
157
- this.yw = this.yy;
158
- if (this.yz) {
159
- let g = this.xk;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zc));
156
+ this.xl.z9 = this.yz;
157
+ this.yx = this.yz;
158
+ if (this.y0) {
159
+ let g = this.xl;
160
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.zd));
161
161
  }
162
162
  else {
163
- let h = this.xk;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zc));
163
+ let h = this.xl;
164
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.zd));
165
165
  }
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[2]:
168
- this.xk.zs = this.yt;
168
+ this.xl.zt = this.yu;
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[3]:
171
- this.xk.aas = this.y1;
171
+ this.xl.aat = this.y2;
172
172
  break;
173
173
  }
174
174
  }
175
- zd(a, b) {
175
+ ze(a, b) {
176
176
  if (this.assigningScatterStyle != null) {
177
177
  this.assigningScatterStyle(this, b);
178
178
  }
179
179
  }
180
- zc(a, b) {
180
+ zd(a, b) {
181
181
  if (this.assigningScatterMarkerStyle != null) {
182
182
  this.assigningScatterMarkerStyle(this, b);
183
183
  }
184
184
  }
185
185
  }
186
186
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
187
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yy:ze', [0, false], 'IsCustomScatterStyleAllowed:yz:zf', [0, false], 'ItemSearchMode:yt:zg', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y1:zh', [1, 10000], 'LatitudeMemberPath:y6:zi', [2, null], 'LongitudeMemberPath:y8:zj', [2, null], 'MarkerCollisionAvoidance:ys:zk', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y0:zl', [0, false]]);
187
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:yz:zf', [0, false], 'IsCustomScatterStyleAllowed:y0:zg', [0, false], 'ItemSearchMode:yu:zh', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:y2:zi', [1, 10000], 'LatitudeMemberPath:y7:zj', [2, null], 'LongitudeMemberPath:y9:zk', [2, null], 'MarkerCollisionAvoidance:yt:zl', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:y1:zm', [0, false]]);
188
188
  return GeographicSymbolSeries;
189
189
  })();
@@ -15,8 +15,8 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
15
15
  class GeographicTileSeries extends GeographicShapeSeriesBase {
16
16
  constructor() {
17
17
  super();
18
+ this.y1 = null;
18
19
  this.y0 = null;
19
- this.yz = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
@@ -26,49 +26,49 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
26
26
  get_f6() {
27
27
  return true;
28
28
  }
29
- get y1() {
30
- return this.y0;
29
+ get y2() {
30
+ return this.y1;
31
31
  }
32
- set y1(a) {
33
- let b = a != this.y1;
32
+ set y2(a) {
33
+ let b = a != this.y2;
34
34
  if (b) {
35
- let c = this.y1;
36
- this.y0 = a;
35
+ let c = this.y2;
36
+ this.y1 = a;
37
37
  this.raisePropertyChanged("TileImagery", c, a);
38
38
  }
39
39
  }
40
- y5() {
41
- if (this.y1 != null) {
42
- this.y1.clearTileCache();
40
+ y6() {
41
+ if (this.y2 != null) {
42
+ this.y2.clearTileCache();
43
43
  }
44
44
  }
45
- rp(a, b, c, d) {
46
- super.rp(a, b, c, d);
45
+ rq(a, b, c, d) {
46
+ super.rq(a, b, c, d);
47
47
  switch (b) {
48
48
  case "TileImagery":
49
- if (this.xk != null) {
50
- this.xk.aav = this.y1;
49
+ if (this.xl != null) {
50
+ this.xl.aaw = this.y2;
51
51
  }
52
52
  break;
53
53
  }
54
54
  }
55
- xp(a, b) {
56
- super.xp(a, b);
57
- this.xk.aav = this.y1;
58
- if (this.yz != null) {
59
- let c = this.yz;
60
- c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y4));
55
+ xq(a, b) {
56
+ super.xq(a, b);
57
+ this.xl.aaw = this.y2;
58
+ if (this.y0 != null) {
59
+ let c = this.y0;
60
+ c.imageTilesReady = delegateRemove(c.imageTilesReady, runOn(this, this.y5));
61
61
  }
62
- this.yz = this.xk;
63
- if (this.yz != null) {
64
- let d = this.yz;
65
- d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y4));
62
+ this.y0 = this.xl;
63
+ if (this.y0 != null) {
64
+ let d = this.y0;
65
+ d.imageTilesReady = delegateCombine(d.imageTilesReady, runOn(this, this.y5));
66
66
  }
67
67
  }
68
- xj() {
68
+ xk() {
69
69
  return new TileSeries();
70
70
  }
71
- y4(a, b) {
71
+ y5(a, b) {
72
72
  if (this.imageTilesReady != null) {
73
73
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
74
74
  }
@@ -101,8 +101,8 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
101
101
  }
102
102
  }
103
103
  t(a, b, c, d, e) {
104
- d = a.q5;
105
- e = a.q4;
104
+ d = a.q9;
105
+ e = a.q8;
106
106
  return {
107
107
  p3: d,
108
108
  p4: e
@@ -123,8 +123,8 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
123
123
  }
124
124
  }
125
125
  t(a, b, c, d, e) {
126
- d = this.ak(a.q5);
127
- e = this.ak(a.q4);
126
+ d = this.ak(a.q9);
127
+ e = this.ak(a.q8);
128
128
  return {
129
129
  p3: d,
130
130
  p4: e