igniteui-angular-maps 14.1.0 → 14.1.2

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 (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1470 -1458
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  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 +60 -60
  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/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +4 -4
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +50 -50
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +4 -4
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1472
  56. package/fesm5/igniteui-angular-maps.js +1471 -1459
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +21 -21
  73. package/lib/XamGeographicMap_combined.d.ts +112 -112
  74. package/package.json +2 -2
@@ -26,7 +26,7 @@ import { ItfConverter } from "igniteui-angular-core";
26
26
  import { ChartVisualData } from "igniteui-angular-charts";
27
27
  import { RectData } from "igniteui-angular-core";
28
28
  import { PropertyMetadata } from "igniteui-angular-core";
29
- import { truncate, intDivide, isNaN_ } from "igniteui-angular-core";
29
+ import { truncate, intDivide, isNaN_, isInfinity } from "igniteui-angular-core";
30
30
  import { XamMultiScaleImage } from "igniteui-angular-core";
31
31
  import { Size } from "igniteui-angular-core";
32
32
  import { ImagesChangedEventArgs } from "./ImagesChangedEventArgs";
@@ -44,22 +44,22 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
44
44
  __extends(XamGeographicMap, _super);
45
45
  function XamGeographicMap() {
46
46
  var _this = _super.call(this) || this;
47
- _this.tr = null;
48
- _this.tg = false;
49
- _this.s8 = 1;
50
- _this.tn = 0;
51
- _this.uy = null;
52
- _this.s5 = null;
53
- _this.s1 = null;
54
- _this.s3 = null;
55
- _this.s7 = null;
56
- _this.uu = { $type: Point_$type, x: NaN, y: NaN };
57
- _this.u1 = null;
58
- _this.tm = 1;
47
+ _this.ul = null;
48
+ _this.ua = false;
49
+ _this.t2 = 1;
50
+ _this.uh = 0;
51
+ _this.vs = null;
52
+ _this.tz = null;
53
+ _this.tv = null;
54
+ _this.tx = null;
55
+ _this.t1 = null;
56
+ _this.vo = { $type: Point_$type, x: NaN, y: NaN };
57
+ _this.vv = null;
58
+ _this.ug = 1;
59
59
  _this.imageTilesReady = null;
60
- _this.tf = null;
61
- _this.u0 = Rect.empty;
62
- _this.tn = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
60
+ _this.t9 = null;
61
+ _this.vu = Rect.empty;
62
+ _this.uh = SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.top);
63
63
  _this.ab = XamGeographicMap.$;
64
64
  _this.backgroundContent = new OpenStreetMapImagery();
65
65
  var a = ((function () {
@@ -68,79 +68,79 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
68
68
  return $ret;
69
69
  })());
70
70
  a.ce = true;
71
- _this.s2 = a;
72
- _this.s2.nj = new SphericalMercatorHorizontalScaler();
71
+ _this.tw = a;
72
+ _this.tw.nj = new SphericalMercatorHorizontalScaler();
73
73
  var b = ((function () {
74
74
  var $ret = new NumericYAxis();
75
75
  $ret.bh = _this;
76
76
  return $ret;
77
77
  })());
78
78
  b.ce = true;
79
- _this.s4 = b;
80
- _this.s4.nj = new SphericalMercatorVerticalScaler();
81
- _this.t9();
82
- _this.ug();
83
- _this.lg();
79
+ _this.ty = b;
80
+ _this.ty.nj = new SphericalMercatorVerticalScaler();
81
+ _this.u3();
82
+ _this.va();
83
+ _this.l3();
84
84
  return _this;
85
85
  }
86
86
  XamGeographicMap.prototype.provideContainer = function (a) {
87
87
  _super.prototype.provideContainer.call(this, a);
88
- this.s2.provideRenderer(a);
89
- this.s4.provideRenderer(a);
88
+ this.tw.provideRenderer(a);
89
+ this.ty.provideRenderer(a);
90
90
  };
