igniteui-angular-maps 20.1.0-beta.0 → 20.2.0-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 (80) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1518 -1521
  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 +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +88 -88
  16. package/esm2015/lib/XamGeographicMap_combined.js +542 -542
  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-component.js +40 -40
  20. package/esm2015/lib/igx-geographic-map-imagery.js +0 -3
  21. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  24. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  26. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  28. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  29. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  30. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  31. package/esm2015/lib/igx-tile-series-component.js +3 -3
  32. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  33. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  34. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  35. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  36. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  37. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  38. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  39. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  40. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  41. package/esm5/lib/GeographicTileSeries.js +27 -27
  42. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  43. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  44. package/esm5/lib/TileSeries_combined.js +86 -86
  45. package/esm5/lib/XamGeographicMap_combined.js +534 -534
  46. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  47. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  48. package/esm5/lib/igx-geographic-map-component.js +40 -40
  49. package/esm5/lib/igx-geographic-map-imagery.js +0 -3
  50. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  51. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  52. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  53. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  54. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  55. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  56. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  57. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  58. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  59. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  60. package/esm5/lib/igx-tile-series-component.js +3 -3
  61. package/fesm2015/igniteui-angular-maps.js +1532 -1535
  62. package/fesm5/igniteui-angular-maps.js +1518 -1521
  63. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  64. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  66. package/lib/GeographicMarkerSeries.d.ts +18 -18
  67. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  68. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  69. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  70. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -26
  71. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  72. package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
  73. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  74. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  75. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  76. package/lib/GeographicTileSeries.d.ts +10 -10
  77. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  78. package/lib/TileSeries_combined.d.ts +21 -21
  79. package/lib/XamGeographicMap_combined.d.ts +132 -132
  80. package/package.json +2 -2
@@ -43,94 +43,94 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
43
43
  class XamGeographicMap extends SeriesViewer {
44
44
  constructor() {
45
45
  super();
46
- this.y2 = null;
47
- this.yr = false;
48
- this.yj = 1;
49
- this.yy = 0;
50
- this.z9 = null;
51
- this.yg = null;
52
- this.yc = null;
53
- this.ye = null;
54
- this.yi = null;
55
- this.z5 = { $type: Point_$type, x: NaN, y: NaN };
56
- this.aac = null;
57
- this.yx = 1;
46
+ this.z6 = null;
47
+ this.zv = false;
48
+ this.zn = 1;
49
+ this.z2 = 0;
50
+ this.abd = null;
51
+ this.zk = null;
52
+ this.zg = null;
53
+ this.zi = null;
54
+ this.zm = null;
55
+ this.aa9 = { $type: Point_$type, x: NaN, y: NaN };
56
+ this.abg = null;
57
+ this.z1 = 1;
58
58
  this.imageTilesReady = null;
59
- this.yq = null;
60
- this.aab = Rect.empty;
61
- this.yy = SphericalMercatorVerticalScaler.am(XamGeographicMap.aaa.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.aaa.top);
59
+ this.zu = null;
60
+ this.abf = Rect.empty;
61
+ this.z2 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
62
62
  this.ab = XamGeographicMap.$;
63
63
  this.backgroundContent = new OpenStreetMapImagery();
64
64
  let a = ((() => {
65
65
  let $ret = new NumericXAxis();
66
- $ret.b0 = this;
66
+ $ret.b2 = this;
67
67
  return $ret;
68
68
  })());
69
- a.dd = true;
70
- this.yd = a;
71
- this.yd.r8 = new SphericalMercatorHorizontalScaler();
69
+ a.dk = true;
70
+ this.zh = a;
71
+ this.zh.ta = new SphericalMercatorHorizontalScaler();
72
72
  let b = ((() => {
73
73
  let $ret = new NumericYAxis();
74
- $ret.b0 = this;
74
+ $ret.b2 = this;
75
75
  return $ret;
76
76
  })());
77
- b.dd = true;
78
- this.yf = b;
79
- this.yf.r8 = new SphericalMercatorVerticalScaler();
80
- this.zk();
81
- this.zr();
82
- this.oz();
77
+ b.dk = true;
78
+ this.zj = b;
79
+ this.zj.ta = new SphericalMercatorVerticalScaler();
80
+ this.aao();
81
+ this.aav();
82
+ this.po();
83
83
  }
84
84
  provideContainer(a) {
85
85
  super.provideContainer(a);
86
- this.yd.provideRenderer(a);
87
- this.yf.provideRenderer(a);
86
+ this.zh.provideRenderer(a);
87
+ this.zj.provideRenderer(a);
88
88
  }
89
- oz() {
90
- super.oz();
91
- this.yp.fv(this.h3);
89
+ po() {
90
+ super.po();
91
+ this.zt.fy(this.ij);
92
92
  }
93
- f2() {
94
- return this.yv;
93
+ gg() {
94
+ return this.zz;
95
95
  }
96
- f3() {
97
- return this.yv;
96
+ gh() {
97
+ return this.zz;
98
98
  }
99
- ym() {
100
- if (this.yk == 0) {
101
- if (this.yr) {
99
+ zq() {
100
+ if (this.zo == 0) {
101
+ if (this.zv) {
102
102
  return 2;
103
103
  }
104
104
  }
105
105
  return 1;
106
106
  }
107
- get yl() {
108
- return this.yj;
107
+ get zp() {
108
+ return this.zn;
109
109
  }
110
- set yl(a) {
111
- this.yj = a;
110
+ set zp(a) {
111
+ this.zn = a;
112
112
  }
113
- get aae() {
114
- return this.z9;
113
+ get abi() {
114
+ return this.abd;
115
115
  }
116
- set aae(a) {
117
- let b = Rect.l_op_Inequality(this.z9, a);
116
+ set abi(a) {
117
+ let b = Rect.l_op_Inequality(this.abd, a);
118
118
  if (b) {
119
- let c = this.z9;
120
- this.z9 = a;
121
- this.ry("ActualWorldRect", c, a);
119
+ let c = this.abd;
120
+ this.abd = a;
121
+ this.sr("ActualWorldRect", c, a);
122
122
  }
123
123
  }
124
- aai() {
125
- return this.aae;
124
+ abm() {
125
+ return this.abi;
126
126
  }
127
- zk() {
128
- if (this.aaq.isEmpty) {
127
+ aao() {
128
+ if (this.abu.isEmpty) {
129
129
  return;
130
130
  }
131
- this.aae = this.aao(this.aaq, this.c4 == 1);
131
+ this.abi = this.abs(this.abu, this.db == 1);
132
132
  }
133
- aao(a, b) {
133
+ abs(a, b) {
134
134
  let c = a.top;
135
135
  let d = a.left;
136
136
  let e = a.width;
@@ -138,25 +138,25 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
138
138
  let g = SphericalMercatorVerticalScaler.am(a.bottom);
139
139
  let h = SphericalMercatorVerticalScaler.am(a.top);
140
140
  let i = g - h;
141
- let j = a.width / XamGeographicMap.aaa.width;
142
- let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.aaa.top);
141
+ let j = a.width / XamGeographicMap.abe.width;
142
+ let k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abe.top);
143
143
  let l = i / j;
144
- if (i / j > this.yy) {
145
- let m = i / this.yy;
144
+ if (i / j > this.z2) {
145
+ let m = i / this.z2;
146
146
  let n = m - j;
147
- d = d - (n / 2) * XamGeographicMap.aaa.width;
148
- e = m * XamGeographicMap.aaa.width;
147
+ d = d - (n / 2) * XamGeographicMap.abe.width;
148
+ e = m * XamGeographicMap.abe.width;
149
149
  if (b) {
150
- if (d < XamGeographicMap.aaa.left) {
151
- d += (XamGeographicMap.aaa.left - d);
150
+ if (d < XamGeographicMap.abe.left) {
151
+ d += (XamGeographicMap.abe.left - d);
152
152
  }
153
- else if ((d + e) > XamGeographicMap.aaa.right) {
154
- d -= ((d + e) - XamGeographicMap.aaa.right);
153
+ else if ((d + e) > XamGeographicMap.abe.right) {
154
+ d -= ((d + e) - XamGeographicMap.abe.right);
155
155
  }
156
156
  }
157
157
  }
158
- else if (i / j < this.yy) {
159
- let o = this.yy * j;
158
+ else if (i / j < this.z2) {
159
+ let o = this.z2 * j;
160
160
  let p = o - i;
161
161
  let q = h - (p / 2);
162
162
  let r = g + (p / 2);
@@ -165,9 +165,9 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
165
165
  q += (k - q);
166
166
  r += (k - q);
167
167
  }
168
- else if (r > (k + this.yy)) {
169
- q -= ((r) - (k + this.yy));
170
- r -= ((r) - (k + this.yy));
168
+ else if (r > (k + this.z2)) {
169
+ q -= ((r) - (k + this.z2));
170
+ r -= ((r) - (k + this.z2));
171
171
  }
172
172
  }
173
173
  c = SphericalMercatorVerticalScaler.aq(q);
@@ -177,76 +177,76 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
177
177
  return s;
178
178
  }
179
179
  get backgroundContent() {
180
- return this.yg;
180
+ return this.zk;
181
181
  }
182
182
  set backgroundContent(a) {
183
183
  let b = a != this.backgroundContent;
184
184
  if (b) {
185
185
  let c = this.backgroundContent;
186
- this.yg = a;
187
- this.ry("BackgroundContent", c, a);
186
+ this.zk = a;
187
+ this.sr("BackgroundContent", c, a);
188
188
  }
189
189
  }
190
- get yd() {
191
- return this.yc;
190
+ get zh() {
191
+ return this.zg;
192
192
  }
193
- set yd(a) {
194
- let b = a != this.yd;
193
+ set zh(a) {
194
+ let b = a != this.zh;
195
195
  if (b) {
196
- let c = this.yd;
197
- this.yc = a;
198
- this.ry("XAxis", c, a);
196
+ let c = this.zh;
197
+ this.zg = a;
198
+ this.sr("XAxis", c, a);
199
199
  }
200
200
  }
201
- get yf() {
202
- return this.ye;
201
+ get zj() {
202
+ return this.zi;
203
203
  }
204
- set yf(a) {
205
- let b = a != this.yf;
204
+ set zj(a) {
205
+ let b = a != this.zj;
206
206
  if (b) {
207
- let c = this.yf;
208
- this.ye = a;
209
- this.ry("YAxis", c, a);
207
+ let c = this.zj;
208
+ this.zi = a;
209
+ this.sr("YAxis", c, a);
210
210
  }
211
211
  }
212
212
  getZoomRectFromGeoRect(a) {
213
213
  return this.getZoomFromGeographicRect(a);
214
214
  }
215
- zu(a) {
216
- this.x6 = a;
215
+ aay(a) {
216
+ this.za = a;
217
217
  }
218
- zt(a) {
219
- this.aaq = a;
218
+ aax(a) {
219
+ this.abu = a;
220
220
  }
221
221
  getZoomFromGeographicRect(a) {
222
- return this.aag(a, true, 0);
222
+ return this.abk(a, true, 0);
223
223
  }
224
- aaf(a, b) {
225
- return this.aag(a, false, b);
224
+ abj(a, b) {
225
+ return this.abk(a, false, b);
226
226
  }
227
- aag(a, b, c) {
227
+ abk(a, b, c) {
228
228
  let d = a;
229
229
  if (b) {
230
- d = this.aao(a, false);
231
- }
232
- let e = this.yd;
233
- let f = this.yf;
234
- let g = new ScalerParams(1, XamGeographicMap.aad, this.x5, e.df);
235
- g.c = this.xr;
236
- let h = new ScalerParams(1, XamGeographicMap.aad, this.x5, f.df);
237
- h.c = this.xr;
238
- let i = this.yd.ft(d.left, g);
239
- let j = this.yd.ft(d.right, g);
240
- let k = this.yf.ft(d.top, h);
241
- let l = this.yf.ft(d.bottom, h);
242
- let m = (i - c) / this.x5.width;
243
- let n = (l - c) / this.x5.height;
244
- let o = (j - i + (c * 2)) / this.x5.width;
245
- let p = (k - l + (c * 2)) / this.x5.height;
230
+ d = this.abs(a, false);
231
+ }
232
+ let e = this.zh;
233
+ let f = this.zj;
234
+ let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, e.dn);
235
+ g.c = this.yv;
236
+ let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
237
+ h.c = this.yv;
238
+ let i = this.zh.f5(d.left, g);
239
+ let j = this.zh.f5(d.right, g);
240
+ let k = this.zj.f5(d.top, h);
241
+ let l = this.zj.f5(d.bottom, h);
242
+ let m = (i - c) / this.y9.width;
243
+ let n = (l - c) / this.y9.height;
244
+ let o = (j - i + (c * 2)) / this.y9.width;
245
+ let p = (k - l + (c * 2)) / this.y9.height;
246
246
  let q = new Rect(0, m, n, o, p);
247
- q.intersect(XamGeographicMap.aad);
247
+ q.intersect(XamGeographicMap.abh);
248
248
  if (q.isEmpty) {
249
- q = XamGeographicMap.aad;
249
+ q = XamGeographicMap.abh;
250
250
  }
251
251
  return q;
252
252
  }
@@ -256,188 +256,188 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
256
256
  let e = b.x - a.x;
257
257
  let f = a.y - b.y;
258
258
  if (e < 0 || f < 0) {
259
- return XamGeographicMap.aad;
259
+ return XamGeographicMap.abh;
260
260
  }
261
261
  else {
262
262
  let g = new Rect(0, c, d, e, f);
263
263
  return this.getZoomFromGeographicRect(g);
264
264
  }
265
265
  }
266
- aak(a) {
267
- let b = this.yd;
268
- let c = this.yf;
269
- let d = new ScalerParams(1, a, this.x5, b.df);
270
- d.c = this.xr;
271
- let e = new ScalerParams(1, a, this.x5, c.df);
272
- e.c = this.xr;
273
- let f = this.xq;
274
- let g = b.fw(f.left, d);
275
- let h = c.fw(f.top, e);
276
- let i = b.fw(f.right, d);
277
- let j = c.fw(f.bottom, e);
266
+ abo(a) {
267
+ let b = this.zh;
268
+ let c = this.zj;
269
+ let d = new ScalerParams(1, a, this.y9, b.dn);
270
+ d.c = this.yv;
271
+ let e = new ScalerParams(1, a, this.y9, c.dn);
272
+ e.c = this.yv;
273
+ let f = this.yu;
274
+ let g = b.f8(f.left, d);
275
+ let h = c.f8(f.top, e);
276
+ let i = b.f8(f.right, d);
277
+ let j = c.f8(f.bottom, e);
278
278
  let k = i - g;
279
279
  let l = h - j;
280
280
  let m = new Rect(0, g, j, k, l);
281
- if (this.c4 == 1) {
282
- m.intersect(XamGeographicMap.aaa);
281
+ if (this.db == 1) {
282
+ m.intersect(XamGeographicMap.abe);
283
283
  if (m.isEmpty) {
284
- m = XamGeographicMap.aaa;
284
+ m = XamGeographicMap.abe;
285
285
  }
286
286
  }
287
287
  return m;
288
288
  }
289
- z6(a) {
290
- let b = this.yd.p6(a.x);
291
- let c = this.yf.p6(a.y);
289
+ aba(a) {
290
+ let b = this.zh.q8(a.x);
291
+ let c = this.zj.q8(a.y);
292
292
  return { $type: Point_$type, x: b, y: c };
293
293
  }
294
- z7(a) {
295
- let b = this.yd.gg(a.x);
296
- let c = this.yf.gg(a.y);
294
+ abb(a) {
295
+ let b = this.zh.gs(a.x);
296
+ let c = this.zj.gs(a.y);
297
297
  return { $type: Point_$type, x: b, y: c };
298
298
  }
299
- z8(a) {
300
- return this.z7(a);
299
+ abc(a) {
300
+ return this.abb(a);
301
301
  }
302
- zh() {
302
+ aal() {
303
303
  let a = typeCast(GeographicMapImagery.$, this.backgroundContent);
304
304
  if (a != null) {
305
305
  a.clearTileCache();
306
306
  }
307
307
  }
308
- zn(a) {
308
+ aar(a) {
309
309
  }
310
- gx() {
310
+ hc() {
311
311
  return true;
312
312
  }
313
- zp() {
314
- this.yp.ee();
315
- for (let a of fromEnum(this.series)) {
316
- a.sl();
313
+ aat() {
314
+ this.zt.eh();
315
+ for (let a of fromEnum(this.b9)) {
316
+ a.st();
317
317
  }
318
318
  }
319
- zs() {
320
- if (this.yo == 2) {
321
- if (!this.x5.isEmpty && this.x5.width > 0 && this.x5.height > 0) {
322
- let a = this.yd.p6(this.x5.left + (this.x5.width / 2));
323
- let b = this.yf.p6(this.x5.top + (this.x5.height / 2));
324
- this.z5 = { $type: Point_$type, x: a, y: b };
319
+ aaw() {
320
+ if (this.zs == 2) {
321
+ if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
322
+ let a = this.zh.q8(this.y9.left + (this.y9.width / 2));
323
+ let b = this.zj.q8(this.y9.top + (this.y9.height / 2));
324
+ this.aa9 = { $type: Point_$type, x: a, y: b };
325
325
  }
326
326
  }
327
327
  else {
328
- if (!this.x5.isEmpty && this.x5.width > 0 && this.x5.height > 0) {
329
- let c = this.yd.p6(this.x5.left);
330
- let d = this.yf.p6(this.x5.top);
331
- this.z5 = { $type: Point_$type, x: c, y: d };
328
+ if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
329
+ let c = this.zh.q8(this.y9.left);
330
+ let d = this.zj.q8(this.y9.top);
331
+ this.aa9 = { $type: Point_$type, x: c, y: d };
332
332
  }
333
333
  }
334
334
  }
335
- zo() {
336
- if (isNaN_(this.z5.x) || isNaN_(this.z5.y)) {
337
- this.zs();
335
+ aas() {
336
+ if (isNaN_(this.aa9.x) || isNaN_(this.aa9.y)) {
337
+ this.aaw();
338
338
  }
339
- let a = this.z5.x;
340
- let b = this.z5.y;
339
+ let a = this.aa9.x;
340
+ let b = this.aa9.y;
341
341
  if (!isNaN_(a) && !isNaN_(b)) {
342
- let c = this.xn.left;
343
- let d = this.xn.top;
344
- let e = this.xn.width;
345
- let f = this.xn.height;
346
- if (e > this.aac.width) {
342
+ let c = this.yr.left;
343
+ let d = this.yr.top;
344
+ let e = this.yr.width;
345
+ let f = this.yr.height;
346
+ if (e > this.abg.width) {
347
347
  }
348
348
  else {
349
- let g = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yd.df);
350
- g.c = this.xr;
351
- let h = this.yd.ft(a, g);
352
- if (this.yo == 2) {
353
- let i = h / this.x5.width;
349
+ let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
350
+ g.c = this.yv;
351
+ let h = this.zh.f5(a, g);
352
+ if (this.zs == 2) {
353
+ let i = h / this.y9.width;
354
354
  c = i - (e / 2);
355
355
  }
356
356
  else {
357
- c = h / this.x5.width;
357
+ c = h / this.y9.width;
358
358
  }
359
- if (c + e > this.aac.right) {
360
- c = this.aac.right - e;
359
+ if (c + e > this.abg.right) {
360
+ c = this.abg.right - e;
361
361
  }
362
- else if (c < this.aac.left) {
363
- c = this.aac.left;
362
+ else if (c < this.abg.left) {
363
+ c = this.abg.left;
364
364
  }
365
365
  }
366
- if (f > this.aac.height) {
366
+ if (f > this.abg.height) {
367
367
  }
368
368
  else {
369
- let j = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yf.df);
370
- j.c = this.xr;
371
- let k = this.yf.ft(b, j);
372
- if (this.yo == 2) {
373
- let l = k / this.x5.height;
369
+ let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
370
+ j.c = this.yv;
371
+ let k = this.zj.f5(b, j);
372
+ if (this.zs == 2) {
373
+ let l = k / this.y9.height;
374
374
  d = l - (f / 2);
375
375
  }
376
376
  else {
377
- d = k / this.x5.height;
377
+ d = k / this.y9.height;
378
378
  }
379
- if (d + f > this.aac.bottom) {
380
- d = this.aac.bottom - f;
379
+ if (d + f > this.abg.bottom) {
380
+ d = this.abg.bottom - f;
381
381
  }
382
- else if (d < this.aac.top) {
383
- d = this.aac.top;
382
+ else if (d < this.abg.top) {
383
+ d = this.abg.top;
384
384
  }
385
385
  }
386
- this.ta(new Rect(0, c, d, e, f), false);
386
+ this.ud(new Rect(0, c, d, e, f), false);
387
387
  }
388
388
  }
389
- get_ft() {
389
+ get_f6() {
390
390
  return true;
391
391
  }
392
- xo() {
393
- let a = super.xo();
394
- if (this.yd == null || this.yf == null) {
392
+ ys() {
393
+ let a = super.ys();
394
+ if (this.zh == null || this.zj == null) {
395
395
  return a;
396
396
  }
397
- this.xz();
397
+ this.y3();
398
398
  let b = a.left;
399
399
  let c = a.top;
400
- if (this.c4 == 1) {
401
- if (this.x6.width > this.aac.width) {
402
- b = 0.5 - (this.x6.width / 2);
400
+ if (this.db == 1) {
401
+ if (this.za.width > this.abg.width) {
402
+ b = 0.5 - (this.za.width / 2);
403
403
  }
404
- else if (b + a.width > this.aac.right) {
405
- b = this.aac.right - this.x6.width;
404
+ else if (b + a.width > this.abg.right) {
405
+ b = this.abg.right - this.za.width;
406
406
  }
407
- else if (b < this.aac.left) {
408
- b = this.aac.left;
407
+ else if (b < this.abg.left) {
408
+ b = this.abg.left;
409
409
  }
410
- if (this.x6.height > this.aac.height) {
411
- c = 0.5 - (this.x6.height / 2);
410
+ if (this.za.height > this.abg.height) {
411
+ c = 0.5 - (this.za.height / 2);
412
412
  }
413
- else if (c + this.x6.height > this.aac.bottom) {
414
- c = this.aac.bottom - this.x6.height;
413
+ else if (c + this.za.height > this.abg.bottom) {
414
+ c = this.abg.bottom - this.za.height;
415
415
  }
416
- else if (c < this.aac.top) {
417
- c = this.aac.top;
416
+ else if (c < this.abg.top) {
417
+ c = this.abg.top;
418
418
  }
419
419
  }
420
420
  let d = false;
421
- if (!this.yu && this.c4 == 2 && this.yr) {
421
+ if (!this.zy && this.db == 2 && this.zv) {
422
422
  if (b > 1) {
423
423
  b = (b - Math.floor(b)) + 1;
424
424
  }
425
425
  if (b < 0) {
426
426
  b = 0 - (Math.ceil(b) - b);
427
427
  }
428
- if ((a.right - this.aac.right) > 0 && ((a.right - this.aac.right) / a.width) > 0.8) {
429
- b = this.aac.left - (a.width - (a.right - this.aac.right));
428
+ if ((a.right - this.abg.right) > 0 && ((a.right - this.abg.right) / a.width) > 0.8) {
429
+ b = this.abg.left - (a.width - (a.right - this.abg.right));
430
430
  d = true;
431
431
  }
432
- else if (a.left < this.aac.left && (Math.abs(a.left - this.aac.left) / a.width) > 0.8) {
433
- b = this.aac.right - (Math.abs(a.left - this.aac.left));
432
+ else if (a.left < this.abg.left && (Math.abs(a.left - this.abg.left) / a.width) > 0.8) {
433
+ b = this.abg.right - (Math.abs(a.left - this.abg.left));
434
434
  d = true;
435
435
  }
436
436
  }
437
437
  let e = new Rect(0, b, c, a.width, a.height);
438
- if (this.yu) {
439
- let f = this.aaf(this.aaq, 1);
440
- f = this.aah(f);
438
+ if (this.zy) {
439
+ let f = this.abj(this.abu, 1);
440
+ f = this.abl(f);
441
441
  let g = e.left + e.width / 2;
442
442
  let h = e.top + e.height / 2;
443
443
  if (e.width > f.width) {
@@ -472,17 +472,17 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
472
472
  }
473
473
  }
474
474
  if (d) {
475
- this.ff = true;
476
- this.x6 = e;
477
- this.ff = false;
475
+ this.fp = true;
476
+ this.za = e;
477
+ this.fp = false;
478
478
  }
479
479
  return e;
480
480
  }
481
- n2(a, b) {
481
+ oj(a, b) {
482
482
  let c = true;
483
483
  let d = true;
484
484
  let e = 0;
485
- let f = this.xz();
485
+ let f = this.y3();
486
486
  let g = 0;
487
487
  let h = 0;
488
488
  if ((a.right - f.right) > 0) {
@@ -499,39 +499,39 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
499
499
  }
500
500
  if (c) {
501
501
  if (d) {
502
- let i = this.yc.ft(-180, b);
503
- let j = this.yc.ft(180, b);
502
+ let i = this.zg.f5(-180, b);
503
+ let j = this.zg.f5(180, b);
504
504
  e = j - i;
505
505
  }
506
506
  else {
507
- let k = this.yc.ft(-180, b);
508
- let l = this.yc.ft(180, b);
507
+ let k = this.zg.f5(-180, b);
508
+ let l = this.zg.f5(180, b);
509
509
  e = k - l;
510
510
  }
511
511
  }
512
512
  return new Tuple$2(Boolean_$type, Number_$type, c, e);
513
513
  }
514
- xz() {
515
- let a = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yd.df);
516
- a.c = this.xr;
517
- let b = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yf.df);
518
- b.c = this.xr;
519
- let c = this.yd.ft(XamGeographicMap.aaa.left, a);
520
- let d = this.yd.ft(XamGeographicMap.aaa.right, a);
521
- let e = this.yf.ft(XamGeographicMap.aaa.top, b);
522
- let f = this.yf.ft(XamGeographicMap.aaa.bottom, b);
523
- this.aac = new Rect(0, c / this.x5.width, f / this.x5.height, (d - c) / this.x5.width, (e - f) / this.x5.height);
524
- return this.aac;
525
- }
526
- aah(a) {
527
- let b = this.h7;
514
+ y3() {
515
+ let a = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
516
+ a.c = this.yv;
517
+ let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
518
+ b.c = this.yv;
519
+ let c = this.zh.f5(XamGeographicMap.abe.left, a);
520
+ let d = this.zh.f5(XamGeographicMap.abe.right, a);
521
+ let e = this.zj.f5(XamGeographicMap.abe.top, b);
522
+ let f = this.zj.f5(XamGeographicMap.abe.bottom, b);
523
+ this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
524
+ return this.abg;
525
+ }
526
+ abl(a) {
527
+ let b = this.io;
528
528
  let c = 0.5 * (a.left + a.right);
529
529
  let d = 0.5 * (a.top + a.bottom);
530
530
  let e = a.width;
531
531
  let f = a.height;
532
- let g = MathUtil.d(a.width, b, 1);
533
- let h = MathUtil.d(a.height, b, 1);
534
- let i = this.x5;
532
+ let g = MathUtil.e(a.width, b, 1);
533
+ let h = MathUtil.e(a.height, b, 1);
534
+ let i = this.y9;
535
535
  let j = i.width / i.height;
536
536
  let k = g * i.width;
537
537
  let l = h * i.height;
@@ -570,8 +570,8 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
570
570
  }
571
571
  return new Rect(0, p, q, r - p, s - q);
572
572
  }
573
- xp(a) {
574
- super.xp(this.x5);
573
+ yt(a) {
574
+ super.yt(this.y9);
575
575
  if (a.isEmpty) {
576
576
  return Rect.empty;
577
577
  }
@@ -586,275 +586,275 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
586
586
  }
587
587
  return b;
588
588
  }
589
- aaj(a) {
590
- return this.xp(a);
589
+ abn(a) {
590
+ return this.yt(a);
591
591
  }
592
- dn() {
592
+ dv() {
593
593
  return new XamGeographicMapView(this);
594
594
  }
595
- zj(a) {
595
+ aan(a) {
596
596
  if (a != null) {
597
- a.b0 = this;
597
+ a.b2 = this;
598
598
  }
599
599
  }
600
- q5(a) {
601
- super.q5(a);
602
- this.yp = a;
600
+ rw(a) {
601
+ super.rw(a);
602
+ this.zt = a;
603
603
  }
604
- rg(a, b) {
605
- super.rg(a, b);
606
- this.sy(this.yd);
607
- this.sy(this.yf);
604
+ r7(a, b) {
605
+ super.r7(a, b);
606
+ this.tz(this.zh);
607
+ this.tz(this.zj);
608
608
  if (Rect.l_op_Inequality(a, b)) {
609
- this.zo();
609
+ this.aas();
610
610
  }
611
- if (this.yu) {
612
- this.xn = this.xo();
611
+ if (this.zy) {
612
+ this.yr = this.ys();
613
613
  }
614
- this.zv();
614
+ this.aaz();
615
615
  }
616
- get yz() {
617
- return this.yx;
616
+ get z3() {
617
+ return this.z1;
618
618
  }
619
- set yz(a) {
620
- let b = this.yx;
621
- this.yx = a;
622
- this.ry("ActualWindowScale", b, this.yx);
619
+ set z3(a) {
620
+ let b = this.z1;
621
+ this.z1 = a;
622
+ this.sr("ActualWindowScale", b, this.z1);
623
623
  }
624
- id() {
625
- return this.yz;
624
+ iu() {
625
+ return this.z3;
626
626
  }
627
- ie() {
628
- return this.yz;
627
+ iv() {
628
+ return this.z3;
629
629
  }
630
- sx() {
631
- super.sx();
632
- let a = Math.min(this.xn.width, this.xn.height);
633
- this.yz = a;
630
+ ty() {
631
+ super.ty();
632
+ let a = Math.min(this.yr.width, this.yr.height);
633
+ this.z3 = a;
634
634
  }
635
- gl() {
636
- return this.yr;
635
+ g0() {
636
+ return this.zv;
637
637
  }
638
- c5() {
639
- if (this.c6 == 0) {
640
- if (this.ys) {
638
+ dc() {
639
+ if (this.dd == 0) {
640
+ if (this.zw) {
641
641
  return 2;
642
642
  }
643
643
  }
644
- return this.c6;
644
+ return this.dd;
645
645
  }
646
- rh(a, b, c, d) {
647
- super.rh(a, b, c, d);
646
+ r8(a, b, c, d) {
647
+ super.r8(a, b, c, d);
648
648
  switch (b) {
649
649
  case "ZoomCoercionMode":
650
- this.zk();
650
+ this.aao();
651
651
  break;
652
652
  case "WindowRect":
653
- this.zs();
653
+ this.aaw();
654
654
  break;
655
655
  case XamGeographicMap.$$p[0]:
656
- this.yl = this.ym();
657
- if (this.yi != null) {
658
- this.yi.isHorizontalWrappingEnabled = this.yl == 2;
656
+ this.zp = this.zq();
657
+ if (this.zm != null) {
658
+ this.zm.isHorizontalWrappingEnabled = this.zp == 2;
659
659
  }
660
660
  break;
661
661
  case XamGeographicMap.$$p[1]:
662
- this.yr = this.ys;
663
- this.yl = this.ym();
664
- this.c4 = this.c5();
665
- if (this.yi != null) {
666
- this.yi.isHorizontalWrappingEnabled = this.yl == 2;
662
+ this.zv = this.zw;
663
+ this.zp = this.zq();
664
+ this.db = this.dc();
665
+ if (this.zm != null) {
666
+ this.zm.isHorizontalWrappingEnabled = this.zp == 2;
667
667
  }
668
668
  break;
669
669
  case XamGeographicMap.$$p[4]:
670
- this.xn = this.xo();
670
+ this.yr = this.ys();
671
671
  break;
672
672
  case "BackgroundContent":
673
- if (this.yi != null) {
674
- let e = this.yi;
675
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zl));
676
- this.yi.deferralHandler = null;
673
+ if (this.zm != null) {
674
+ let e = this.zm;
675
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aap));
676
+ this.zm.deferralHandler = null;
677
677
  }
678
- this.yi = typeCast(GeographicMapImagery.$, this.backgroundContent);
679
- if (this.yi != null) {
680
- let f = this.yi;
681
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zl));
682
- this.yi.deferralHandler = this;
683
- this.yi.isHorizontalWrappingEnabled = this.yl == 2;
678
+ this.zm = typeCast(GeographicMapImagery.$, this.backgroundContent);
679
+ if (this.zm != null) {
680
+ let f = this.zm;
681
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aap));
682
+ this.zm.deferralHandler = this;
683
+ this.zm.isHorizontalWrappingEnabled = this.zp == 2;
684
684
  }
685
- this.yp.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
686
- if (this.yi != null) {
687
- this.yi.geographicMap = this;
688
- this.yp.fr(this.xn);
689
- this.yp.fv(this.h3);
685
+ this.zt.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
686
+ if (this.zm != null) {
687
+ this.zm.geographicMap = this;
688
+ this.zt.fu(this.yr);
689
+ this.zt.fy(this.ij);
690
690
  }
691
691
  break;
692
692
  case "YAxis":
693
693
  case "XAxis":
694
- this.zq(c);
695
- this.zj(d);
694
+ this.aau(c);
695
+ this.aan(d);
696
696
  break;
697
697
  case XamGeographicMap.$$p[6]:
698
- if (!this.yt) {
699
- this.x6 = XamGeographicMap.aad;
698
+ if (!this.zx) {
699
+ this.za = XamGeographicMap.abh;
700
700
  }
701
- this.zk();
702
- this.zr();
703
- this.zs();
704
- this.xn = this.xo();
705
- this.yp.fs();
701
+ this.aao();
702
+ this.aav();
703
+ this.aaw();
704
+ this.yr = this.ys();
705
+ this.zt.fv();
706
706
  break;
707
707
  case "ActualWindowRect":
708
- this.yp.fr(this.xn);
708
+ this.zt.fu(this.yr);
709
709
  break;
710
710
  case "ActualWorldRect":
711
- for (let g of fromEnum(this.series)) {
712
- g.rz(false);
711
+ for (let g of fromEnum(this.b9)) {
712
+ g.r7(false);
713
713
  }
714
714
  break;
715
715
  case XamGeographicMap.$$p[5]:
716
- this.yz = this.y0;
716
+ this.z3 = this.z4;
717
717
  break;
718
718
  case "ActualWindowScale":
719
- if (!this.gt) {
720
- this.s8(this.id(), this.ie());
719
+ if (!this.g8) {
720
+ this.ua(this.iu(), this.iv());
721
721
  }
722
722
  break;
723
723
  case "ActualPixelScalingRatio":
724
- this.yp.fv(this.h3);
724
+ this.zt.fy(this.ij);
725
725
  break;
726
726
  case "WindowRectMinWidth":
727
727
  case "WindowRectMinHeight":
728
728
  let h = d;
729
729
  if (isNaN_(h) || isInfinity(h)) {
730
- this.h7 = 5E-06;
731
- this.h6 = 5E-06;
730
+ this.io = 5E-06;
731
+ this.im = 5E-06;
732
732
  }
733
733
  else {
734
- this.h7 = h;
735
- this.h6 = h;
734
+ this.io = h;
735
+ this.im = h;
736
736
  }
737
737
  break;
738
738
  case XamGeographicMap.$$p[7]:
739
- this.s4();
739
+ this.t5();
740
740
  break;
741
741
  case "MarkerAutomaticBehavior":
742
- for (let i of fromEnum(this.series)) {
743
- i.qn();
742
+ for (let i of fromEnum(this.b9)) {
743
+ i.qu();
744
744
  }
745
745
  break;
746
746
  }
747
747
  }
748
- zl(a, b) {
748
+ aap(a, b) {
749
749
  if (this.imageTilesReady != null) {
750
750
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
751
751
  }
752
752
  }
753
- zq(a) {
753
+ aau(a) {
754
754
  if (a != null) {
755
- a.b0 = null;
755
+ a.b2 = null;
756
756
  }
757
757
  }
758
- zr() {
759
- if (this.yd != null) {
760
- this.yd.p3 = this.aae.left;
761
- this.yd.p2 = this.aae.right;
758
+ aav() {
759
+ if (this.zh != null) {
760
+ this.zh.q5 = this.abi.left;
761
+ this.zh.q4 = this.abi.right;
762
762
  }
763
- if (this.yf != null) {
764
- this.yf.p3 = this.aae.top;
765
- this.yf.p2 = this.aae.bottom;
763
+ if (this.zj != null) {
764
+ this.zj.q5 = this.abi.top;
765
+ this.zj.q4 = this.abi.bottom;
766
766
  }
767
- this.yd.d3(true);
768
- this.yf.d3(true);
767
+ this.zh.ed(true);
768
+ this.zj.ed(true);
769
769
  }
770
770
  getFontInfo() {
771
- this.yq = this.yp.fo;
772
- return this.yq;
771
+ this.zu = this.zt.fr;
772
+ return this.zu;
773
773
  }
774
- wr() {
775
- return this.yp.fw;
774
+ xv() {
775
+ return this.zt.fz;
776
776
  }
777
777
  getFontBrush() {
778
- return this.yp.fx;
778
+ return this.zt.f0;
779
779
  }
780
- sq(a, b) {
780
+ tk(a, b) {
781
781
  if (typeCast(ItfConverter.$, b) !== null) {
782
782
  let c = b;
783
783
  let d = a;
784
784
  d.itemsSource = c.triangulationSource.points;
785
- d.xk = c.triangulationSource.triangles;
785
+ d.xt = c.triangulationSource.triangles;
786
786
  }
787
787
  else {
788
- super.sq(a, b);
788
+ super.tk(a, b);
789
789
  }
790
790
  }
791
791
  register(a, b) {
792
- this.sd(a, b);
792
+ this.s6(a, b);
793
793
  }
794
794
  unRegister(a) {
795
- this.sw(a);
795
+ this.tx(a);
796
796
  }
797
797
  deferredRefresh() {
798
- this.og();
798
+ this.o0();
799
799
  }
800
800
  deferAction(a) {
801
- if (this.y2 != null) {
802
- this.y2.setTimeout(a, 0);
801
+ if (this.z6 != null) {
802
+ this.z6.setTimeout(a, 0);
803
803
  }
804
804
  else {
805
805
  window.setTimeout(a, 0);
806
806
  }
807
807
  }
808
- zi(a) {
809
- this.s3(a);
808
+ aam(a) {
809
+ this.t4(a);
810
810
  }
811
- y3() {
811
+ z7() {
812
812
  let a = new ChartVisualData();
813
- let b = this.yd.hb();
814
- let c = this.yf.hb();
813
+ let b = this.zh.hr();
814
+ let c = this.zj.hr();
815
815
  a.axes.add1(b);
816
816
  a.axes.add1(c);
817
- for (let d = 0; d < this.series.count; d++) {
818
- let e = this.series._inner[d].kq();
817
+ for (let d = 0; d < this.b9.count; d++) {
818
+ let e = this.b9._inner[d].kv();
819
819
  a.series.add1(e);
820
820
  }
821
821
  a.name = this.name;
822
- a.contentArea = RectData.b(this.x5);
823
- a.centralArea = RectData.b(this.x5);
824
- a.plotArea = RectData.b(this.x5);
822
+ a.contentArea = RectData.b(this.y9);
823
+ a.centralArea = RectData.b(this.y9);
824
+ a.plotArea = RectData.b(this.y9);
825
825
  return a;
826
826
  }
827
- xv(a, b, c) {
827
+ yz(a, b, c) {
828
828
  return a;
829
829
  }
830
- zm() {
830
+ aaq() {
831
831
  }
832
- get aap() {
833
- return this.aab;
832
+ get abt() {
833
+ return this.abf;
834
834
  }
835
- set aap(a) {
836
- this.aab = a;
835
+ set abt(a) {
836
+ this.abf = a;
837
837
  }
838
- zw(a) {
839
- this.aap = a;
840
- this.zv();
838
+ aa0(a) {
839
+ this.abt = a;
840
+ this.aaz();
841
841
  }
842
- zv() {
843
- if (this.yw && !this.aap.isEmpty) {
844
- let a = this.getZoomFromGeographicRect(this.aap);
845
- this.aap = Rect.empty;
846
- this.ta(a, false);
842
+ aaz() {
843
+ if (this.z0 && !this.abt.isEmpty) {
844
+ let a = this.getZoomFromGeographicRect(this.abt);
845
+ this.abt = Rect.empty;
846
+ this.ud(a, false);
847
847
  }
848
848
  }
849
- get yw() {
850
- return !this.x5.isEmpty && !this.xr.isEmpty;
849
+ get z0() {
850
+ return !this.y9.isEmpty && !this.yv.isEmpty;
851
851
  }
852
852
  }
853
853
  XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
854
- XamGeographicMap.yn = 0;
855
- XamGeographicMap.aaa = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
856
- XamGeographicMap.aad = new Rect(0, 0, 0, 1, 1);
857
- XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'ry', ['BackgroundTilingMode:yk:zx', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ys:zy', [0, false], 'ResizeBehavior:yo:zz', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.yn)], 'SuppressZoomResetOnWorldRectChange:yt:z0', [0, false], 'UseWorldRectForZoomBounds:yu:z1', [0, false], 'WindowScale:y0:z2', [1, NaN], 'WorldRect:aaq:z3', [Rect.$, XamGeographicMap.aaa], 'Zoomable:yv:z4', [0, true]]);
854
+ XamGeographicMap.zr = 0;
855
+ XamGeographicMap.abe = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
856
+ XamGeographicMap.abh = new Rect(0, 0, 0, 1, 1);
857
+ XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'sr', ['BackgroundTilingMode:zo:aa1', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zw:aa2', [0, false], 'ResizeBehavior:zs:aa3', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zr)], 'SuppressZoomResetOnWorldRectChange:zx:aa4', [0, false], 'UseWorldRectForZoomBounds:zy:aa5', [0, false], 'WindowScale:z4:aa6', [1, NaN], 'WorldRect:abu:aa7', [Rect.$, XamGeographicMap.abe], 'Zoomable:zz:aa8', [0, true]]);
858
858
  return XamGeographicMap;
859
859
  })();
860
860
  /**
@@ -984,20 +984,20 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
984
984
  return a;
985
985
  }
986
986
  let b = new Rect(0, 0, 0, a.width, a.height);
987
- let c = this.geographicMap.aaj(b);
988
- let d = XamGeographicMap.aaa;
989
- let e = this.geographicMap.aae;
987
+ let c = this.geographicMap.abn(b);
988
+ let d = XamGeographicMap.abe;
989
+ let e = this.geographicMap.abi;
990
990
  let f = Math.min(this.windowRect.height, this.windowRect.width);
991
991
  let g = e.width / d.width;
992
992
  this.ao.a5 = (b.width / c.width) * f * g;
993
- let h = this.geographicMap.yd;
994
- let i = this.geographicMap.yf;
995
- let j = new ScalerParams(1, this.windowRect, b, h.df);
993
+ let h = this.geographicMap.zh;
994
+ let i = this.geographicMap.zj;
995
+ let j = new ScalerParams(1, this.windowRect, b, h.dn);
996
996
  j.c = c;
997
- let k = new ScalerParams(1, this.windowRect, b, i.df);
997
+ let k = new ScalerParams(1, this.windowRect, b, i.dn);
998
998
  k.c = c;
999
- let l = h.ft(d.left, j);
1000
- let m = i.ft(d.bottom, k);
999
+ let l = h.f5(d.left, j);
1000
+ let m = i.f5(d.bottom, k);
1001
1001
  let n = (-l / b.width) * this.ao.a5;
1002
1002
  let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1003
1003
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1091
1091
  }
1092
1092
  ci() {
1093
1093
  super.ci();
1094
- let a = this.cu.xb;
1095
- a.yb = this.cu.xn;
1096
- a.yj = this.cu.xl;
1097
- a.trianglesSource = this.cu.xk;
1098
- a.xz = this.cu.xq;
1099
- a.x1 = this.cu.xs;
1100
- a.x3 = this.cu.xu;
1094
+ let a = this.cu.xk;
1095
+ a.yk = this.cu.xw;
1096
+ a.ys = this.cu.xu;
1097
+ a.trianglesSource = this.cu.xt;
1098
+ a.x8 = this.cu.xz;
1099
+ a.ya = this.cu.x1;
1100
+ a.yc = this.cu.x3;
1101
1101
  }
1102
1102
  cx() {
1103
- let a = this.cu.xb;
1103
+ let a = this.cu.xk;
1104
1104
  if (this.cu.dc == null) {
1105
- a.w9 = null;
1106
- a.xa = null;
1105
+ a.xi = null;
1106
+ a.xj = null;
1107
1107
  return;
1108
1108
  }
1109
- a.w9 = this.cu.dc.yd;
1110
- a.xa = this.cu.dc.yf;
1109
+ a.xi = this.cu.dc.zh;
1110
+ a.xj = this.cu.dc.zj;
1111
1111
  }
1112
1112
  cw() {
1113
- this.cu.xb.yb = this.cu.xn;
1113
+ this.cu.xk.yk = this.cu.xw;
1114
1114
  }
1115
1115
  cv() {
1116
- this.cu.xb.yj = this.cu.xl;
1116
+ this.cu.xk.ys = this.cu.xu;
1117
1117
  }
1118
1118
  cy() {
1119
- this.cu.xb.trianglesSource = this.cu.xk;
1119
+ this.cu.xk.trianglesSource = this.cu.xt;
1120
1120
  }
1121
1121
  cz() {
1122
- this.cu.xb.xz = this.cu.xq;
1122
+ this.cu.xk.x8 = this.cu.xz;
1123
1123
  }
1124
1124
  c0() {
1125
- this.cu.xb.x1 = this.cu.xs;
1125
+ this.cu.xk.ya = this.cu.x1;
1126
1126
  }
1127
1127
  c1() {
1128
- this.cu.xb.x3 = this.cu.xu;
1128
+ this.cu.xk.yc = this.cu.x3;
1129
1129
  }
1130
1130
  }
1131
1131
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1148
1148
  }
1149
1149
  ci() {
1150
1150
  super.ci();
1151
- if (this.c2.x5 != null) {
1152
- this.c2.x5.zi = this.c2.x9;
1153
- this.c2.x5.y6 = this.c2.x4;
1151
+ if (this.c2.ye != null) {
1152
+ this.c2.ye.zr = this.c2.yi;
1153
+ this.c2.ye.zf = this.c2.yd;
1154
1154
  }
1155
1155
  }
1156
1156
  c3() {
1157
- if (this.c2.x5 != null) {
1158
- this.c2.x5.zi = this.c2.x9;
1157
+ if (this.c2.ye != null) {
1158
+ this.c2.ye.zr = this.c2.yi;
1159
1159
  }
1160
1160
  }
1161
1161
  c4() {
1162
- if (this.c2.x5 != null) {
1163
- this.c2.x5.y6 = this.c2.x4;
1162
+ if (this.c2.ye != null) {
1163
+ this.c2.ye.zf = this.c2.yd;
1164
1164
  }
1165
1165
  }
1166
1166
  }
@@ -1174,29 +1174,29 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
1174
1174
  class XamGeographicMapView extends SeriesViewerView {
1175
1175
  constructor(a) {
1176
1176
  super(a);
1177
- this.fn = null;
1177
+ this.fq = null;
1178
+ this.f2 = null;
1179
+ this.f0 = null;
1178
1180
  this.fz = null;
1179
- this.fx = null;
1180
- this.fw = null;
1181
- this.fo = null;
1182
- this.fp = NaN;
1183
- this.fz = Rect.empty;
1184
- this.fn = a;
1185
- this.fn.wk = 2;
1186
- this.fn.jh = 5E-06;
1181
+ this.fr = null;
1182
+ this.fs = NaN;
1183
+ this.f2 = Rect.empty;
1184
+ this.fq = a;
1185
+ this.fq.xo = 2;
1186
+ this.fq.jw = 5E-06;
1187
1187
  }
1188
1188
  m(a) {
1189
1189
  return 2;
1190
1190
  }
1191
- bk(a) {
1191
+ bn(a) {
1192
1192
  this.j.bw(a);
1193
- this.fn.zi(a);
1194
- this.el();
1193
+ this.fq.aam(a);
1194
+ this.eo();
1195
1195
  }
1196
- get_ap() {
1196
+ get_aq() {
1197
1197
  return true;
1198
1198
  }
1199
- d4() {
1199
+ d7() {
1200
1200
  let a;
1201
1201
  let b;
1202
1202
  let c;
@@ -1208,63 +1208,63 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
1208
1208
  c = f.p2;
1209
1209
  d = f.p3;
1210
1210
  e = f.p4;
1211
- this.fx = c;
1212
- this.fo = d;
1213
- this.fw = e;
1211
+ this.f0 = c;
1212
+ this.fr = d;
1213
+ this.fz = e;
1214
1214
  let g = this.j.e();
1215
- this.fn.ag = g.a;
1216
- this.fn.aj = g.f;
1217
- this.fn.ah = g.b != null ? g.b : new BrushCollection();
1218
- this.fn.ai = g.c != null ? g.c : new BrushCollection();
1219
- if (this.fn.ah.count == 0) {
1215
+ this.fq.ag = g.a;
1216
+ this.fq.aj = g.f;
1217
+ this.fq.ah = g.b != null ? g.b : new BrushCollection();
1218
+ this.fq.ai = g.c != null ? g.c : new BrushCollection();
1219
+ if (this.fq.ah.count == 0) {
1220
1220
  for (let h = 0; h < g.a.count; h++) {
1221
- this.fn.ah.add(g.a.item(h));
1221
+ this.fq.ah.add(g.a.item(h));
1222
1222
  }
1223
1223
  }
1224
1224
  if (g.c.count == 0) {
1225
1225
  for (let i = 0; i < g.f.count; i++) {
1226
- this.fn.ai.add(g.f.item(i));
1226
+ this.fq.ai.add(g.f.item(i));
1227
1227
  }
1228
1228
  }
1229
1229
  }
1230
- du(a) {
1231
- super.du(a);
1232
- if (this.fn.backgroundContent != null) {
1233
- let b = this.fn.backgroundContent;
1230
+ dx(a) {
1231
+ super.dx(a);
1232
+ if (this.fq.backgroundContent != null) {
1233
+ let b = this.fq.backgroundContent;
1234
1234
  b.be(this.j.ae);
1235
1235
  b.bd(a);
1236
1236
  }
1237
1237
  }
1238
- dv(a) {
1239
- super.dv(a);
1240
- this.fz = a;
1241
- if (this.fn.backgroundContent != null) {
1242
- let b = this.fn.backgroundContent;
1243
- b.bf(this.fz);
1238
+ dy(a) {
1239
+ super.dy(a);
1240
+ this.f2 = a;
1241
+ if (this.fq.backgroundContent != null) {
1242
+ let b = this.fq.backgroundContent;
1243
+ b.bf(this.f2);
1244
1244
  }
1245
1245
  }
1246
- fy() {
1247
- return new Rect(0, 0, 0, this.fz.width, this.fz.height);
1246
+ f1() {
1247
+ return new Rect(0, 0, 0, this.f2.width, this.f2.height);
1248
1248
  }
1249
- fs() {
1250
- if (this.fn.backgroundContent != null) {
1251
- let a = this.fn.backgroundContent;
1249
+ fv() {
1250
+ if (this.fq.backgroundContent != null) {
1251
+ let a = this.fq.backgroundContent;
1252
1252
  a.a6();
1253
1253
  }
1254
1254
  }
1255
- fr(a) {
1256
- if (this.fn.yi != null) {
1257
- this.fn.yi.windowRect = a;
1255
+ fu(a) {
1256
+ if (this.fq.zm != null) {
1257
+ this.fq.zm.windowRect = a;
1258
1258
  }
1259
1259
  }
1260
- fu(a, b) {
1261
- if (this.fn.yi != null) {
1262
- this.fn.yi.windowRect = this.fn.xn;
1260
+ fx(a, b) {
1261
+ if (this.fq.zm != null) {
1262
+ this.fq.zm.windowRect = this.fq.yr;
1263
1263
  }
1264
1264
  if (a != null) {
1265
1265
  let c = a.ao;
1266
1266
  if (c != null) {
1267
- this.fn.al.h.remove(c.ag);
1267
+ this.fq.al.h.remove(c.ag);
1268
1268
  }
1269
1269
  a.bd(null);
1270
1270
  a.be(null);
@@ -1272,48 +1272,48 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
1272
1272
  if (b != null) {
1273
1273
  let d = b.ao;
1274
1274
  if (d != null) {
1275
- this.fn.al.h.add(d.ag);
1275
+ this.fq.al.h.add(d.ag);
1276
1276
  }
1277
- if (!this.fz.isEmpty) {
1278
- this.dv(this.fz);
1277
+ if (!this.f2.isEmpty) {
1278
+ this.dy(this.f2);
1279
1279
  }
1280
1280
  if (this.w != null) {
1281
- this.du(this.w);
1281
+ this.dx(this.w);
1282
1282
  }
1283
1283
  }
1284
1284
  if (b == null) {
1285
- this.ft(this.w);
1285
+ this.fw(this.w);
1286
1286
  }
1287
1287
  }
1288
- ft(a) {
1289
- let b = this.fn.h3;
1288
+ fw(a) {
1289
+ let b = this.fq.ij;
1290
1290
  if (b != 1) {
1291
1291
  a.aa();
1292
1292
  a.ab(b, b);
1293
1293
  }
1294
- a.l(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
1294
+ a.l(this.f2.left, this.f2.top, this.f2.width, this.f2.height);
1295
1295
  if (b != 1) {
1296
1296
  a.z();
1297
1297
  }
1298
1298
  }
1299
- d1() {
1300
- this.fd.ad = Defaults.crosshairLineThickness;
1301
- this.fe.ad = Defaults.crosshairLineThickness;
1302
- this.fd._stroke = Defaults.crosshairLineBrush;
1303
- this.fe._stroke = Defaults.crosshairLineBrush;
1304
- super.d1();
1299
+ d4() {
1300
+ this.fg.ad = Defaults.crosshairLineThickness;
1301
+ this.fh.ad = Defaults.crosshairLineThickness;
1302
+ this.fg._stroke = Defaults.crosshairLineBrush;
1303
+ this.fh._stroke = Defaults.crosshairLineBrush;
1304
+ super.d4();
1305
1305
  }
1306
- fv(a) {
1307
- this.fp = a;
1308
- if (this.fn.backgroundContent != null) {
1309
- this.fn.backgroundContent.bc(a);
1306
+ fy(a) {
1307
+ this.fs = a;
1308
+ if (this.fq.backgroundContent != null) {
1309
+ this.fq.backgroundContent.bc(a);
1310
1310
  }
1311
1311
  }
1312
- get fq() {
1313
- return this.fp;
1312
+ get ft() {
1313
+ return this.fs;
1314
1314
  }
1315
- set fq(a) {
1316
- this.fp = a;
1315
+ set ft(a) {
1316
+ this.fs = a;
1317
1317
  }
1318
1318
  }
1319
1319
  XamGeographicMapView.$t = markType(XamGeographicMapView, 'XamGeographicMapView', SeriesViewerView.$);
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1358
1358
  ct() {
1359
1359
  return new GeographicXYTriangulatingSeriesView(this);
1360
1360
  }
1361
- q8(a) {
1362
- super.q8(a);
1363
- this.xj = a;
1361
+ rg(a) {
1362
+ super.rg(a);
1363
+ this.xs = a;
1364
1364
  }
1365
- rh(a, b, c, d) {
1366
- super.rh(a, b, c, d);
1365
+ rp(a, b, c, d) {
1366
+ super.rp(a, b, c, d);
1367
1367
  switch (b) {
1368
1368
  case "SeriesViewer":
1369
- this.xj.cx();
1369
+ this.xs.cx();
1370
1370
  break;
1371
1371
  case GeographicXYTriangulatingSeries.$$p[1]:
1372
- this.xj.cw();
1372
+ this.xs.cw();
1373
1373
  break;
1374
1374
  case GeographicXYTriangulatingSeries.$$p[0]:
1375
- this.xj.cv();
1375
+ this.xs.cv();
1376
1376
  break;
1377
1377
  case GeographicXYTriangulatingSeries.$$p[5]:
1378
- this.xj.cy();
1378
+ this.xs.cy();
1379
1379
  break;
1380
1380
  case GeographicXYTriangulatingSeries.$$p[2]:
1381
- this.xj.cz();
1381
+ this.xs.cz();
1382
1382
  break;
1383
1383
  case GeographicXYTriangulatingSeries.$$p[3]:
1384
- this.xj.c0();
1384
+ this.xs.c0();
1385
1385
  break;
1386
1386
  case GeographicXYTriangulatingSeries.$$p[4]:
1387
- this.xj.c1();
1387
+ this.xs.c1();
1388
1388
  break;
1389
1389
  }
1390
1390
  }
1391
1391
  }
1392
1392
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1393
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xl:xw', [2, "pointY"], 'LongitudeMemberPath:xn:xx', [2, "pointX"], 'TriangleVertexMemberPath1:xq:xz', [2, "v1"], 'TriangleVertexMemberPath2:xs:x0', [2, "v2"], 'TriangleVertexMemberPath3:xu:x1', [2, "v3"], 'TrianglesSource:xk:xy', [IEnumerable_$type, null]]);
1393
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xu:x5', [2, "pointY"], 'LongitudeMemberPath:xw:x6', [2, "pointX"], 'TriangleVertexMemberPath1:xz:x8', [2, "v1"], 'TriangleVertexMemberPath2:x1:x9', [2, "v2"], 'TriangleVertexMemberPath3:x3:ya', [2, "v3"], 'TrianglesSource:xt:x7', [IEnumerable_$type, null]]);
1394
1394
  return GeographicXYTriangulatingSeries;
1395
1395
  })();
1396
1396
  /**
@@ -1400,59 +1400,59 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1400
1400
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
1401
1401
  constructor() {
1402
1402
  super();
1403
- this.x2 = null;
1403
+ this.yb = null;
1404
1404
  this.triangulationStatusChanged = null;
1405
1405
  this.ab = GeographicScatterAreaSeries.$;
1406
1406
  }
1407
1407
  bk() {
1408
1408
  return new GeographicScatterAreaSeries();
1409
1409
  }
1410
- get_ew() {
1410
+ get_ex() {
1411
1411
  return true;
1412
1412
  }
1413
- get x4() {
1414
- return this.x2;
1413
+ get yd() {
1414
+ return this.yb;
1415
1415
  }
1416
- set x4(a) {
1417
- let b = this.x2 != a;
1416
+ set yd(a) {
1417
+ let b = this.yb != a;
1418
1418
  if (b) {
1419
- let c = this.x2;
1420
- if (this.x2 != null) {
1421
- let d = this.x2;
1422
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yc));
1419
+ let c = this.yb;
1420
+ if (this.yb != null) {
1421
+ let d = this.yb;
1422
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yl));
1423
1423
  }
1424
- this.x2 = a;
1425
- if (this.x2 != null) {
1426
- let e = this.x2;
1427
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yc));
1424
+ this.yb = a;
1425
+ if (this.yb != null) {
1426
+ let e = this.yb;
1427
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yl));
1428
1428
  }
1429
- this.raisePropertyChanged("ColorScale", c, this.x2);
1430
- if (this.x5 != null) {
1431
- this.x5.y6 = a;
1429
+ this.raisePropertyChanged("ColorScale", c, this.yb);
1430
+ if (this.ye != null) {
1431
+ this.ye.zf = a;
1432
1432
  }
1433
1433
  }
1434
1434
  }
1435
- yc(a, b) {
1436
- this.x7.c4();
1437
- this.ye();
1438
- this.rz(false);
1435
+ yl(a, b) {
1436
+ this.yg.c4();
1437
+ this.yn();
1438
+ this.r7(false);
1439
1439
  }
1440
- ye() {
1441
- if (this.x5 != null) {
1442
- this.x3 = this.x5.y5;
1440
+ yn() {
1441
+ if (this.ye != null) {
1442
+ this.yc = this.ye.ze;
1443
1443
  }
1444
1444
  }
1445
- sq() {
1446
- super.sq();
1447
- this.ye();
1445
+ sy() {
1446
+ super.sy();
1447
+ this.yn();
1448
1448
  }
1449
- xa() {
1450
- this.x5 = new ScatterAreaSeries();
1451
- let a = this.x5;
1452
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yd));
1453
- return this.x5;
1449
+ xj() {
1450
+ this.ye = new ScatterAreaSeries();
1451
+ let a = this.ye;
1452
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
1453
+ return this.ye;
1454
1454
  }
1455
- yd(a, b) {
1455
+ ym(a, b) {
1456
1456
  if (this.triangulationStatusChanged != null) {
1457
1457
  this.triangulationStatusChanged(this, b);
1458
1458
  }
@@ -1460,30 +1460,30 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1460
1460
  ct() {
1461
1461
  return new GeographicScatterAreaSeriesView(this);
1462
1462
  }
1463
- q8(a) {
1464
- super.q8(a);
1465
- this.x7 = a;
1463
+ rg(a) {
1464
+ super.rg(a);
1465
+ this.yg = a;
1466
1466
  }
1467
- rh(a, b, c, d) {
1468
- super.rh(a, b, c, d);
1467
+ rp(a, b, c, d) {
1468
+ super.rp(a, b, c, d);
1469
1469
  switch (b) {
1470
1470
  case GeographicScatterAreaSeries.$$p[1]:
1471
- this.x7.c3();
1471
+ this.yg.c3();
1472
1472
  break;
1473
1473
  case "ColorScale":
1474
- this.x7.c4();
1475
- this.ye();
1474
+ this.yg.c4();
1475
+ this.yn();
1476
1476
  break;
1477
1477
  }
1478
1478
  }
1479
- get_g8() {
1479
+ get_hd() {
1480
1480
  return true;
1481
1481
  }
1482
- set_g8(a) {
1483
- super.set_g8(a);
1482
+ set_hd(a) {
1483
+ super.set_hd(a);
1484
1484
  }
1485
1485
  }
1486
1486
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1487
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:x3:yf', [ColorScale.$, null], 'ColorMemberPath:x9:yg', [2, "value"]]);
1487
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yc:yo', [ColorScale.$, null], 'ColorMemberPath:yi:yp', [2, "value"]]);
1488
1488
  return GeographicScatterAreaSeries;
1489
1489
  })();