91
- XamGeographicMap.prototype.lg = function () {
92
- _super.prototype.lg.call(this);
93
- this.te.fv(this.f4);
91
+ XamGeographicMap.prototype.l3 = function () {
92
+ _super.prototype.l3.call(this);
93
+ this.t8.fv(this.gc);
94
94
  };
95
- XamGeographicMap.prototype.em = function () {
96
- return this.tk;
95
+ XamGeographicMap.prototype.er = function () {
96
+ return this.ue;
97
97
  };
98
- XamGeographicMap.prototype.en = function () {
99
- return this.tk;
98
+ XamGeographicMap.prototype.es = function () {
99
+ return this.ue;
100
100
  };
101
- XamGeographicMap.prototype.tb = function () {
102
- if (this.s9 == 0) {
103
- if (this.tg) {
101
+ XamGeographicMap.prototype.t5 = function () {
102
+ if (this.t3 == 0) {
103
+ if (this.ua) {
104
104
  return 2;
105
105
  }
106
106
  }
107
107
  return 1;
108
108
  };
109
- Object.defineProperty(XamGeographicMap.prototype, "ta", {
109
+ Object.defineProperty(XamGeographicMap.prototype, "t4", {
110
110
  get: function () {
111
- return this.s8;
111
+ return this.t2;
112
112
  },
113
113
  set: function (a) {
114
- this.s8 = a;
114
+ this.t2 = a;
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
118
118
  });
119
- Object.defineProperty(XamGeographicMap.prototype, "u3", {
119
+ Object.defineProperty(XamGeographicMap.prototype, "vx", {
120
120
  get: function () {
121
- return this.uy;
121
+ return this.vs;
122
122
  },
123
123
  set: function (a) {
124
- var b = Rect.l_op_Inequality(this.uy, a);
124
+ var b = Rect.l_op_Inequality(this.vs, a);
125
125
  if (b) {
126
- var c = this.uy;
127
- this.uy = a;
128
- this.nl("ActualWorldRect", c, a);
126
+ var c = this.vs;
127
+ this.vs = a;
128
+ this.n8("ActualWorldRect", c, a);
129
129
  }
130
130
  },
131
131
  enumerable: false,
132
132
  configurable: true
133
133
  });
134
- XamGeographicMap.prototype.u7 = function () {
135
- return this.u3;
134
+ XamGeographicMap.prototype.v1 = function () {
135
+ return this.vx;
136
136
  };
137
- XamGeographicMap.prototype.t9 = function () {
138
- if (this.vf.isEmpty) {
137
+ XamGeographicMap.prototype.u3 = function () {
138
+ if (this.v9.isEmpty) {
139
139
  return;
140
140
  }
141
- this.u3 = this.vd(this.vf, this.b9 == 1);
141
+ this.vx = this.v7(this.v9, this.cd == 1);
142
142
  };
143
- XamGeographicMap.prototype.vd = function (a, b) {
143
+ XamGeographicMap.prototype.v7 = function (a, b) {
144
144
  var c = a.top;
145
145
  var d = a.left;
146
146
  var e = a.width;
@@ -148,25 +148,25 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
148
148
  var g = SphericalMercatorVerticalScaler.am(a.bottom);
149
149
  var h = SphericalMercatorVerticalScaler.am(a.top);
150
150
  var i = g - h;
151
- var j = a.width / XamGeographicMap.uz.width;
152
- var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.uz.top);
151
+ var j = a.width / XamGeographicMap.vt.width;
152
+ var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.vt.top);
153
153
  var l = i / j;
154
- if (i / j > this.tn) {
155
- var m = i / this.tn;
154
+ if (i / j > this.uh) {
155
+ var m = i / this.uh;
156
156
  var n = m - j;
157
- d = d - (n / 2) * XamGeographicMap.uz.width;
158
- e = m * XamGeographicMap.uz.width;
157
+ d = d - (n / 2) * XamGeographicMap.vt.width;
158
+ e = m * XamGeographicMap.vt.width;
159
159
  if (b) {
160
- if (d < XamGeographicMap.uz.left) {
161
- d += (XamGeographicMap.uz.left - d);
160
+ if (d < XamGeographicMap.vt.left) {
161
+ d += (XamGeographicMap.vt.left - d);
162
162
  }
163
- else if ((d + e) > XamGeographicMap.uz.right) {
164
- d -= ((d + e) - XamGeographicMap.uz.right);
163
+ else if ((d + e) > XamGeographicMap.vt.right) {
164
+ d -= ((d + e) - XamGeographicMap.vt.right);
165
165
  }
166
166
  }
167
167
  }
168
- else if (i / j < this.tn) {
169
- var o = this.tn * j;
168
+ else if (i / j < this.uh) {
169
+ var o = this.uh * j;
170
170
  var p = o - i;
171
171
  var q = h - (p / 2);
172
172
  var r = g + (p / 2);
@@ -175,9 +175,9 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
175
175
  q += (k - q);
176
176
  r += (k - q);
177
177
  }
178
- else if (r > (k + this.tn)) {
179
- q -= ((r) - (k + this.tn));
180
- r -= ((r) - (k + this.tn));
178
+ else if (r > (k + this.uh)) {
179
+ q -= ((r) - (k + this.uh));
180
+ r -= ((r) - (k + this.uh));
181
181
  }
182
182
  }
183
183
  c = SphericalMercatorVerticalScaler.aq(q);
@@ -188,44 +188,44 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
188
188
  };
189
189
  Object.defineProperty(XamGeographicMap.prototype, "backgroundContent", {
190
190
  get: function () {
191
- return this.s5;
191
+ return this.tz;
192
192
  },
193
193
  set: function (a) {
194
194
  var b = a != this.backgroundContent;
195
195
  if (b) {
196
196
  var c = this.backgroundContent;
197
- this.s5 = a;
198
- this.nl("BackgroundContent", c, a);
197
+ this.tz = a;
198
+ this.n8("BackgroundContent", c, a);
199
199
  }
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
203
203
  });
204
- Object.defineProperty(XamGeographicMap.prototype, "s2", {
204
+ Object.defineProperty(XamGeographicMap.prototype, "tw", {
205
205
  get: function () {
206
- return this.s1;
206
+ return this.tv;
207
207
  },
208
208
  set: function (a) {
209
- var b = a != this.s2;
209
+ var b = a != this.tw;
210
210
  if (b) {
211
- var c = this.s2;
212
- this.s1 = a;
213
- this.nl("XAxis", c, a);
211
+ var c = this.tw;
212
+ this.tv = a;
213
+ this.n8("XAxis", c, a);
214
214
  }
215
215
  },
216
216
  enumerable: false,
217
217
  configurable: true
218
218
  });
219
- Object.defineProperty(XamGeographicMap.prototype, "s4", {
219
+ Object.defineProperty(XamGeographicMap.prototype, "ty", {
220
220
  get: function () {
221
- return this.s3;
221
+ return this.tx;
222
222
  },
223
223
  set: function (a) {
224
- var b = a != this.s4;
224
+ var b = a != this.ty;
225
225
  if (b) {
226
- var c = this.s4;
227
- this.s3 = a;
228
- this.nl("YAxis", c, a);
226
+ var c = this.ty;
227
+ this.tx = a;
228
+ this.n8("YAxis", c, a);
229
229
  }
230
230
  },
231
231
  enumerable: false,
@@ -234,41 +234,41 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
234
234
  XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
235
235
  return this.getZoomFromGeographicRect(a);
236
236
  };
237
- XamGeographicMap.prototype.uj = function (a) {
238
- this.sv = a;
237
+ XamGeographicMap.prototype.vd = function (a) {
238
+ this.tp = a;
239
239
  };
240
- XamGeographicMap.prototype.ui = function (a) {
241
- this.vf = a;
240
+ XamGeographicMap.prototype.vc = function (a) {
241
+ this.v9 = a;
242
242
  };
243
243
  XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
244
- return this.u5(a, true, 0);
244
+ return this.vz(a, true, 0);
245
245
  };
246
- XamGeographicMap.prototype.u4 = function (a, b) {
247
- return this.u5(a, false, b);
246
+ XamGeographicMap.prototype.vy = function (a, b) {
247
+ return this.vz(a, false, b);
248
248
  };
249
- XamGeographicMap.prototype.u5 = function (a, b, c) {
249
+ XamGeographicMap.prototype.vz = function (a, b, c) {
250
250
  var d = a;
251
251
  if (b) {
252
- d = this.vd(a, false);
253
- }
254
- var e = this.s2;
255
- var f = this.s4;
256
- var g = new ScalerParams(1, XamGeographicMap.u2, this.su, e.cg);
257
- g.c = this.sj;
258
- var h = new ScalerParams(1, XamGeographicMap.u2, this.su, f.cg);
259
- h.c = this.sj;
260
- var i = this.s2.ei(d.left, g);
261
- var j = this.s2.ei(d.right, g);
262
- var k = this.s4.ei(d.top, h);
263
- var l = this.s4.ei(d.bottom, h);
264
- var m = (i - c) / this.su.width;
265
- var n = (l - c) / this.su.height;
266
- var o = (j - i + (c * 2)) / this.su.width;
267
- var p = (k - l + (c * 2)) / this.su.height;
252
+ d = this.v7(a, false);
253
+ }
254
+ var e = this.tw;
255
+ var f = this.ty;
256
+ var g = new ScalerParams(1, XamGeographicMap.vw, this.to, e.cg);
257
+ g.c = this.td;
258
+ var h = new ScalerParams(1, XamGeographicMap.vw, this.to, f.cg);
259
+ h.c = this.td;
260
+ var i = this.tw.ei(d.left, g);
261
+ var j = this.tw.ei(d.right, g);
262
+ var k = this.ty.ei(d.top, h);
263
+ var l = this.ty.ei(d.bottom, h);
264
+ var m = (i - c) / this.to.width;
265
+ var n = (l - c) / this.to.height;
266
+ var o = (j - i + (c * 2)) / this.to.width;
267
+ var p = (k - l + (c * 2)) / this.to.height;
268
268
  var q = new Rect(0, m, n, o, p);
269
- q.intersect(XamGeographicMap.u2);
269
+ q.intersect(XamGeographicMap.vw);
270
270
  if (q.isEmpty) {
271
- q = XamGeographicMap.u2;
271
+ q = XamGeographicMap.vw;
272
272
  }
273
273
  return q;
274
274
  };
@@ -278,21 +278,21 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
278
278
  var e = b.x - a.x;
279
279
  var f = a.y - b.y;
280
280
  if (e < 0 || f < 0) {
281
- return XamGeographicMap.u2;
281
+ return XamGeographicMap.vw;
282
282
  }
283
283
  else {
284
284
  var g = new Rect(0, c, d, e, f);
285
285
  return this.getZoomFromGeographicRect(g);
286
286
  }
287
287
  };
288
- XamGeographicMap.prototype.u9 = function (a) {
289
- var b = this.s2;
290
- var c = this.s4;
291
- var d = new ScalerParams(1, a, this.su, b.cg);
292
- d.c = this.sj;
293
- var e = new ScalerParams(1, a, this.su, c.cg);
294
- e.c = this.sj;
295
- var f = this.si;
288
+ XamGeographicMap.prototype.v3 = function (a) {
289
+ var b = this.tw;
290
+ var c = this.ty;
291
+ var d = new ScalerParams(1, a, this.to, b.cg);
292
+ d.c = this.td;
293
+ var e = new ScalerParams(1, a, this.to, c.cg);
294
+ e.c = this.td;
295
+ var f = this.tc;
296
296
  var g = b.el(f.left, d);
297
297
  var h = c.el(f.top, e);
298
298
  var i = b.el(f.right, d);
@@ -300,45 +300,45 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
300
300
  var k = i - g;
301
301
  var l = h - j;
302
302
  var m = new Rect(0, g, j, k, l);
303
- if (this.b9 == 1) {
304
- m.intersect(XamGeographicMap.uz);
303
+ if (this.cd == 1) {
304
+ m.intersect(XamGeographicMap.vt);
305
305
  if (m.isEmpty) {
306
- m = XamGeographicMap.uz;
306
+ m = XamGeographicMap.vt;
307
307
  }
308
308
  }
309
309
  return m;
310
310
  };
311
- XamGeographicMap.prototype.uv = function (a) {
312
- var b = this.s2.l6(a.x);
313
- var c = this.s4.l6(a.y);
311
+ XamGeographicMap.prototype.vp = function (a) {
312
+ var b = this.tw.l6(a.x);
313
+ var c = this.ty.l6(a.y);
314
314
  return { $type: Point_$type, x: b, y: c };
315
315
  };
316
- XamGeographicMap.prototype.uw = function (a) {
317
- var b = this.s2.e3(a.x);
318
- var c = this.s4.e3(a.y);
316
+ XamGeographicMap.prototype.vq = function (a) {
317
+ var b = this.tw.e3(a.x);
318
+ var c = this.ty.e3(a.y);
319
319
  return { $type: Point_$type, x: b, y: c };
320
320
  };
321
- XamGeographicMap.prototype.ux = function (a) {
322
- return this.uw(a);
321
+ XamGeographicMap.prototype.vr = function (a) {
322
+ return this.vq(a);
323
323
  };
324
- XamGeographicMap.prototype.t6 = function () {
324
+ XamGeographicMap.prototype.u0 = function () {
325
325
  var a = typeCast(GeographicMapImagery.$, this.backgroundContent);
326
326
  if (a != null) {
327
327
  a.clearTileCache();
328
328
  }
329
329
  };
330
- XamGeographicMap.prototype.uc = function (a) {
330
+ XamGeographicMap.prototype.u6 = function (a) {
331
331
  };
332
- XamGeographicMap.prototype.fa = function () {
332
+ XamGeographicMap.prototype.fg = function () {
333
333
  return true;
334
334
  };
335
- XamGeographicMap.prototype.ue = function () {
335
+ XamGeographicMap.prototype.u8 = function () {
336
336
  var e_1, _a;
337
- this.te.ee();
337
+ this.t8.ee();
338
338
  try {
339
339
  for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
340
340
  var a = _c.value;
341
- a.ms();
341
+ a.mv();
342
342
  }
343
343
  }
344
344
  catch (e_1_1) {
@@ -355,128 +355,128 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
355
355
  }
356
356
  }
357
357
  };
358
- XamGeographicMap.prototype.uh = function () {
359
- if (this.td == 2) {
360
- if (!this.su.isEmpty && this.su.width > 0 && this.su.height > 0) {
361
- var a = this.s2.l6(this.su.left + (this.su.width / 2));
362
- var b = this.s4.l6(this.su.top + (this.su.height / 2));
363
- this.uu = { $type: Point_$type, x: a, y: b };
358
+ XamGeographicMap.prototype.vb = function () {
359
+ if (this.t7 == 2) {
360
+ if (!this.to.isEmpty && this.to.width > 0 && this.to.height > 0) {
361
+ var a = this.tw.l6(this.to.left + (this.to.width / 2));
362
+ var b = this.ty.l6(this.to.top + (this.to.height / 2));
363
+ this.vo = { $type: Point_$type, x: a, y: b };
364
364
  }
365
365
  }
366
366
  else {
367
- if (!this.su.isEmpty && this.su.width > 0 && this.su.height > 0) {
368
- var c = this.s2.l6(this.su.left);
369
- var d = this.s4.l6(this.su.top);
370
- this.uu = { $type: Point_$type, x: c, y: d };
367
+ if (!this.to.isEmpty && this.to.width > 0 && this.to.height > 0) {
368
+ var c = this.tw.l6(this.to.left);
369
+ var d = this.ty.l6(this.to.top);
370
+ this.vo = { $type: Point_$type, x: c, y: d };
371
371
  }
372
372
  }
373
373
  };
374
- XamGeographicMap.prototype.ud = function () {
375
- if (isNaN_(this.uu.x) || isNaN_(this.uu.y)) {
376
- this.uh();
374
+ XamGeographicMap.prototype.u7 = function () {
375
+ if (isNaN_(this.vo.x) || isNaN_(this.vo.y)) {
376
+ this.vb();
377
377
  }
378
- var a = this.uu.x;
379
- var b = this.uu.y;
378
+ var a = this.vo.x;
379
+ var b = this.vo.y;
380
380
  if (!isNaN_(a) && !isNaN_(b)) {
381
- var c = this.sf.left;
382
- var d = this.sf.top;
383
- var e = this.sf.width;
384
- var f = this.sf.height;
385
- if (e > this.u1.width) {
381
+ var c = this.s9.left;
382
+ var d = this.s9.top;
383
+ var e = this.s9.width;
384
+ var f = this.s9.height;
385
+ if (e > this.vv.width) {
386
386
  }
387
387
  else {
388
- var g = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s2.cg);
389
- g.c = this.sj;
390
- var h = this.s2.ei(a, g);
391
- if (this.td == 2) {
392
- var i = h / this.su.width;
388
+ var g = new ScalerParams(1, XamGeographicMap.vw, this.to, this.tw.cg);
389
+ g.c = this.td;
390
+ var h = this.tw.ei(a, g);
391
+ if (this.t7 == 2) {
392
+ var i = h / this.to.width;
393
393
  c = i - (e / 2);
394
394
  }
395
395
  else {
396
- c = h / this.su.width;
396
+ c = h / this.to.width;
397
397
  }
398
- if (c + e > this.u1.right) {
399
- c = this.u1.right - e;
398
+ if (c + e > this.vv.right) {
399
+ c = this.vv.right - e;
400
400
  }
401
- else if (c < this.u1.left) {
402
- c = this.u1.left;
401
+ else if (c < this.vv.left) {
402
+ c = this.vv.left;
403
403
  }
404
404
  }
405
- if (f > this.u1.height) {
405
+ if (f > this.vv.height) {
406
406
  }
407
407
  else {
408
- var j = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s4.cg);
409
- j.c = this.sj;
410
- var k = this.s4.ei(b, j);
411
- if (this.td == 2) {
412
- var l = k / this.su.height;
408
+ var j = new ScalerParams(1, XamGeographicMap.vw, this.to, this.ty.cg);
409
+ j.c = this.td;
410
+ var k = this.ty.ei(b, j);
411
+ if (this.t7 == 2) {
412
+ var l = k / this.to.height;
413
413
  d = l - (f / 2);
414
414
  }
415
415
  else {
416
- d = k / this.su.height;
416
+ d = k / this.to.height;
417
417
  }
418
- if (d + f > this.u1.bottom) {
419
- d = this.u1.bottom - f;
418
+ if (d + f > this.vv.bottom) {
419
+ d = this.vv.bottom - f;
420
420
  }
421
- else if (d < this.u1.top) {
422
- d = this.u1.top;
421
+ else if (d < this.vv.top) {
422
+ d = this.vv.top;
423
423
  }
424
424
  }
425
- this.ot(new Rect(0, c, d, e, f), false);
425
+ this.ph(new Rect(0, c, d, e, f), false);
426
426
  }
427
427
  };
428
- XamGeographicMap.prototype.get_ef = function () {
428
+ XamGeographicMap.prototype.get_ej = function () {
429
429
  return true;
430
430
  };
431
- XamGeographicMap.prototype.sg = function () {
432
- var a = _super.prototype.sg.call(this);
433
- if (this.s2 == null || this.s4 == null) {
431
+ XamGeographicMap.prototype.ta = function () {
432
+ var a = _super.prototype.ta.call(this);
433
+ if (this.tw == null || this.ty == null) {
434
434
  return a;
435
435
  }
436
- this.sq();
436
+ this.tk();
437
437
  var b = a.left;
438
438
  var c = a.top;
439
- if (this.b9 == 1) {
440
- if (this.sv.width > this.u1.width) {
441
- b = 0.5 - (this.sv.width / 2);
439
+ if (this.cd == 1) {
440
+ if (this.tp.width > this.vv.width) {
441
+ b = 0.5 - (this.tp.width / 2);
442
442
  }
443
- else if (b + a.width > this.u1.right) {
444
- b = this.u1.right - this.sv.width;
443
+ else if (b + a.width > this.vv.right) {
444
+ b = this.vv.right - this.tp.width;
445
445
  }
446
- else if (b < this.u1.left) {
447
- b = this.u1.left;
446
+ else if (b < this.vv.left) {
447
+ b = this.vv.left;
448
448
  }
449
- if (this.sv.height > this.u1.height) {
450
- c = 0.5 - (this.sv.height / 2);
449
+ if (this.tp.height > this.vv.height) {
450
+ c = 0.5 - (this.tp.height / 2);
451
451
  }
452
- else if (c + this.sv.height > this.u1.bottom) {
453
- c = this.u1.bottom - this.sv.height;
452
+ else if (c + this.tp.height > this.vv.bottom) {
453
+ c = this.vv.bottom - this.tp.height;
454
454
  }
455
- else if (c < this.u1.top) {
456
- c = this.u1.top;
455
+ else if (c < this.vv.top) {
456
+ c = this.vv.top;
457
457
  }
458
458
  }
459
459
  var d = false;
460
- if (!this.tj && this.b9 == 2 && this.tg) {
460
+ if (!this.ud && this.cd == 2 && this.ua) {
461
461
  if (b > 1) {
462
462
  b = (b - Math.floor(b)) + 1;
463
463
  }
464
464
  if (b < 0) {
465
465
  b = 0 - (Math.ceil(b) - b);
466
466
  }
467
- if ((a.right - this.u1.right) > 0 && ((a.right - this.u1.right) / a.width) > 0.8) {
468
- b = this.u1.left - (a.width - (a.right - this.u1.right));
467
+ if ((a.right - this.vv.right) > 0 && ((a.right - this.vv.right) / a.width) > 0.8) {
468
+ b = this.vv.left - (a.width - (a.right - this.vv.right));
469
469
  d = true;
470
470
  }
471
- else if (a.left < this.u1.left && (Math.abs(a.left - this.u1.left) / a.width) > 0.8) {
472
- b = this.u1.right - (Math.abs(a.left - this.u1.left));
471
+ else if (a.left < this.vv.left && (Math.abs(a.left - this.vv.left) / a.width) > 0.8) {
472
+ b = this.vv.right - (Math.abs(a.left - this.vv.left));
473
473
  d = true;
474
474
  }
475
475
  }
476
476
  var e = new Rect(0, b, c, a.width, a.height);
477
- if (this.tj) {
478
- var f = this.u4(this.vf, 1);
479
- f = this.u6(f);
477
+ if (this.ud) {
478
+ var f = this.vy(this.v9, 1);
479
+ f = this.v0(f);
480
480
  var g = e.left + e.width / 2;
481
481
  var h = e.top + e.height / 2;
482
482
  if (e.width > f.width) {
@@ -511,17 +511,17 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
511
511
  }
512
512
  }
513
513
  if (d) {
514
- this.d2 = true;
515
- this.sv = e;
516
- this.d2 = false;
514
+ this.d6 = true;
515
+ this.tp = e;
516
+ this.d6 = false;
517
517
  }
518
518
  return e;
519
519
  };
520
- XamGeographicMap.prototype.ku = function (a, b) {
520
+ XamGeographicMap.prototype.lh = function (a, b) {
521
521
  var c = true;
522
522
  var d = true;
523
523
  var e = 0;
524
- var f = this.sq();
524
+ var f = this.tk();
525
525
  var g = 0;
526
526
  var h = 0;
527
527
  if ((a.right - f.right) > 0) {
@@ -538,39 +538,39 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
  }
539
539
  if (c) {
540
540
  if (d) {
541
- var i = this.s1.ei(-180, b);
542
- var j = this.s1.ei(180, b);
541
+ var i = this.tv.ei(-180, b);
542
+ var j = this.tv.ei(180, b);
543
543
  e = j - i;
544
544
  }
545
545
  else {
546
- var k = this.s1.ei(-180, b);
547
- var l = this.s1.ei(180, b);
546
+ var k = this.tv.ei(-180, b);
547
+ var l = this.tv.ei(180, b);
548
548
  e = k - l;
549
549
  }
550
550
  }
551
551
  return new Tuple$2(Boolean_$type, Number_$type, c, e);
552
552
  };
553
- XamGeographicMap.prototype.sq = function () {
554
- var a = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s2.cg);
555
- a.c = this.sj;
556
- var b = new ScalerParams(1, XamGeographicMap.u2, this.su, this.s4.cg);
557
- b.c = this.sj;
558
- var c = this.s2.ei(XamGeographicMap.uz.left, a);
559
- var d = this.s2.ei(XamGeographicMap.uz.right, a);
560
- var e = this.s4.ei(XamGeographicMap.uz.top, b);
561
- var f = this.s4.ei(XamGeographicMap.uz.bottom, b);
562
- this.u1 = new Rect(0, c / this.su.width, f / this.su.height, (d - c) / this.su.width, (e - f) / this.su.height);
563
- return this.u1;
564
- };
565
- XamGeographicMap.prototype.u6 = function (a) {
566
- var b = this.g6;
553
+ XamGeographicMap.prototype.tk = function () {
554
+ var a = new ScalerParams(1, XamGeographicMap.vw, this.to, this.tw.cg);
555
+ a.c = this.td;
556
+ var b = new ScalerParams(1, XamGeographicMap.vw, this.to, this.ty.cg);
557
+ b.c = this.td;
558
+ var c = this.tw.ei(XamGeographicMap.vt.left, a);
559
+ var d = this.tw.ei(XamGeographicMap.vt.right, a);
560
+ var e = this.ty.ei(XamGeographicMap.vt.top, b);
561
+ var f = this.ty.ei(XamGeographicMap.vt.bottom, b);
562
+ this.vv = new Rect(0, c / this.to.width, f / this.to.height, (d - c) / this.to.width, (e - f) / this.to.height);
563
+ return this.vv;
564
+ };
565
+ XamGeographicMap.prototype.v0 = function (a) {
566
+ var b = this.gg;
567
567
  var c = 0.5 * (a.left + a.right);
568
568
  var d = 0.5 * (a.top + a.bottom);
569
569
  var e = a.width;
570
570
  var f = a.height;
571
- var g = MathUtil.c(a.width, b, 1);
572
- var h = MathUtil.c(a.height, b, 1);
573
- var i = this.su;
571
+ var g = MathUtil.d(a.width, b, 1);
572
+ var h = MathUtil.d(a.height, b, 1);
573
+ var i = this.to;
574
574
  var j = i.width / i.height;
575
575
  var k = g * i.width;
576
576
  var l = h * i.height;
@@ -609,8 +609,8 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
609
609
  }
610
610
  return new Rect(0, p, q, r - p, s - q);
611
611
  };
612
- XamGeographicMap.prototype.sh = function (a) {
613
- _super.prototype.sh.call(this, this.su);
612
+ XamGeographicMap.prototype.tb = function (a) {
613
+ _super.prototype.tb.call(this, this.to);
614
614
  if (a.isEmpty) {
615
615
  return Rect.empty;
616
616
  }
@@ -625,137 +625,137 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
625
625
  }
626
626
  return b;
627
627
  };
628
- XamGeographicMap.prototype.u8 = function (a) {
629
- return this.sh(a);
628
+ XamGeographicMap.prototype.v2 = function (a) {
629
+ return this.tb(a);
630
630
  };
631
- XamGeographicMap.prototype.cp = function () {
631
+ XamGeographicMap.prototype.ct = function () {
632
632
  return new XamGeographicMapView(this);
633
633
  };
634
- XamGeographicMap.prototype.t8 = function (a) {
634
+ XamGeographicMap.prototype.u2 = function (a) {
635
635
  if (a != null) {
636
636
  a.bh = this;
637
637
  }
638
638
  };
639
- XamGeographicMap.prototype.m5 = function (a) {
640
- _super.prototype.m5.call(this, a);
641
- this.te = a;
639
+ XamGeographicMap.prototype.ns = function (a) {
640
+ _super.prototype.ns.call(this, a);
641
+ this.t8 = a;
642
642
  };
643
- XamGeographicMap.prototype.ng = function (a, b) {
644
- _super.prototype.ng.call(this, a, b);
645
- this.oh(this.s2);
646
- this.oh(this.s4);
643
+ XamGeographicMap.prototype.n3 = function (a, b) {
644
+ _super.prototype.n3.call(this, a, b);
645
+ this.o4(this.tw);
646
+ this.o4(this.ty);
647
647
  if (Rect.l_op_Inequality(a, b)) {
648
- this.ud();
648
+ this.u7();
649
649
  }
650
- if (this.tj) {
651
- this.sf = this.sg();
650
+ if (this.ud) {
651
+ this.s9 = this.ta();
652
652
  }
653
- this.uk();
653
+ this.ve();
654
654
  };
655
- Object.defineProperty(XamGeographicMap.prototype, "to", {
655
+ Object.defineProperty(XamGeographicMap.prototype, "ui", {
656
656
  get: function () {
657
- return this.tm;
657
+ return this.ug;
658
658
  },
659
659
  set: function (a) {
660
- var b = this.tm;
661
- this.tm = a;
662
- this.nl("ActualWindowScale", b, this.tm);
660
+ var b = this.ug;
661
+ this.ug = a;
662
+ this.n8("ActualWindowScale", b, this.ug);
663
663
  },
664
664
  enumerable: false,
665
665
  configurable: true
666
666
  });
667
- XamGeographicMap.prototype.ga = function () {
668
- return this.to;
667
+ XamGeographicMap.prototype.gm = function () {
668
+ return this.ui;
669
669
  };
670
- XamGeographicMap.prototype.gb = function () {
671
- return this.to;
670
+ XamGeographicMap.prototype.gn = function () {
671
+ return this.ui;
672
672
  };
673
- XamGeographicMap.prototype.og = function () {
674
- _super.prototype.og.call(this);
675
- var a = Math.min(this.sf.width, this.sf.height);
676
- this.to = a;
673
+ XamGeographicMap.prototype.o3 = function () {
674
+ _super.prototype.o3.call(this);
675
+ var a = Math.min(this.s9.width, this.s9.height);
676
+ this.ui = a;
677
677
  };
678
- XamGeographicMap.prototype.e3 = function () {
679
- return this.tg;
678
+ XamGeographicMap.prototype.e8 = function () {
679
+ return this.ua;
680
680
  };
681
- XamGeographicMap.prototype.ca = function () {
682
- if (this.cb == 0) {
683
- if (this.th) {
681
+ XamGeographicMap.prototype.ce = function () {
682
+ if (this.cf == 0) {
683
+ if (this.ub) {
684
684
  return 2;
685
685
  }
686
686
  }
687
- return this.cb;
687
+ return this.cf;
688
688
  };
689
- XamGeographicMap.prototype.nh = function (a, b, c, d) {
689
+ XamGeographicMap.prototype.n4 = function (a, b, c, d) {
690
690
  var e_2, _a, e_3, _b;
691
- _super.prototype.nh.call(this, a, b, c, d);
691
+ _super.prototype.n4.call(this, a, b, c, d);
692
692
  switch (b) {
693
693
  case "ZoomCoercionMode":
694
- this.t9();
694
+ this.u3();
695
695
  break;
696
696
  case "WindowRect":
697
- this.uh();
697
+ this.vb();
698
698
  break;
699
699
  case XamGeographicMap.$$p[0]:
700
- this.ta = this.tb();
701
- if (this.s7 != null) {
702
- this.s7.isHorizontalWrappingEnabled = this.ta == 2;
700
+ this.t4 = this.t5();
701
+ if (this.t1 != null) {
702
+ this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
703
703
  }
704
704
  break;
705
705
  case XamGeographicMap.$$p[1]:
706
- this.tg = this.th;
707
- this.ta = this.tb();
708
- this.b9 = this.ca();
709
- if (this.s7 != null) {
710
- this.s7.isHorizontalWrappingEnabled = this.ta == 2;
706
+ this.ua = this.ub;
707
+ this.t4 = this.t5();
708
+ this.cd = this.ce();
709
+ if (this.t1 != null) {
710
+ this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
711
711
  }
712
712
  break;
713
713
  case XamGeographicMap.$$p[4]:
714
- this.sf = this.sg();
714
+ this.s9 = this.ta();
715
715
  break;
716
716
  case "BackgroundContent":
717
- if (this.s7 != null) {
718
- var e = this.s7;
719
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.ua));
720
- this.s7.deferralHandler = null;
717
+ if (this.t1 != null) {
718
+ var e = this.t1;
719
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.u4));
720
+ this.t1.deferralHandler = null;
721
721
  }
722
- this.s7 = typeCast(GeographicMapImagery.$, this.backgroundContent);
723
- if (this.s7 != null) {
724
- var f = this.s7;
725
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.ua));
726
- this.s7.deferralHandler = this;
727
- this.s7.isHorizontalWrappingEnabled = this.ta == 2;
722
+ this.t1 = typeCast(GeographicMapImagery.$, this.backgroundContent);
723
+ if (this.t1 != null) {
724
+ var f = this.t1;
725
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.u4));
726
+ this.t1.deferralHandler = this;
727
+ this.t1.isHorizontalWrappingEnabled = this.t4 == 2;
728
728
  }
729
- this.te.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
730
- if (this.s7 != null) {
731
- this.s7.geographicMap = this;
732
- this.te.fr(this.sf);
733
- this.te.fv(this.f4);
729
+ this.t8.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
730
+ if (this.t1 != null) {
731
+ this.t1.geographicMap = this;
732
+ this.t8.fr(this.s9);
733
+ this.t8.fv(this.gc);
734
734
  }
735
735
  break;
736
736
  case "YAxis":
737
737
  case "XAxis":
738
- this.uf(c);
739
- this.t8(d);
738
+ this.u9(c);
739
+ this.u2(d);
740
740
  break;
741
741
  case XamGeographicMap.$$p[6]:
742
- if (!this.ti) {
743
- this.sv = XamGeographicMap.u2;
742
+ if (!this.uc) {
743
+ this.tp = XamGeographicMap.vw;
744
744
  }
745
- this.t9();
746
- this.ug();
747
- this.uh();
748
- this.sf = this.sg();
749
- this.te.fs();
745
+ this.u3();
746
+ this.va();
747
+ this.vb();
748
+ this.s9 = this.ta();
749
+ this.t8.fs();
750
750
  break;
751
751
  case "ActualWindowRect":
752
- this.te.fr(this.sf);
752
+ this.t8.fr(this.s9);
753
753
  break;
754
754
  case "ActualWorldRect":
755
755
  try {
756
756
  for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
757
757
  var g = _d.value;
758
- g.mi(false);
758
+ g.ml(false);
759
759
  }
760
760
  }
761
761
  catch (e_2_1) {
@@ -773,24 +773,36 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
773
773
  }
774
774
  break;
775
775
  case XamGeographicMap.$$p[5]:
776
- this.to = this.tp;
776
+ this.ui = this.uj;
777
777
  break;
778
778
  case "ActualWindowScale":
779
- if (!this.e9) {
780
- this.os(this.ga(), this.gb());
779
+ if (!this.ff) {
780
+ this.pf(this.gm(), this.gn());
781
781
  }
782
782
  break;
783
783
  case "ActualPixelScalingRatio":
784
- this.te.fv(this.f4);
784
+ this.t8.fv(this.gc);
785
+ break;
786
+ case "WindowRectMinWidth":
787
+ case "WindowRectMinHeight":
788
+ var h = d;
789
+ if (isNaN_(h) || isInfinity(h)) {
790
+ this.gg = 5E-06;
791
+ this.gf = 5E-06;
792
+ }
793
+ else {
794
+ this.gg = h;
795
+ this.gf = h;
796
+ }
785
797
  break;
786
798
  case XamGeographicMap.$$p[7]:
787
- this.oo();
799
+ this.pb();
788
800
  break;
789
801
  case "MarkerAutomaticBehavior":
790
802
  try {
791
803
  for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
792
- var h = _f.value;
793
- h.lk();
804
+ var i = _f.value;
805
+ i.ln();
794
806
  }
795
807
  }
796
808
  catch (e_3_1) {
@@ -809,123 +821,123 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
809
821
  break;
810
822
  }
811
823
  };
812
- XamGeographicMap.prototype.ua = function (a, b) {
824
+ XamGeographicMap.prototype.u4 = function (a, b) {
813
825
  if (this.imageTilesReady != null) {
814
826
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
815
827
  }
816
828
  };
817
- XamGeographicMap.prototype.uf = function (a) {
829
+ XamGeographicMap.prototype.u9 = function (a) {
818
830
  if (a != null) {
819
831
  a.bh = null;
820
832
  }
821
833
  };
822
- XamGeographicMap.prototype.ug = function () {
823
- if (this.s2 != null) {
824
- this.s2.l3 = this.u3.left;
825
- this.s2.l2 = this.u3.right;
834
+ XamGeographicMap.prototype.va = function () {
835
+ if (this.tw != null) {
836
+ this.tw.l3 = this.vx.left;
837
+ this.tw.l2 = this.vx.right;
826
838
  }
827
- if (this.s4 != null) {
828
- this.s4.l3 = this.u3.top;
829
- this.s4.l2 = this.u3.bottom;
839
+ if (this.ty != null) {
840
+ this.ty.l3 = this.vx.top;
841
+ this.ty.l2 = this.vx.bottom;
830
842
  }
831
- this.s2.c1(true);
832
- this.s4.c1(true);
843
+ this.tw.c1(true);
844
+ this.ty.c1(true);
833
845
  };
834
846
  XamGeographicMap.prototype.getFontInfo = function () {
835
- this.tf = this.te.fo;
836
- return this.tf;
847
+ this.t9 = this.t8.fo;
848
+ return this.t9;
837
849
  };
838
- XamGeographicMap.prototype.rk = function () {
839
- return this.te.fw;
850
+ XamGeographicMap.prototype.se = function () {
851
+ return this.t8.fw;
840
852
  };
841
853
  XamGeographicMap.prototype.getFontBrush = function () {
842
- return this.te.fx;
854
+ return this.t8.fx;
843
855
  };
844
- XamGeographicMap.prototype.n9 = function (a, b) {
856
+ XamGeographicMap.prototype.ow = function (a, b) {
845
857
  if (typeCast(ItfConverter.$, b) !== null) {
846
858
  var c = b;
847
859
  var d = a;
848
860
  d.itemsSource = c.triangulationSource.points;
849
- d.qf = c.triangulationSource.triangles;
861
+ d.qj = c.triangulationSource.triangles;
850
862
  }
851
863
  else {
852
- _super.prototype.n9.call(this, a, b);
864
+ _super.prototype.ow.call(this, a, b);
853
865
  }
854
866
  };
855
867
  XamGeographicMap.prototype.register = function (a, b) {
856
- this.nz(a, b);
868
+ this.om(a, b);
857
869
  };
858
870
  XamGeographicMap.prototype.unRegister = function (a) {
859
- this.of(a);
871
+ this.o2(a);
860
872
  };
861
873
  XamGeographicMap.prototype.deferredRefresh = function () {
862
- this.k4();
874
+ this.lr();
863
875
  };
864
876
  XamGeographicMap.prototype.deferAction = function (a) {
865
- if (this.tr != null) {
866
- this.tr.setTimeout(a, 0);
877
+ if (this.ul != null) {
878
+ this.ul.setTimeout(a, 0);
867
879
  }
868
880
  else {
869
881
  window.setTimeout(a, 0);
870
882
  }
871
883
  };
872
- XamGeographicMap.prototype.t7 = function (a) {
873
- this.on(a);
884
+ XamGeographicMap.prototype.u1 = function (a) {
885
+ this.pa(a);
874
886
  };
875
- XamGeographicMap.prototype.ts = function () {
887
+ XamGeographicMap.prototype.um = function () {
876
888
  var a = new ChartVisualData();
877
- var b = this.s2.fv();
878
- var c = this.s4.fv();
889
+ var b = this.tw.fv();
890
+ var c = this.ty.fv();
879
891
  a.axes.add1(b);
880
892
  a.axes.add1(c);
881
893
  for (var d = 0; d < this.series.count; d++) {
882
- var e = this.series._inner[d].hs();
894
+ var e = this.series._inner[d].hu();
883
895
  a.series.add1(e);
884
896
  }
885
897
  a.name = this.name;
886
- a.contentArea = RectData.b(this.su);
887
- a.centralArea = RectData.b(this.su);
888
- a.plotArea = RectData.b(this.su);
898
+ a.contentArea = RectData.b(this.to);
899
+ a.centralArea = RectData.b(this.to);
900
+ a.plotArea = RectData.b(this.to);
889
901
  return a;
890
902
  };
891
- XamGeographicMap.prototype.sm = function (a, b, c) {
903
+ XamGeographicMap.prototype.tg = function (a, b, c) {
892
904
  return a;
893
905
  };
894
- XamGeographicMap.prototype.ub = function () {
906
+ XamGeographicMap.prototype.u5 = function () {
895
907
  };
896
- Object.defineProperty(XamGeographicMap.prototype, "ve", {
908
+ Object.defineProperty(XamGeographicMap.prototype, "v8", {
897
909
  get: function () {
898
- return this.u0;
910
+ return this.vu;
899
911
  },
900
912
  set: function (a) {
901
- this.u0 = a;
913
+ this.vu = a;
902
914
  },
903
915
  enumerable: false,
904
916
  configurable: true
905
917
  });
906
- XamGeographicMap.prototype.ul = function (a) {
907
- this.ve = a;
908
- this.uk();
918
+ XamGeographicMap.prototype.vf = function (a) {
919
+ this.v8 = a;
920
+ this.ve();
909
921
  };
910
- XamGeographicMap.prototype.uk = function () {
911
- if (this.tl && !this.ve.isEmpty) {
912
- var a = this.getZoomFromGeographicRect(this.ve);
913
- this.ve = Rect.empty;
914
- this.ot(a, false);
922
+ XamGeographicMap.prototype.ve = function () {
923
+ if (this.uf && !this.v8.isEmpty) {
924
+ var a = this.getZoomFromGeographicRect(this.v8);
925
+ this.v8 = Rect.empty;
926
+ this.ph(a, false);
915
927
  }
916
928
  };
917
- Object.defineProperty(XamGeographicMap.prototype, "tl", {
929
+ Object.defineProperty(XamGeographicMap.prototype, "uf", {
918
930
  get: function () {
919
- return !this.su.isEmpty && !this.sj.isEmpty;
931
+ return !this.to.isEmpty && !this.td.isEmpty;
920
932
  },
921
933
  enumerable: false,
922
934
  configurable: true
923
935
  });
924
936
  XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
925
- XamGeographicMap.tc = 0;
926
- XamGeographicMap.uz = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
927
- XamGeographicMap.u2 = new Rect(0, 0, 0, 1, 1);
928
- XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'nl', ['BackgroundTilingMode:s9:um', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:th:un', [0, false], 'ResizeBehavior:td:uo', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.tc)], 'SuppressZoomResetOnWorldRectChange:ti:up', [0, false], 'UseWorldRectForZoomBounds:tj:uq', [0, false], 'WindowScale:tp:ur', [1, NaN], 'WorldRect:vf:us', [Rect.$, XamGeographicMap.uz], 'Zoomable:tk:ut', [0, true]]);
937
+ XamGeographicMap.t6 = 0;
938
+ XamGeographicMap.vt = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
939
+ XamGeographicMap.vw = new Rect(0, 0, 0, 1, 1);
940
+ XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'n8', ['BackgroundTilingMode:t3:vg', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ub:vh', [0, false], 'ResizeBehavior:t7:vi', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.t6)], 'SuppressZoomResetOnWorldRectChange:uc:vj', [0, false], 'UseWorldRectForZoomBounds:ud:vk', [0, false], 'WindowScale:uj:vl', [1, NaN], 'WorldRect:v9:vm', [Rect.$, XamGeographicMap.vt], 'Zoomable:ue:vn', [0, true]]);
929
941
  return XamGeographicMap;
930
942
  }(SeriesViewer));
931
943
  export { XamGeographicMap };
@@ -1069,14 +1081,14 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1069
1081
  return a;
1070
1082
  }
1071
1083
  var b = new Rect(0, 0, 0, a.width, a.height);
1072
- var c = this.geographicMap.u8(b);
1073
- var d = XamGeographicMap.uz;
1074
- var e = this.geographicMap.u3;
1084
+ var c = this.geographicMap.v2(b);
1085
+ var d = XamGeographicMap.vt;
1086
+ var e = this.geographicMap.vx;
1075
1087
  var f = Math.min(this.windowRect.height, this.windowRect.width);
1076
1088
  var g = e.width / d.width;
1077
1089
  this.ao.a5 = (b.width / c.width) * f * g;
1078
- var h = this.geographicMap.s2;
1079
- var i = this.geographicMap.s4;
1090
+ var h = this.geographicMap.tw;
1091
+ var i = this.geographicMap.ty;
1080
1092
  var j = new ScalerParams(1, this.windowRect, b, h.cg);
1081
1093
  j.c = c;
1082
1094
  var k = new ScalerParams(1, this.windowRect, b, i.cg);
@@ -1182,41 +1194,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
1182
1194
  }
1183
1195
  GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
1184
1196
  _super.prototype.b2.call(this);
1185
- var a = this.ce.p6;
1186
- a.q6 = this.ce.qi;
1187
- a.re = this.ce.qg;
1188
- a.trianglesSource = this.ce.qf;
1189
- a.qu = this.ce.ql;
1190
- a.qw = this.ce.qn;
1197
+ var a = this.ce.qa;
1198
+ a.ra = this.ce.qm;
1199
+ a.ri = this.ce.qk;
1200
+ a.trianglesSource = this.ce.qj;
1191
1201
  a.qy = this.ce.qp;
1202
+ a.q0 = this.ce.qr;
1203
+ a.q2 = this.ce.qt;
1192
1204
  };
1193
1205
  GeographicXYTriangulatingSeriesView.prototype.ch = function () {
1194
- var a = this.ce.p6;
1206
+ var a = this.ce.qa;
1195
1207
  if (this.ce.cd == null) {
1196
- a.p4 = null;
1197
- a.p5 = null;
1208
+ a.p8 = null;
1209
+ a.p9 = null;
1198
1210
  return;
1199
1211
  }
1200
- a.p4 = this.ce.cd.s2;
1201
- a.p5 = this.ce.cd.s4;
1212
+ a.p8 = this.ce.cd.tw;
1213
+ a.p9 = this.ce.cd.ty;
1202
1214
  };
1203
1215
  GeographicXYTriangulatingSeriesView.prototype.cg = function () {
1204
- this.ce.p6.q6 = this.ce.qi;
1216
+ this.ce.qa.ra = this.ce.qm;
1205
1217
  };
1206
1218
  GeographicXYTriangulatingSeriesView.prototype.cf = function () {
1207
- this.ce.p6.re = this.ce.qg;
1219
+ this.ce.qa.ri = this.ce.qk;
1208
1220
  };
1209
1221
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
1210
- this.ce.p6.trianglesSource = this.ce.qf;
1222
+ this.ce.qa.trianglesSource = this.ce.qj;
1211
1223
  };
1212
1224
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
1213
- this.ce.p6.qu = this.ce.ql;
1225
+ this.ce.qa.qy = this.ce.qp;
1214
1226
  };
1215
1227
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
1216
- this.ce.p6.qw = this.ce.qn;
1228
+ this.ce.qa.q0 = this.ce.qr;
1217
1229
  };
1218
1230
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
1219
- this.ce.p6.qy = this.ce.qp;
1231
+ this.ce.qa.q2 = this.ce.qt;
1220
1232
  };
1221
1233
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1222
1234
  return GeographicXYTriangulatingSeriesView;
@@ -1240,19 +1252,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
1240
1252
  };
1241
1253
  GeographicScatterAreaSeriesView.prototype.b2 = function () {
1242
1254
  _super.prototype.b2.call(this);
1243
- if (this.cm.q0 != null) {
1244
- this.cm.q0.sd = this.cm.q4;
1245
- this.cm.q0.r1 = this.cm.qz;
1255
+ if (this.cm.q4 != null) {
1256
+ this.cm.q4.sh = this.cm.q8;
1257
+ this.cm.q4.r5 = this.cm.q3;
1246
1258
  }
1247
1259
  };
1248
1260
  GeographicScatterAreaSeriesView.prototype.cn = function () {
1249
- if (this.cm.q0 != null) {
1250
- this.cm.q0.sd = this.cm.q4;
1261
+ if (this.cm.q4 != null) {
1262
+ this.cm.q4.sh = this.cm.q8;
1251
1263
  }
1252
1264
  };
1253
1265
  GeographicScatterAreaSeriesView.prototype.co = function () {
1254
- if (this.cm.q0 != null) {
1255
- this.cm.q0.r1 = this.cm.qz;
1266
+ if (this.cm.q4 != null) {
1267
+ this.cm.q4.r5 = this.cm.q3;
1256
1268
  }
1257
1269
  };
1258
1270
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -1274,8 +1286,8 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1274
1286
  _this.fp = NaN;
1275
1287
  _this.fz = Rect.empty;
1276
1288
  _this.fn = a;
1277
- _this.fn.rf = 2;
1278
- _this.fn.g6 = 5E-06;
1289
+ _this.fn.r9 = 2;
1290
+ _this.fn.hl = 5E-06;
1279
1291
  return _this;
1280
1292
  }
1281
1293
  XamGeographicMapView.prototype.m = function (a) {
@@ -1283,7 +1295,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1283
1295
  };
1284
1296
  XamGeographicMapView.prototype.bk = function (a) {
1285
1297
  this.j.bv(a);
1286
- this.fn.t7(a);
1298
+ this.fn.u1(a);
1287
1299
  this.el();
1288
1300
  };
1289
1301
  XamGeographicMapView.prototype.get_ap = function () {
@@ -1346,13 +1358,13 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1346
1358
  }
1347
1359
  };
1348
1360
  XamGeographicMapView.prototype.fr = function (a) {
1349
- if (this.fn.s7 != null) {
1350
- this.fn.s7.windowRect = a;
1361
+ if (this.fn.t1 != null) {
1362
+ this.fn.t1.windowRect = a;
1351
1363
  }
1352
1364
  };
1353
1365
  XamGeographicMapView.prototype.fu = function (a, b) {
1354
- if (this.fn.s7 != null) {
1355
- this.fn.s7.windowRect = this.fn.sf;
1366
+ if (this.fn.t1 != null) {
1367
+ this.fn.t1.windowRect = this.fn.s9;
1356
1368
  }
1357
1369
  if (a != null) {
1358
1370
  var c = a.ao;
@@ -1379,7 +1391,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1379
1391
  }
1380
1392
  };
1381
1393
  XamGeographicMapView.prototype.ft = function (a) {
1382
- var b = this.fn.f4;
1394
+ var b = this.fn.gc;
1383
1395
  if (b != 1) {
1384
1396
  a.z();
1385
1397
  a.aa(b, b);
@@ -1462,38 +1474,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
1462
1474
  GeographicXYTriangulatingSeries.prototype.bx = function () {
1463
1475
  return new GeographicXYTriangulatingSeriesView(this);
1464
1476
  };
1465
- GeographicXYTriangulatingSeries.prototype.lz = function (a) {
1466
- _super.prototype.lz.call(this, a);
1467
- this.qe = a;
1477
+ GeographicXYTriangulatingSeries.prototype.l2 = function (a) {
1478
+ _super.prototype.l2.call(this, a);
1479
+ this.qi = a;
1468
1480
  };
1469
- GeographicXYTriangulatingSeries.prototype.l4 = function (a, b, c, d) {
1470
- _super.prototype.l4.call(this, a, b, c, d);
1481
+ GeographicXYTriangulatingSeries.prototype.l7 = function (a, b, c, d) {
1482
+ _super.prototype.l7.call(this, a, b, c, d);
1471
1483
  switch (b) {
1472
1484
  case "SeriesViewer":
1473
- this.qe.ch();
1485
+ this.qi.ch();
1474
1486
  break;
1475
1487
  case GeographicXYTriangulatingSeries.$$p[1]:
1476
- this.qe.cg();
1488
+ this.qi.cg();
1477
1489
  break;
1478
1490
  case GeographicXYTriangulatingSeries.$$p[0]:
1479
- this.qe.cf();
1491
+ this.qi.cf();
1480
1492
  break;
1481
1493
  case GeographicXYTriangulatingSeries.$$p[2]:
1482
- this.qe.ci();
1494
+ this.qi.ci();
1483
1495
  break;
1484
1496
  case GeographicXYTriangulatingSeries.$$p[3]:
1485
- this.qe.cj();
1497
+ this.qi.cj();
1486
1498
  break;
1487
1499
  case GeographicXYTriangulatingSeries.$$p[4]:
1488
- this.qe.ck();
1500
+ this.qi.ck();
1489
1501
  break;
1490
1502
  case GeographicXYTriangulatingSeries.$$p[5]:
1491
- this.qe.cl();
1503
+ this.qi.cl();
1492
1504
  break;
1493
1505
  }
1494
1506
  };
1495
1507
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1496
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
1508
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qk:qv', [2, "pointY"], 'LongitudeMemberPath:qm:qw', [2, "pointX"], 'TrianglesSource:qj:qx', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:qp:qy', [2, "v1"], 'TriangleVertexMemberPath2:qr:qz', [2, "v2"], 'TriangleVertexMemberPath3:qt:q0', [2, "v3"]]);
1497
1509
  return GeographicXYTriangulatingSeries;
1498
1510
  }(GeographicMapSeriesHost));
1499
1511
  export { GeographicXYTriangulatingSeries };
@@ -1504,7 +1516,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1504
1516
  __extends(GeographicScatterAreaSeries, _super);
1505
1517
  function GeographicScatterAreaSeries() {
1506
1518
  var _this = _super.call(this) || this;
1507
- _this.qx = null;
1519
+ _this.q1 = null;
1508
1520
  _this.triangulationStatusChanged = null;
1509
1521
  _this.ab = GeographicScatterAreaSeries.$;
1510
1522
  return _this;
@@ -1512,53 +1524,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1512
1524
  GeographicScatterAreaSeries.prototype.get_dd = function () {
1513
1525
  return true;
1514
1526
  };
1515
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "qz", {
1527
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "q3", {
1516
1528
  get: function () {
1517
- return this.qx;
1529
+ return this.q1;
1518
1530
  },
1519
1531
  set: function (a) {
1520
- var b = this.qx != a;
1532
+ var b = this.q1 != a;
1521
1533
  if (b) {
1522
- var c = this.qx;
1523
- if (this.qx != null) {
1524
- var d = this.qx;
1525
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
1534
+ var c = this.q1;
1535
+ if (this.q1 != null) {
1536
+ var d = this.q1;
1537
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.rb));
1526
1538
  }
1527
- this.qx = a;
1528
- if (this.qx != null) {
1529
- var e = this.qx;
1530
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
1539
+ this.q1 = a;
1540
+ if (this.q1 != null) {
1541
+ var e = this.q1;
1542
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.rb));
1531
1543
  }
1532
- this.raisePropertyChanged("ColorScale", c, this.qx);
1533
- if (this.q0 != null) {
1534
- this.q0.r1 = a;
1544
+ this.raisePropertyChanged("ColorScale", c, this.q1);
1545
+ if (this.q4 != null) {
1546
+ this.q4.r5 = a;
1535
1547
  }
1536
1548
  }
1537
1549
  },
1538
1550
  enumerable: false,
1539
1551
  configurable: true
1540
1552
  });
1541
- GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
1542
- this.q2.co();
1543
- this.q9();
1544
- this.mi(false);
1553
+ GeographicScatterAreaSeries.prototype.rb = function (a, b) {
1554
+ this.q6.co();
1555
+ this.rd();
1556
+ this.ml(false);
1545
1557
  };
1546
- GeographicScatterAreaSeries.prototype.q9 = function () {
1547
- if (this.q0 != null) {
1548
- this.qy = this.q0.r0;
1558
+ GeographicScatterAreaSeries.prototype.rd = function () {
1559
+ if (this.q4 != null) {
1560
+ this.q2 = this.q4.r4;
1549
1561
  }
1550
1562
  };
1551
- GeographicScatterAreaSeries.prototype.mw = function () {
1552
- _super.prototype.mw.call(this);
1553
- this.q9();
1563
+ GeographicScatterAreaSeries.prototype.mz = function () {
1564
+ _super.prototype.mz.call(this);
1565
+ this.rd();
1554
1566
  };
1555
- GeographicScatterAreaSeries.prototype.p5 = function () {
1556
- this.q0 = new ScatterAreaSeries();
1557
- var a = this.q0;
1558
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
1559
- return this.q0;
1567
+ GeographicScatterAreaSeries.prototype.p9 = function () {
1568
+ this.q4 = new ScatterAreaSeries();
1569
+ var a = this.q4;
1570
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.rc));
1571
+ return this.q4;
1560
1572
  };
1561
- GeographicScatterAreaSeries.prototype.q8 = function (a, b) {
1573
+ GeographicScatterAreaSeries.prototype.rc = function (a, b) {
1562
1574
  if (this.triangulationStatusChanged != null) {
1563
1575
  this.triangulationStatusChanged(this, b);
1564
1576
  }
@@ -1566,30 +1578,30 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1566
1578
  GeographicScatterAreaSeries.prototype.bx = function () {
1567
1579
  return new GeographicScatterAreaSeriesView(this);
1568
1580
  };
1569
- GeographicScatterAreaSeries.prototype.lz = function (a) {
1570
- _super.prototype.lz.call(this, a);
1571
- this.q2 = a;
1581
+ GeographicScatterAreaSeries.prototype.l2 = function (a) {
1582
+ _super.prototype.l2.call(this, a);
1583
+ this.q6 = a;
1572
1584
  };
1573
- GeographicScatterAreaSeries.prototype.l4 = function (a, b, c, d) {
1574
- _super.prototype.l4.call(this, a, b, c, d);
1585
+ GeographicScatterAreaSeries.prototype.l7 = function (a, b, c, d) {
1586
+ _super.prototype.l7.call(this, a, b, c, d);
1575
1587
  switch (b) {
1576
1588
  case GeographicScatterAreaSeries.$$p[1]:
1577
- this.q2.cn();
1589
+ this.q6.cn();
1578
1590
  break;
1579
1591
  case "ColorScale":
1580
- this.q2.co();
1581
- this.q9();
1592
+ this.q6.co();
1593
+ this.rd();
1582
1594
  break;
1583
1595
  }
1584
1596
  };
1585
- GeographicScatterAreaSeries.prototype.get_e3 = function () {
1597
+ GeographicScatterAreaSeries.prototype.get_e5 = function () {
1586
1598
  return true;
1587
1599
  };
1588
- GeographicScatterAreaSeries.prototype.set_e3 = function (a) {
1589
- _super.prototype.set_e3.call(this, a);
1600
+ GeographicScatterAreaSeries.prototype.set_e5 = function (a) {
1601
+ _super.prototype.set_e5.call(this, a);
1590
1602
  };
1591
1603
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1592
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
1604
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:q2:re', [ColorScale.$, null], 'ColorMemberPath:q8:rf', [2, "value"]]);
1593
1605
  return GeographicScatterAreaSeries;
1594
1606
  }(GeographicXYTriangulatingSeries));
1595
1607
  export { GeographicScatterAreaSeries };