igniteui-webcomponents-maps 7.1.0-alpha.1 → 7.1.0-alpha.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-webcomponents-maps.umd.js +1442 -1442
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +437 -437
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  17. package/esm2015/lib/igc-geographic-map-component.js +47 -47
  18. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  19. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  20. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  21. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  22. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  24. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  25. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  26. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igc-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  32. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
  38. package/esm5/lib/GeographicTileSeries.js +25 -25
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +431 -431
  41. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  43. package/esm5/lib/igc-geographic-map-component.js +47 -47
  44. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  45. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  46. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  47. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  48. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  50. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  51. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  52. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igc-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-webcomponents-maps.js +1456 -1456
  56. package/fesm5/igniteui-webcomponents-maps.js +1442 -1442
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  60. package/lib/GeographicMarkerSeries.d.ts +15 -15
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  70. package/lib/GeographicTileSeries.d.ts +8 -8
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +19 -19
  73. package/lib/XamGeographicMap_combined.d.ts +102 -102
  74. package/package.json +3 -3
@@ -44,22 +44,22 @@ export 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.z7 = null;
48
- _this.zw = false;
49
- _this.zo = 1;
50
- _this.z3 = 0;
51
- _this.abe = null;
52
- _this.zl = null;
53
- _this.zh = null;
54
- _this.zj = null;
55
- _this.zn = null;
56
- _this.aba = { $type: Point_$type, x: NaN, y: NaN };
47
+ _this.aaa = null;
48
+ _this.zz = false;
49
+ _this.zr = 1;
50
+ _this.z6 = 0;
57
51
  _this.abh = null;
58
- _this.z2 = 1;
52
+ _this.zo = null;
53
+ _this.zk = null;
54
+ _this.zm = null;
55
+ _this.zq = null;
56
+ _this.abd = { $type: Point_$type, x: NaN, y: NaN };
57
+ _this.abk = null;
58
+ _this.z5 = 1;
59
59
  _this.imageTilesReady = null;
60
- _this.zv = null;
61
- _this.abg = Rect.empty;
62
- _this.z3 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.top);
60
+ _this.zy = null;
61
+ _this.abj = Rect.empty;
62
+ _this.z6 = SphericalMercatorVerticalScaler.am(XamGeographicMap.abi.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.abi.top);
63
63
  _this.ab = XamGeographicMap.$;
64
64
  _this.backgroundContent = new OpenStreetMapImagery();
65
65
  var a = ((function () {
@@ -68,79 +68,79 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
68
68
  return $ret;
69
69
  })());
70
70
  a.dk = true;
71
- _this.zi = a;
72
- _this.zi.tf = new SphericalMercatorHorizontalScaler();
71
+ _this.zl = a;
72
+ _this.zl.tf = new SphericalMercatorHorizontalScaler();
73
73
  var b = ((function () {
74
74
  var $ret = new NumericYAxis();
75
75
  $ret.b7 = _this;
76
76
  return $ret;
77
77
  })());
78
78
  b.dk = true;
79
- _this.zk = b;
80
- _this.zk.tf = new SphericalMercatorVerticalScaler();
81
- _this.aap();
82
- _this.aaw();
83
- _this.pp();
79
+ _this.zn = b;
80
+ _this.zn.tf = new SphericalMercatorVerticalScaler();
81
+ _this.aas();
82
+ _this.aaz();
83
+ _this.pq();
84
84
  return _this;
85
85
  }
86
86
  XamGeographicMap.prototype.provideContainer = function (a) {
87
87
  _super.prototype.provideContainer.call(this, a);
88
- this.zi.provideRenderer(a);
89
- this.zk.provideRenderer(a);
88
+ this.zl.provideRenderer(a);
89
+ this.zn.provideRenderer(a);
90
90
  };
91
- XamGeographicMap.prototype.pp = function () {
92
- _super.prototype.pp.call(this);
93
- this.zu.fy(this.ik);
91
+ XamGeographicMap.prototype.pq = function () {
92
+ _super.prototype.pq.call(this);
93
+ this.zx.fy(this.ik);
94
94
  };
95
95
  XamGeographicMap.prototype.gh = function () {
96
- return this.z0;
96
+ return this.z3;
97
97
  };
98
98
  XamGeographicMap.prototype.gi = function () {
99
- return this.z0;
99
+ return this.z3;
100
100
  };
101
- XamGeographicMap.prototype.zr = function () {
102
- if (this.zp == 0) {
103
- if (this.zw) {
101
+ XamGeographicMap.prototype.zu = function () {
102
+ if (this.zs == 0) {
103
+ if (this.zz) {
104
104
  return 2;
105
105
  }
106
106
  }
107
107
  return 1;
108
108
  };
109
- Object.defineProperty(XamGeographicMap.prototype, "zq", {
109
+ Object.defineProperty(XamGeographicMap.prototype, "zt", {
110
110
  get: function () {
111
- return this.zo;
111
+ return this.zr;
112
112
  },
113
113
  set: function (a) {
114
- this.zo = a;
114
+ this.zr = a;
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
118
118
  });
119
- Object.defineProperty(XamGeographicMap.prototype, "abj", {
119
+ Object.defineProperty(XamGeographicMap.prototype, "abm", {
120
120
  get: function () {
121
- return this.abe;
121
+ return this.abh;
122
122
  },
123
123
  set: function (a) {
124
- var b = Rect.l_op_Inequality(this.abe, a);
124
+ var b = Rect.l_op_Inequality(this.abh, a);
125
125
  if (b) {
126
- var c = this.abe;
127
- this.abe = a;
128
- this.ss("ActualWorldRect", c, a);
126
+ var c = this.abh;
127
+ this.abh = a;
128
+ this.st("ActualWorldRect", c, a);
129
129
  }
130
130
  },
131
131
  enumerable: false,
132
132
  configurable: true
133
133
  });
134
- XamGeographicMap.prototype.abn = function () {
135
- return this.abj;
134
+ XamGeographicMap.prototype.abq = function () {
135
+ return this.abm;
136
136
  };
137
- XamGeographicMap.prototype.aap = function () {
138
- if (this.abv.isEmpty) {
137
+ XamGeographicMap.prototype.aas = function () {
138
+ if (this.aby.isEmpty) {
139
139
  return;
140
140
  }
141
- this.abj = this.abt(this.abv, this.db == 1);
141
+ this.abm = this.abw(this.aby, this.db == 1);
142
142
  };
143
- XamGeographicMap.prototype.abt = function (a, b) {
143
+ XamGeographicMap.prototype.abw = 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 @@ export 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.abf.width;
152
- var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abf.top);
151
+ var j = a.width / XamGeographicMap.abi.width;
152
+ var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.abi.top);
153
153
  var l = i / j;
154
- if (i / j > this.z3) {
155
- var m = i / this.z3;
154
+ if (i / j > this.z6) {
155
+ var m = i / this.z6;
156
156
  var n = m - j;
157
- d = d - (n / 2) * XamGeographicMap.abf.width;
158
- e = m * XamGeographicMap.abf.width;
157
+ d = d - (n / 2) * XamGeographicMap.abi.width;
158
+ e = m * XamGeographicMap.abi.width;
159
159
  if (b) {
160
- if (d < XamGeographicMap.abf.left) {
161
- d += (XamGeographicMap.abf.left - d);
160
+ if (d < XamGeographicMap.abi.left) {
161
+ d += (XamGeographicMap.abi.left - d);
162
162
  }
163
- else if ((d + e) > XamGeographicMap.abf.right) {
164
- d -= ((d + e) - XamGeographicMap.abf.right);
163
+ else if ((d + e) > XamGeographicMap.abi.right) {
164
+ d -= ((d + e) - XamGeographicMap.abi.right);
165
165
  }
166
166
  }
167
167
  }
168
- else if (i / j < this.z3) {
169
- var o = this.z3 * j;
168
+ else if (i / j < this.z6) {
169
+ var o = this.z6 * 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 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
175
175
  q += (k - q);
176
176
  r += (k - q);
177
177
  }
178
- else if (r > (k + this.z3)) {
179
- q -= ((r) - (k + this.z3));
180
- r -= ((r) - (k + this.z3));
178
+ else if (r > (k + this.z6)) {
179
+ q -= ((r) - (k + this.z6));
180
+ r -= ((r) - (k + this.z6));
181
181
  }
182
182
  }
183
183
  c = SphericalMercatorVerticalScaler.aq(q);
@@ -188,44 +188,44 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
188
188
  };
189
189
  Object.defineProperty(XamGeographicMap.prototype, "backgroundContent", {
190
190
  get: function () {
191
- return this.zl;
191
+ return this.zo;
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.zl = a;
198
- this.ss("BackgroundContent", c, a);
197
+ this.zo = a;
198
+ this.st("BackgroundContent", c, a);
199
199
  }
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
203
203
  });
204
- Object.defineProperty(XamGeographicMap.prototype, "zi", {
204
+ Object.defineProperty(XamGeographicMap.prototype, "zl", {
205
205
  get: function () {
206
- return this.zh;
206
+ return this.zk;
207
207
  },
208
208
  set: function (a) {
209
- var b = a != this.zi;
209
+ var b = a != this.zl;
210
210
  if (b) {
211
- var c = this.zi;
212
- this.zh = a;
213
- this.ss("XAxis", c, a);
211
+ var c = this.zl;
212
+ this.zk = a;
213
+ this.st("XAxis", c, a);
214
214
  }
215
215
  },
216
216
  enumerable: false,
217
217
  configurable: true
218
218
  });
219
- Object.defineProperty(XamGeographicMap.prototype, "zk", {
219
+ Object.defineProperty(XamGeographicMap.prototype, "zn", {
220
220
  get: function () {
221
- return this.zj;
221
+ return this.zm;
222
222
  },
223
223
  set: function (a) {
224
- var b = a != this.zk;
224
+ var b = a != this.zn;
225
225
  if (b) {
226
- var c = this.zk;
227
- this.zj = a;
228
- this.ss("YAxis", c, a);
226
+ var c = this.zn;
227
+ this.zm = a;
228
+ this.st("YAxis", c, a);
229
229
  }
230
230
  },
231
231
  enumerable: false,
@@ -234,41 +234,41 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
234
234
  XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
235
235
  return this.getZoomFromGeographicRect(a);
236
236
  };
237
- XamGeographicMap.prototype.aaz = function (a) {
238
- this.zb = a;
237
+ XamGeographicMap.prototype.aa2 = function (a) {
238
+ this.ze = a;
239
239
  };
240
- XamGeographicMap.prototype.aay = function (a) {
241
- this.abv = a;
240
+ XamGeographicMap.prototype.aa1 = function (a) {
241
+ this.aby = a;
242
242
  };
243
243
  XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
244
- return this.abl(a, true, 0);
244
+ return this.abo(a, true, 0);
245
245
  };
246
- XamGeographicMap.prototype.abk = function (a, b) {
247
- return this.abl(a, false, b);
246
+ XamGeographicMap.prototype.abn = function (a, b) {
247
+ return this.abo(a, false, b);
248
248
  };
249
- XamGeographicMap.prototype.abl = function (a, b, c) {
249
+ XamGeographicMap.prototype.abo = function (a, b, c) {
250
250
  var d = a;
251
251
  if (b) {
252
- d = this.abt(a, false);
253
- }
254
- var e = this.zi;
255
- var f = this.zk;
256
- var g = new ScalerParams(1, XamGeographicMap.abi, this.za, e.dn);
257
- g.c = this.yw;
258
- var h = new ScalerParams(1, XamGeographicMap.abi, this.za, f.dn);
259
- h.c = this.yw;
260
- var i = this.zi.f7(d.left, g);
261
- var j = this.zi.f7(d.right, g);
262
- var k = this.zk.f7(d.top, h);
263
- var l = this.zk.f7(d.bottom, h);
264
- var m = (i - c) / this.za.width;
265
- var n = (l - c) / this.za.height;
266
- var o = (j - i + (c * 2)) / this.za.width;
267
- var p = (k - l + (c * 2)) / this.za.height;
252
+ d = this.abw(a, false);
253
+ }
254
+ var e = this.zl;
255
+ var f = this.zn;
256
+ var g = new ScalerParams(1, XamGeographicMap.abl, this.zd, e.dn);
257
+ g.c = this.yz;
258
+ var h = new ScalerParams(1, XamGeographicMap.abl, this.zd, f.dn);
259
+ h.c = this.yz;
260
+ var i = this.zl.f7(d.left, g);
261
+ var j = this.zl.f7(d.right, g);
262
+ var k = this.zn.f7(d.top, h);
263
+ var l = this.zn.f7(d.bottom, h);
264
+ var m = (i - c) / this.zd.width;
265
+ var n = (l - c) / this.zd.height;
266
+ var o = (j - i + (c * 2)) / this.zd.width;
267
+ var p = (k - l + (c * 2)) / this.zd.height;
268
268
  var q = new Rect(0, m, n, o, p);
269
- q.intersect(XamGeographicMap.abi);
269
+ q.intersect(XamGeographicMap.abl);
270
270
  if (q.isEmpty) {
271
- q = XamGeographicMap.abi;
271
+ q = XamGeographicMap.abl;
272
272
  }
273
273
  return q;
274
274
  };
@@ -278,21 +278,21 @@ export 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.abi;
281
+ return XamGeographicMap.abl;
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.abp = function (a) {
289
- var b = this.zi;
290
- var c = this.zk;
291
- var d = new ScalerParams(1, a, this.za, b.dn);
292
- d.c = this.yw;
293
- var e = new ScalerParams(1, a, this.za, c.dn);
294
- e.c = this.yw;
295
- var f = this.yv;
288
+ XamGeographicMap.prototype.abs = function (a) {
289
+ var b = this.zl;
290
+ var c = this.zn;
291
+ var d = new ScalerParams(1, a, this.zd, b.dn);
292
+ d.c = this.yz;
293
+ var e = new ScalerParams(1, a, this.zd, c.dn);
294
+ e.c = this.yz;
295
+ var f = this.yy;
296
296
  var g = b.ga(f.left, d);
297
297
  var h = c.ga(f.top, e);
298
298
  var i = b.ga(f.right, d);
@@ -301,44 +301,44 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
301
301
  var l = h - j;
302
302
  var m = new Rect(0, g, j, k, l);
303
303
  if (this.db == 1) {
304
- m.intersect(XamGeographicMap.abf);
304
+ m.intersect(XamGeographicMap.abi);
305
305
  if (m.isEmpty) {
306
- m = XamGeographicMap.abf;
306
+ m = XamGeographicMap.abi;
307
307
  }
308
308
  }
309
309
  return m;
310
310
  };
311
- XamGeographicMap.prototype.abb = function (a) {
312
- var b = this.zi.re(a.x);
313
- var c = this.zk.re(a.y);
311
+ XamGeographicMap.prototype.abe = function (a) {
312
+ var b = this.zl.re(a.x);
313
+ var c = this.zn.re(a.y);
314
314
  return { $type: Point_$type, x: b, y: c };
315
315
  };
316
- XamGeographicMap.prototype.abc = function (a) {
317
- var b = this.zi.gv(a.x);
318
- var c = this.zk.gv(a.y);
316
+ XamGeographicMap.prototype.abf = function (a) {
317
+ var b = this.zl.gv(a.x);
318
+ var c = this.zn.gv(a.y);
319
319
  return { $type: Point_$type, x: b, y: c };
320
320
  };
321
- XamGeographicMap.prototype.abd = function (a) {
322
- return this.abc(a);
321
+ XamGeographicMap.prototype.abg = function (a) {
322
+ return this.abf(a);
323
323
  };
324
- XamGeographicMap.prototype.aam = function () {
324
+ XamGeographicMap.prototype.aap = 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.aas = function (a) {
330
+ XamGeographicMap.prototype.aav = function (a) {
331
331
  };
332
332
  XamGeographicMap.prototype.hd = function () {
333
333
  return true;
334
334
  };
335
- XamGeographicMap.prototype.aau = function () {
335
+ XamGeographicMap.prototype.aax = function () {
336
336
  var e_1, _a;
337
- this.zu.eh();
337
+ this.zx.eh();
338
338
  try {
339
339
  for (var _b = __values(fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
340
340
  var a = _c.value;
341
- a.sv();
341
+ a.sw();
342
342
  }
343
343
  }
344
344
  catch (e_1_1) {
@@ -355,128 +355,128 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
355
355
  }
356
356
  }
357
357
  };
358
- XamGeographicMap.prototype.aax = function () {
359
- if (this.zt == 2) {
360
- if (!this.za.isEmpty && this.za.width > 0 && this.za.height > 0) {
361
- var a = this.zi.re(this.za.left + (this.za.width / 2));
362
- var b = this.zk.re(this.za.top + (this.za.height / 2));
363
- this.aba = { $type: Point_$type, x: a, y: b };
358
+ XamGeographicMap.prototype.aa0 = function () {
359
+ if (this.zw == 2) {
360
+ if (!this.zd.isEmpty && this.zd.width > 0 && this.zd.height > 0) {
361
+ var a = this.zl.re(this.zd.left + (this.zd.width / 2));
362
+ var b = this.zn.re(this.zd.top + (this.zd.height / 2));
363
+ this.abd = { $type: Point_$type, x: a, y: b };
364
364
  }
365
365
  }
366
366
  else {
367
- if (!this.za.isEmpty && this.za.width > 0 && this.za.height > 0) {
368
- var c = this.zi.re(this.za.left);
369
- var d = this.zk.re(this.za.top);
370
- this.aba = { $type: Point_$type, x: c, y: d };
367
+ if (!this.zd.isEmpty && this.zd.width > 0 && this.zd.height > 0) {
368
+ var c = this.zl.re(this.zd.left);
369
+ var d = this.zn.re(this.zd.top);
370
+ this.abd = { $type: Point_$type, x: c, y: d };
371
371
  }
372
372
  }
373
373
  };
374
- XamGeographicMap.prototype.aat = function () {
375
- if (isNaN_(this.aba.x) || isNaN_(this.aba.y)) {
376
- this.aax();
374
+ XamGeographicMap.prototype.aaw = function () {
375
+ if (isNaN_(this.abd.x) || isNaN_(this.abd.y)) {
376
+ this.aa0();
377
377
  }
378
- var a = this.aba.x;
379
- var b = this.aba.y;
378
+ var a = this.abd.x;
379
+ var b = this.abd.y;
380
380
  if (!isNaN_(a) && !isNaN_(b)) {
381
- var c = this.ys.left;
382
- var d = this.ys.top;
383
- var e = this.ys.width;
384
- var f = this.ys.height;
385
- if (e > this.abh.width) {
381
+ var c = this.yv.left;
382
+ var d = this.yv.top;
383
+ var e = this.yv.width;
384
+ var f = this.yv.height;
385
+ if (e > this.abk.width) {
386
386
  }
387
387
  else {
388
- var g = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zi.dn);
389
- g.c = this.yw;
390
- var h = this.zi.f7(a, g);
391
- if (this.zt == 2) {
392
- var i = h / this.za.width;
388
+ var g = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zl.dn);
389
+ g.c = this.yz;
390
+ var h = this.zl.f7(a, g);
391
+ if (this.zw == 2) {
392
+ var i = h / this.zd.width;
393
393
  c = i - (e / 2);
394
394
  }
395
395
  else {
396
- c = h / this.za.width;
396
+ c = h / this.zd.width;
397
397
  }
398
- if (c + e > this.abh.right) {
399
- c = this.abh.right - e;
398
+ if (c + e > this.abk.right) {
399
+ c = this.abk.right - e;
400
400
  }
401
- else if (c < this.abh.left) {
402
- c = this.abh.left;
401
+ else if (c < this.abk.left) {
402
+ c = this.abk.left;
403
403
  }
404
404
  }
405
- if (f > this.abh.height) {
405
+ if (f > this.abk.height) {
406
406
  }
407
407
  else {
408
- var j = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zk.dn);
409
- j.c = this.yw;
410
- var k = this.zk.f7(b, j);
411
- if (this.zt == 2) {
412
- var l = k / this.za.height;
408
+ var j = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zn.dn);
409
+ j.c = this.yz;
410
+ var k = this.zn.f7(b, j);
411
+ if (this.zw == 2) {
412
+ var l = k / this.zd.height;
413
413
  d = l - (f / 2);
414
414
  }
415
415
  else {
416
- d = k / this.za.height;
416
+ d = k / this.zd.height;
417
417
  }
418
- if (d + f > this.abh.bottom) {
419
- d = this.abh.bottom - f;
418
+ if (d + f > this.abk.bottom) {
419
+ d = this.abk.bottom - f;
420
420
  }
421
- else if (d < this.abh.top) {
422
- d = this.abh.top;
421
+ else if (d < this.abk.top) {
422
+ d = this.abk.top;
423
423
  }
424
424
  }
425
- this.ue(new Rect(0, c, d, e, f), false);
425
+ this.uf(new Rect(0, c, d, e, f), false);
426
426
  }
427
427
  };
428
428
  XamGeographicMap.prototype.get_f7 = function () {
429
429
  return true;
430
430
  };
431
- XamGeographicMap.prototype.yt = function () {
432
- var a = _super.prototype.yt.call(this);
433
- if (this.zi == null || this.zk == null) {
431
+ XamGeographicMap.prototype.yw = function () {
432
+ var a = _super.prototype.yw.call(this);
433
+ if (this.zl == null || this.zn == null) {
434
434
  return a;
435
435
  }
436
- this.y4();
436
+ this.y7();
437
437
  var b = a.left;
438
438
  var c = a.top;
439
439
  if (this.db == 1) {
440
- if (this.zb.width > this.abh.width) {
441
- b = 0.5 - (this.zb.width / 2);
440
+ if (this.ze.width > this.abk.width) {
441
+ b = 0.5 - (this.ze.width / 2);
442
442
  }
443
- else if (b + a.width > this.abh.right) {
444
- b = this.abh.right - this.zb.width;
443
+ else if (b + a.width > this.abk.right) {
444
+ b = this.abk.right - this.ze.width;
445
445
  }
446
- else if (b < this.abh.left) {
447
- b = this.abh.left;
446
+ else if (b < this.abk.left) {
447
+ b = this.abk.left;
448
448
  }
449
- if (this.zb.height > this.abh.height) {
450
- c = 0.5 - (this.zb.height / 2);
449
+ if (this.ze.height > this.abk.height) {
450
+ c = 0.5 - (this.ze.height / 2);
451
451
  }
452
- else if (c + this.zb.height > this.abh.bottom) {
453
- c = this.abh.bottom - this.zb.height;
452
+ else if (c + this.ze.height > this.abk.bottom) {
453
+ c = this.abk.bottom - this.ze.height;
454
454
  }
455
- else if (c < this.abh.top) {
456
- c = this.abh.top;
455
+ else if (c < this.abk.top) {
456
+ c = this.abk.top;
457
457
  }
458
458
  }
459
459
  var d = false;
460
- if (!this.zz && this.db == 2 && this.zw) {
460
+ if (!this.z2 && this.db == 2 && this.zz) {
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.abh.right) > 0 && ((a.right - this.abh.right) / a.width) > 0.8) {
468
- b = this.abh.left - (a.width - (a.right - this.abh.right));
467
+ if ((a.right - this.abk.right) > 0 && ((a.right - this.abk.right) / a.width) > 0.8) {
468
+ b = this.abk.left - (a.width - (a.right - this.abk.right));
469
469
  d = true;
470
470
  }
471
- else if (a.left < this.abh.left && (Math.abs(a.left - this.abh.left) / a.width) > 0.8) {
472
- b = this.abh.right - (Math.abs(a.left - this.abh.left));
471
+ else if (a.left < this.abk.left && (Math.abs(a.left - this.abk.left) / a.width) > 0.8) {
472
+ b = this.abk.right - (Math.abs(a.left - this.abk.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.zz) {
478
- var f = this.abk(this.abv, 1);
479
- f = this.abm(f);
477
+ if (this.z2) {
478
+ var f = this.abn(this.aby, 1);
479
+ f = this.abp(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) {
@@ -512,16 +512,16 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
512
512
  }
513
513
  if (d) {
514
514
  this.fq = true;
515
- this.zb = e;
515
+ this.ze = e;
516
516
  this.fq = false;
517
517
  }
518
518
  return e;
519
519
  };
520
- XamGeographicMap.prototype.ok = function (a, b) {
520
+ XamGeographicMap.prototype.ol = function (a, b) {
521
521
  var c = true;
522
522
  var d = true;
523
523
  var e = 0;
524
- var f = this.y4();
524
+ var f = this.y7();
525
525
  var g = 0;
526
526
  var h = 0;
527
527
  if ((a.right - f.right) > 0) {
@@ -538,31 +538,31 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
  }
539
539
  if (c) {
540
540
  if (d) {
541
- var i = this.zh.f7(-180, b);
542
- var j = this.zh.f7(180, b);
541
+ var i = this.zk.f7(-180, b);
542
+ var j = this.zk.f7(180, b);
543
543
  e = j - i;
544
544
  }
545
545
  else {
546
- var k = this.zh.f7(-180, b);
547
- var l = this.zh.f7(180, b);
546
+ var k = this.zk.f7(-180, b);
547
+ var l = this.zk.f7(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.y4 = function () {
554
- var a = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zi.dn);
555
- a.c = this.yw;
556
- var b = new ScalerParams(1, XamGeographicMap.abi, this.za, this.zk.dn);
557
- b.c = this.yw;
558
- var c = this.zi.f7(XamGeographicMap.abf.left, a);
559
- var d = this.zi.f7(XamGeographicMap.abf.right, a);
560
- var e = this.zk.f7(XamGeographicMap.abf.top, b);
561
- var f = this.zk.f7(XamGeographicMap.abf.bottom, b);
562
- this.abh = new Rect(0, c / this.za.width, f / this.za.height, (d - c) / this.za.width, (e - f) / this.za.height);
563
- return this.abh;
564
- };
565
- XamGeographicMap.prototype.abm = function (a) {
553
+ XamGeographicMap.prototype.y7 = function () {
554
+ var a = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zl.dn);
555
+ a.c = this.yz;
556
+ var b = new ScalerParams(1, XamGeographicMap.abl, this.zd, this.zn.dn);
557
+ b.c = this.yz;
558
+ var c = this.zl.f7(XamGeographicMap.abi.left, a);
559
+ var d = this.zl.f7(XamGeographicMap.abi.right, a);
560
+ var e = this.zn.f7(XamGeographicMap.abi.top, b);
561
+ var f = this.zn.f7(XamGeographicMap.abi.bottom, b);
562
+ this.abk = new Rect(0, c / this.zd.width, f / this.zd.height, (d - c) / this.zd.width, (e - f) / this.zd.height);
563
+ return this.abk;
564
+ };
565
+ XamGeographicMap.prototype.abp = function (a) {
566
566
  var b = this.ip;
567
567
  var c = 0.5 * (a.left + a.right);
568
568
  var d = 0.5 * (a.top + a.bottom);
@@ -570,7 +570,7 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
570
570
  var f = a.height;
571
571
  var g = MathUtil.e(a.width, b, 1);
572
572
  var h = MathUtil.e(a.height, b, 1);
573
- var i = this.za;
573
+ var i = this.zd;
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 @@ export 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.yu = function (a) {
613
- _super.prototype.yu.call(this, this.za);
612
+ XamGeographicMap.prototype.yx = function (a) {
613
+ _super.prototype.yx.call(this, this.zd);
614
614
  if (a.isEmpty) {
615
615
  return Rect.empty;
616
616
  }
@@ -625,137 +625,137 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
625
625
  }
626
626
  return b;
627
627
  };
628
- XamGeographicMap.prototype.abo = function (a) {
629
- return this.yu(a);
628
+ XamGeographicMap.prototype.abr = function (a) {
629
+ return this.yx(a);
630
630
  };
631
631
  XamGeographicMap.prototype.dv = function () {
632
632
  return new XamGeographicMapView(this);
633
633
  };
634
- XamGeographicMap.prototype.aao = function (a) {
634
+ XamGeographicMap.prototype.aar = function (a) {
635
635
  if (a != null) {
636
636
  a.b7 = this;
637
637
  }
638
638
  };
639
- XamGeographicMap.prototype.rx = function (a) {
640
- _super.prototype.rx.call(this, a);
641
- this.zu = a;
639
+ XamGeographicMap.prototype.ry = function (a) {
640
+ _super.prototype.ry.call(this, a);
641
+ this.zx = a;
642
642
  };
643
- XamGeographicMap.prototype.r8 = function (a, b) {
644
- _super.prototype.r8.call(this, a, b);
645
- this.t0(this.zi);
646
- this.t0(this.zk);
643
+ XamGeographicMap.prototype.r9 = function (a, b) {
644
+ _super.prototype.r9.call(this, a, b);
645
+ this.t1(this.zl);
646
+ this.t1(this.zn);
647
647
  if (Rect.l_op_Inequality(a, b)) {
648
- this.aat();
648
+ this.aaw();
649
649
  }
650
- if (this.zz) {
651
- this.ys = this.yt();
650
+ if (this.z2) {
651
+ this.yv = this.yw();
652
652
  }
653
- this.aa0();
653
+ this.aa3();
654
654
  };
655
- Object.defineProperty(XamGeographicMap.prototype, "z4", {
655
+ Object.defineProperty(XamGeographicMap.prototype, "z7", {
656
656
  get: function () {
657
- return this.z2;
657
+ return this.z5;
658
658
  },
659
659
  set: function (a) {
660
- var b = this.z2;
661
- this.z2 = a;
662
- this.ss("ActualWindowScale", b, this.z2);
660
+ var b = this.z5;
661
+ this.z5 = a;
662
+ this.st("ActualWindowScale", b, this.z5);
663
663
  },
664
664
  enumerable: false,
665
665
  configurable: true
666
666
  });
667
667
  XamGeographicMap.prototype.iv = function () {
668
- return this.z4;
668
+ return this.z7;
669
669
  };
670
670
  XamGeographicMap.prototype.iw = function () {
671
- return this.z4;
671
+ return this.z7;
672
672
  };
673
- XamGeographicMap.prototype.tz = function () {
674
- _super.prototype.tz.call(this);
675
- var a = Math.min(this.ys.width, this.ys.height);
676
- this.z4 = a;
673
+ XamGeographicMap.prototype.t0 = function () {
674
+ _super.prototype.t0.call(this);
675
+ var a = Math.min(this.yv.width, this.yv.height);
676
+ this.z7 = a;
677
677
  };
678
678
  XamGeographicMap.prototype.g1 = function () {
679
- return this.zw;
679
+ return this.zz;
680
680
  };
681
681
  XamGeographicMap.prototype.dc = function () {
682
682
  if (this.dd == 0) {
683
- if (this.zx) {
683
+ if (this.z0) {
684
684
  return 2;
685
685
  }
686
686
  }
687
687
  return this.dd;
688
688
  };
689
- XamGeographicMap.prototype.r9 = function (a, b, c, d) {
689
+ XamGeographicMap.prototype.sa = function (a, b, c, d) {
690
690
  var e_2, _a, e_3, _b;
691
- _super.prototype.r9.call(this, a, b, c, d);
691
+ _super.prototype.sa.call(this, a, b, c, d);
692
692
  switch (b) {
693
693
  case "ZoomCoercionMode":
694
- this.aap();
694
+ this.aas();
695
695
  break;
696
696
  case "WindowRect":
697
- this.aax();
697
+ this.aa0();
698
698
  break;
699
699
  case XamGeographicMap.$$p[0]:
700
- this.zq = this.zr();
701
- if (this.zn != null) {
702
- this.zn.isHorizontalWrappingEnabled = this.zq == 2;
700
+ this.zt = this.zu();
701
+ if (this.zq != null) {
702
+ this.zq.isHorizontalWrappingEnabled = this.zt == 2;
703
703
  }
704
704
  break;
705
705
  case XamGeographicMap.$$p[1]:
706
- this.zw = this.zx;
707
- this.zq = this.zr();
706
+ this.zz = this.z0;
707
+ this.zt = this.zu();
708
708
  this.db = this.dc();
709
- if (this.zn != null) {
710
- this.zn.isHorizontalWrappingEnabled = this.zq == 2;
709
+ if (this.zq != null) {
710
+ this.zq.isHorizontalWrappingEnabled = this.zt == 2;
711
711
  }
712
712
  break;
713
713
  case XamGeographicMap.$$p[4]:
714
- this.ys = this.yt();
714
+ this.yv = this.yw();
715
715
  break;
716
716
  case "BackgroundContent":
717
- if (this.zn != null) {
718
- var e = this.zn;
719
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaq));
720
- this.zn.deferralHandler = null;
717
+ if (this.zq != null) {
718
+ var e = this.zq;
719
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aat));
720
+ this.zq.deferralHandler = null;
721
721
  }
722
- this.zn = typeCast(GeographicMapImagery.$, this.backgroundContent);
723
- if (this.zn != null) {
724
- var f = this.zn;
725
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaq));
726
- this.zn.deferralHandler = this;
727
- this.zn.isHorizontalWrappingEnabled = this.zq == 2;
722
+ this.zq = typeCast(GeographicMapImagery.$, this.backgroundContent);
723
+ if (this.zq != null) {
724
+ var f = this.zq;
725
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aat));
726
+ this.zq.deferralHandler = this;
727
+ this.zq.isHorizontalWrappingEnabled = this.zt == 2;
728
728
  }
729
- this.zu.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
730
- if (this.zn != null) {
731
- this.zn.geographicMap = this;
732
- this.zu.fu(this.ys);
733
- this.zu.fy(this.ik);
729
+ this.zx.fx(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
730
+ if (this.zq != null) {
731
+ this.zq.geographicMap = this;
732
+ this.zx.fu(this.yv);
733
+ this.zx.fy(this.ik);
734
734
  }
735
735
  break;
736
736
  case "YAxis":
737
737
  case "XAxis":
738
- this.aav(c);
739
- this.aao(d);
738
+ this.aay(c);
739
+ this.aar(d);
740
740
  break;
741
741
  case XamGeographicMap.$$p[6]:
742
- if (!this.zy) {
743
- this.zb = XamGeographicMap.abi;
742
+ if (!this.z1) {
743
+ this.ze = XamGeographicMap.abl;
744
744
  }
745
- this.aap();
746
- this.aaw();
747
- this.aax();
748
- this.ys = this.yt();
749
- this.zu.fv();
745
+ this.aas();
746
+ this.aaz();
747
+ this.aa0();
748
+ this.yv = this.yw();
749
+ this.zx.fv();
750
750
  break;
751
751
  case "ActualWindowRect":
752
- this.zu.fu(this.ys);
752
+ this.zx.fu(this.yv);
753
753
  break;
754
754
  case "ActualWorldRect":
755
755
  try {
756
756
  for (var _c = __values(fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
757
757
  var g = _d.value;
758
- g.r9(false);
758
+ g.sa(false);
759
759
  }
760
760
  }
761
761
  catch (e_2_1) {
@@ -773,15 +773,15 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
773
773
  }
774
774
  break;
775
775
  case XamGeographicMap.$$p[5]:
776
- this.z4 = this.z5;
776
+ this.z7 = this.z8;
777
777
  break;
778
778
  case "ActualWindowScale":
779
779
  if (!this.g9) {
780
- this.ub(this.iv(), this.iw());
780
+ this.uc(this.iv(), this.iw());
781
781
  }
782
782
  break;
783
783
  case "ActualPixelScalingRatio":
784
- this.zu.fy(this.ik);
784
+ this.zx.fy(this.ik);
785
785
  break;
786
786
  case "WindowRectMinWidth":
787
787
  case "WindowRectMinHeight":
@@ -796,13 +796,13 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
796
796
  }
797
797
  break;
798
798
  case XamGeographicMap.$$p[7]:
799
- this.t6();
799
+ this.t7();
800
800
  break;
801
801
  case "MarkerAutomaticBehavior":
802
802
  try {
803
803
  for (var _e = __values(fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
804
804
  var i = _f.value;
805
- i.qw();
805
+ i.qx();
806
806
  }
807
807
  }
808
808
  catch (e_3_1) {
@@ -821,123 +821,123 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
821
821
  break;
822
822
  }
823
823
  };
824
- XamGeographicMap.prototype.aaq = function (a, b) {
824
+ XamGeographicMap.prototype.aat = function (a, b) {
825
825
  if (this.imageTilesReady != null) {
826
826
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
827
827
  }
828
828
  };
829
- XamGeographicMap.prototype.aav = function (a) {
829
+ XamGeographicMap.prototype.aay = function (a) {
830
830
  if (a != null) {
831
831
  a.b7 = null;
832
832
  }
833
833
  };
834
- XamGeographicMap.prototype.aaw = function () {
835
- if (this.zi != null) {
836
- this.zi.rb = this.abj.left;
837
- this.zi.ra = this.abj.right;
834
+ XamGeographicMap.prototype.aaz = function () {
835
+ if (this.zl != null) {
836
+ this.zl.rb = this.abm.left;
837
+ this.zl.ra = this.abm.right;
838
838
  }
839
- if (this.zk != null) {
840
- this.zk.rb = this.abj.top;
841
- this.zk.ra = this.abj.bottom;
839
+ if (this.zn != null) {
840
+ this.zn.rb = this.abm.top;
841
+ this.zn.ra = this.abm.bottom;
842
842
  }
843
- this.zi.ef(true);
844
- this.zk.ef(true);
843
+ this.zl.ef(true);
844
+ this.zn.ef(true);
845
845
  };
846
846
  XamGeographicMap.prototype.getFontInfo = function () {
847
- this.zv = this.zu.fr;
848
- return this.zv;
847
+ this.zy = this.zx.fr;
848
+ return this.zy;
849
849
  };
850
- XamGeographicMap.prototype.xw = function () {
851
- return this.zu.fz;
850
+ XamGeographicMap.prototype.xz = function () {
851
+ return this.zx.fz;
852
852
  };
853
853
  XamGeographicMap.prototype.getFontBrush = function () {
854
- return this.zu.f0;
854
+ return this.zx.f0;
855
855
  };
856
- XamGeographicMap.prototype.tl = function (a, b) {
856
+ XamGeographicMap.prototype.tm = function (a, b) {
857
857
  if (typeCast(ItfConverter.$, b) !== null) {
858
858
  var c = b;
859
859
  var d = a;
860
860
  d.itemsSource = c.triangulationSource.points;
861
- d.xv = c.triangulationSource.triangles;
861
+ d.xw = c.triangulationSource.triangles;
862
862
  }
863
863
  else {
864
- _super.prototype.tl.call(this, a, b);
864
+ _super.prototype.tm.call(this, a, b);
865
865
  }
866
866
  };
867
867
  XamGeographicMap.prototype.register = function (a, b) {
868
- this.s7(a, b);
868
+ this.s8(a, b);
869
869
  };
870
870
  XamGeographicMap.prototype.unRegister = function (a) {
871
- this.ty(a);
871
+ this.tz(a);
872
872
  };
873
873
  XamGeographicMap.prototype.deferredRefresh = function () {
874
- this.o1();
874
+ this.o2();
875
875
  };
876
876
  XamGeographicMap.prototype.deferAction = function (a) {
877
- if (this.z7 != null) {
878
- this.z7.setTimeout(a, 0);
877
+ if (this.aaa != null) {
878
+ this.aaa.setTimeout(a, 0);
879
879
  }
880
880
  else {
881
881
  window.setTimeout(a, 0);
882
882
  }
883
883
  };
884
- XamGeographicMap.prototype.aan = function (a) {
885
- this.t5(a);
884
+ XamGeographicMap.prototype.aaq = function (a) {
885
+ this.t6(a);
886
886
  };
887
- XamGeographicMap.prototype.z8 = function () {
887
+ XamGeographicMap.prototype.aab = function () {
888
888
  var a = new ChartVisualData();
889
- var b = this.zi.hu();
890
- var c = this.zk.hu();
889
+ var b = this.zl.hu();
890
+ var c = this.zn.hu();
891
891
  a.axes.add1(b);
892
892
  a.axes.add1(c);
893
893
  for (var d = 0; d < this.b9.count; d++) {
894
- var e = this.b9._inner[d].kw();
894
+ var e = this.b9._inner[d].kx();
895
895
  a.series.add1(e);
896
896
  }
897
897
  a.name = this.name;
898
- a.contentArea = RectData.b(this.za);
899
- a.centralArea = RectData.b(this.za);
900
- a.plotArea = RectData.b(this.za);
898
+ a.contentArea = RectData.b(this.zd);
899
+ a.centralArea = RectData.b(this.zd);
900
+ a.plotArea = RectData.b(this.zd);
901
901
  return a;
902
902
  };
903
- XamGeographicMap.prototype.y0 = function (a, b, c) {
903
+ XamGeographicMap.prototype.y3 = function (a, b, c) {
904
904
  return a;
905
905
  };
906
- XamGeographicMap.prototype.aar = function () {
906
+ XamGeographicMap.prototype.aau = function () {
907
907
  };
908
- Object.defineProperty(XamGeographicMap.prototype, "abu", {
908
+ Object.defineProperty(XamGeographicMap.prototype, "abx", {
909
909
  get: function () {
910
- return this.abg;
910
+ return this.abj;
911
911
  },
912
912
  set: function (a) {
913
- this.abg = a;
913
+ this.abj = a;
914
914
  },
915
915
  enumerable: false,
916
916
  configurable: true
917
917
  });
918
- XamGeographicMap.prototype.aa1 = function (a) {
919
- this.abu = a;
920
- this.aa0();
918
+ XamGeographicMap.prototype.aa4 = function (a) {
919
+ this.abx = a;
920
+ this.aa3();
921
921
  };
922
- XamGeographicMap.prototype.aa0 = function () {
923
- if (this.z1 && !this.abu.isEmpty) {
924
- var a = this.getZoomFromGeographicRect(this.abu);
925
- this.abu = Rect.empty;
926
- this.ue(a, false);
922
+ XamGeographicMap.prototype.aa3 = function () {
923
+ if (this.z4 && !this.abx.isEmpty) {
924
+ var a = this.getZoomFromGeographicRect(this.abx);
925
+ this.abx = Rect.empty;
926
+ this.uf(a, false);
927
927
  }
928
928
  };
929
- Object.defineProperty(XamGeographicMap.prototype, "z1", {
929
+ Object.defineProperty(XamGeographicMap.prototype, "z4", {
930
930
  get: function () {
931
- return !this.za.isEmpty && !this.yw.isEmpty;
931
+ return !this.zd.isEmpty && !this.yz.isEmpty;
932
932
  },
933
933
  enumerable: false,
934
934
  configurable: true
935
935
  });
936
936
  XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
937
- XamGeographicMap.zs = 0;
938
- XamGeographicMap.abf = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
939
- XamGeographicMap.abi = new Rect(0, 0, 0, 1, 1);
940
- XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'ss', ['BackgroundTilingMode:zp:aa2', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:zx:aa3', [0, false], 'ResizeBehavior:zt:aa4', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zs)], 'SuppressZoomResetOnWorldRectChange:zy:aa5', [0, false], 'UseWorldRectForZoomBounds:zz:aa6', [0, false], 'WindowScale:z5:aa7', [1, NaN], 'WorldRect:abv:aa8', [Rect.$, XamGeographicMap.abf], 'Zoomable:z0:aa9', [0, true]]);
937
+ XamGeographicMap.zv = 0;
938
+ XamGeographicMap.abi = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
939
+ XamGeographicMap.abl = new Rect(0, 0, 0, 1, 1);
940
+ XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'st', ['BackgroundTilingMode:zs:aa5', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:z0:aa6', [0, false], 'ResizeBehavior:zw:aa7', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.zv)], 'SuppressZoomResetOnWorldRectChange:z1:aa8', [0, false], 'UseWorldRectForZoomBounds:z2:aa9', [0, false], 'WindowScale:z8:aba', [1, NaN], 'WorldRect:aby:abb', [Rect.$, XamGeographicMap.abi], 'Zoomable:z3:abc', [0, true]]);
941
941
  return XamGeographicMap;
942
942
  }(SeriesViewer));
943
943
  /**
@@ -1080,14 +1080,14 @@ export var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super)
1080
1080
  return a;
1081
1081
  }
1082
1082
  var b = new Rect(0, 0, 0, a.width, a.height);
1083
- var c = this.geographicMap.abo(b);
1084
- var d = XamGeographicMap.abf;
1085
- var e = this.geographicMap.abj;
1083
+ var c = this.geographicMap.abr(b);
1084
+ var d = XamGeographicMap.abi;
1085
+ var e = this.geographicMap.abm;
1086
1086
  var f = Math.min(this.windowRect.height, this.windowRect.width);
1087
1087
  var g = e.width / d.width;
1088
1088
  this.ao.a5 = (b.width / c.width) * f * g;
1089
- var h = this.geographicMap.zi;
1090
- var i = this.geographicMap.zk;
1089
+ var h = this.geographicMap.zl;
1090
+ var i = this.geographicMap.zn;
1091
1091
  var j = new ScalerParams(1, this.windowRect, b, h.dn);
1092
1092
  j.c = c;
1093
1093
  var k = new ScalerParams(1, this.windowRect, b, i.dn);
@@ -1191,41 +1191,41 @@ export var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (fu
1191
1191
  }
1192
1192
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
1193
1193
  _super.prototype.ci.call(this);
1194
- var a = this.cu.xm;
1195
- a.ym = this.cu.xy;
1196
- a.yu = this.cu.xw;
1197
- a.trianglesSource = this.cu.xv;
1198
- a.ya = this.cu.x1;
1199
- a.yc = this.cu.x3;
1200
- a.ye = this.cu.x5;
1194
+ var a = this.cu.xn;
1195
+ a.yn = this.cu.xz;
1196
+ a.yv = this.cu.xx;
1197
+ a.trianglesSource = this.cu.xw;
1198
+ a.yb = this.cu.x2;
1199
+ a.yd = this.cu.x4;
1200
+ a.yf = this.cu.x6;
1201
1201
  };
1202
1202
  GeographicXYTriangulatingSeriesView.prototype.cx = function () {
1203
- var a = this.cu.xm;
1203
+ var a = this.cu.xn;
1204
1204
  if (this.cu.dc == null) {
1205
- a.xk = null;
1206
1205
  a.xl = null;
1206
+ a.xm = null;
1207
1207
  return;
1208
1208
  }
1209
- a.xk = this.cu.dc.zi;
1210
- a.xl = this.cu.dc.zk;
1209
+ a.xl = this.cu.dc.zl;
1210
+ a.xm = this.cu.dc.zn;
1211
1211
  };
1212
1212
  GeographicXYTriangulatingSeriesView.prototype.cw = function () {
1213
- this.cu.xm.ym = this.cu.xy;
1213
+ this.cu.xn.yn = this.cu.xz;
1214
1214
  };
1215
1215
  GeographicXYTriangulatingSeriesView.prototype.cv = function () {
1216
- this.cu.xm.yu = this.cu.xw;
1216
+ this.cu.xn.yv = this.cu.xx;
1217
1217
  };
1218
1218
  GeographicXYTriangulatingSeriesView.prototype.cy = function () {
1219
- this.cu.xm.trianglesSource = this.cu.xv;
1219
+ this.cu.xn.trianglesSource = this.cu.xw;
1220
1220
  };
1221
1221
  GeographicXYTriangulatingSeriesView.prototype.cz = function () {
1222
- this.cu.xm.ya = this.cu.x1;
1222
+ this.cu.xn.yb = this.cu.x2;
1223
1223
  };
1224
1224
  GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
1225
- this.cu.xm.yc = this.cu.x3;
1225
+ this.cu.xn.yd = this.cu.x4;
1226
1226
  };
1227
1227
  GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
1228
- this.cu.xm.ye = this.cu.x5;
1228
+ this.cu.xn.yf = this.cu.x6;
1229
1229
  };
1230
1230
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1231
1231
  return GeographicXYTriangulatingSeriesView;
@@ -1248,19 +1248,19 @@ export var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (functi
1248
1248
  };
1249
1249
  GeographicScatterAreaSeriesView.prototype.ci = function () {
1250
1250
  _super.prototype.ci.call(this);
1251
- if (this.c2.yg != null) {
1252
- this.c2.yg.zt = this.c2.yk;
1253
- this.c2.yg.zh = this.c2.yf;
1251
+ if (this.c2.yh != null) {
1252
+ this.c2.yh.zu = this.c2.yl;
1253
+ this.c2.yh.zi = this.c2.yg;
1254
1254
  }
1255
1255
  };
1256
1256
  GeographicScatterAreaSeriesView.prototype.c3 = function () {
1257
- if (this.c2.yg != null) {
1258
- this.c2.yg.zt = this.c2.yk;
1257
+ if (this.c2.yh != null) {
1258
+ this.c2.yh.zu = this.c2.yl;
1259
1259
  }
1260
1260
  };
1261
1261
  GeographicScatterAreaSeriesView.prototype.c4 = function () {
1262
- if (this.c2.yg != null) {
1263
- this.c2.yg.zh = this.c2.yf;
1262
+ if (this.c2.yh != null) {
1263
+ this.c2.yh.zi = this.c2.yg;
1264
1264
  }
1265
1265
  };
1266
1266
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -1281,7 +1281,7 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
1281
1281
  _this.fs = NaN;
1282
1282
  _this.f2 = Rect.empty;
1283
1283
  _this.fq = a;
1284
- _this.fq.xp = 2;
1284
+ _this.fq.xs = 2;
1285
1285
  _this.fq.jx = 5E-06;
1286
1286
  return _this;
1287
1287
  }
@@ -1290,7 +1290,7 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
1290
1290
  };
1291
1291
  XamGeographicMapView.prototype.bn = function (a) {
1292
1292
  this.j.bw(a);
1293
- this.fq.aan(a);
1293
+ this.fq.aaq(a);
1294
1294
  this.eo();
1295
1295
  };
1296
1296
  XamGeographicMapView.prototype.get_aq = function () {
@@ -1353,13 +1353,13 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
1353
1353
  }
1354
1354
  };
1355
1355
  XamGeographicMapView.prototype.fu = function (a) {
1356
- if (this.fq.zn != null) {
1357
- this.fq.zn.windowRect = a;
1356
+ if (this.fq.zq != null) {
1357
+ this.fq.zq.windowRect = a;
1358
1358
  }
1359
1359
  };
1360
1360
  XamGeographicMapView.prototype.fx = function (a, b) {
1361
- if (this.fq.zn != null) {
1362
- this.fq.zn.windowRect = this.fq.ys;
1361
+ if (this.fq.zq != null) {
1362
+ this.fq.zq.windowRect = this.fq.yv;
1363
1363
  }
1364
1364
  if (a != null) {
1365
1365
  var c = a.ao;
@@ -1388,12 +1388,12 @@ export var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super)
1388
1388
  XamGeographicMapView.prototype.fw = function (a) {
1389
1389
  var b = this.fq.ik;
1390
1390
  if (b != 1) {
1391
- a.aa();
1392
- a.ab(b, b);
1391
+ a.ac();
1392
+ a.ad(b, b);
1393
1393
  }
1394
1394
  a.l(this.f2.left, this.f2.top, this.f2.width, this.f2.height);
1395
1395
  if (b != 1) {
1396
- a.z();
1396
+ a.ab();
1397
1397
  }
1398
1398
  };
1399
1399
  XamGeographicMapView.prototype.d4 = function () {
@@ -1467,38 +1467,38 @@ export var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (functi
1467
1467
  GeographicXYTriangulatingSeries.prototype.ct = function () {
1468
1468
  return new GeographicXYTriangulatingSeriesView(this);
1469
1469
  };
1470
- GeographicXYTriangulatingSeries.prototype.ri = function (a) {
1471
- _super.prototype.ri.call(this, a);
1472
- this.xu = a;
1470
+ GeographicXYTriangulatingSeries.prototype.rj = function (a) {
1471
+ _super.prototype.rj.call(this, a);
1472
+ this.xv = a;
1473
1473
  };
1474
- GeographicXYTriangulatingSeries.prototype.rr = function (a, b, c, d) {
1475
- _super.prototype.rr.call(this, a, b, c, d);
1474
+ GeographicXYTriangulatingSeries.prototype.rs = function (a, b, c, d) {
1475
+ _super.prototype.rs.call(this, a, b, c, d);
1476
1476
  switch (b) {
1477
1477
  case "SeriesViewer":
1478
- this.xu.cx();
1478
+ this.xv.cx();
1479
1479
  break;
1480
1480
  case GeographicXYTriangulatingSeries.$$p[1]:
1481
- this.xu.cw();
1481
+ this.xv.cw();
1482
1482
  break;
1483
1483
  case GeographicXYTriangulatingSeries.$$p[0]:
1484
- this.xu.cv();
1484
+ this.xv.cv();
1485
1485
  break;
1486
1486
  case GeographicXYTriangulatingSeries.$$p[5]:
1487
- this.xu.cy();
1487
+ this.xv.cy();
1488
1488
  break;
1489
1489
  case GeographicXYTriangulatingSeries.$$p[2]:
1490
- this.xu.cz();
1490
+ this.xv.cz();
1491
1491
  break;
1492
1492
  case GeographicXYTriangulatingSeries.$$p[3]:
1493
- this.xu.c0();
1493
+ this.xv.c0();
1494
1494
  break;
1495
1495
  case GeographicXYTriangulatingSeries.$$p[4]:
1496
- this.xu.c1();
1496
+ this.xv.c1();
1497
1497
  break;
1498
1498
  }
1499
1499
  };
1500
1500
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1501
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [IEnumerable_$type, null]]);
1501
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xx:x8', [2, "pointY"], 'LongitudeMemberPath:xz:x9', [2, "pointX"], 'TriangleVertexMemberPath1:x2:yb', [2, "v1"], 'TriangleVertexMemberPath2:x4:yc', [2, "v2"], 'TriangleVertexMemberPath3:x6:yd', [2, "v3"], 'TrianglesSource:xw:ya', [IEnumerable_$type, null]]);
1502
1502
  return GeographicXYTriangulatingSeries;
1503
1503
  }(GeographicMapSeriesHost));
1504
1504
  /**
@@ -1508,7 +1508,7 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
1508
1508
  __extends(GeographicScatterAreaSeries, _super);
1509
1509
  function GeographicScatterAreaSeries() {
1510
1510
  var _this = _super.call(this) || this;
1511
- _this.yd = null;
1511
+ _this.ye = null;
1512
1512
  _this.triangulationStatusChanged = null;
1513
1513
  _this.ab = GeographicScatterAreaSeries.$;
1514
1514
  return _this;
@@ -1519,53 +1519,53 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
1519
1519
  GeographicScatterAreaSeries.prototype.get_ex = function () {
1520
1520
  return true;
1521
1521
  };
1522
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "yf", {
1522
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "yg", {
1523
1523
  get: function () {
1524
- return this.yd;
1524
+ return this.ye;
1525
1525
  },
1526
1526
  set: function (a) {
1527
- var b = this.yd != a;
1527
+ var b = this.ye != a;
1528
1528
  if (b) {
1529
- var c = this.yd;
1530
- if (this.yd != null) {
1531
- var d = this.yd;
1532
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
1529
+ var c = this.ye;
1530
+ if (this.ye != null) {
1531
+ var d = this.ye;
1532
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yo));
1533
1533
  }
1534
- this.yd = a;
1535
- if (this.yd != null) {
1536
- var e = this.yd;
1537
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
1534
+ this.ye = a;
1535
+ if (this.ye != null) {
1536
+ var e = this.ye;
1537
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yo));
1538
1538
  }
1539
- this.raisePropertyChanged("ColorScale", c, this.yd);
1540
- if (this.yg != null) {
1541
- this.yg.zh = a;
1539
+ this.raisePropertyChanged("ColorScale", c, this.ye);
1540
+ if (this.yh != null) {
1541
+ this.yh.zi = a;
1542
1542
  }
1543
1543
  }
1544
1544
  },
1545
1545
  enumerable: false,
1546
1546
  configurable: true
1547
1547
  });
1548
- GeographicScatterAreaSeries.prototype.yn = function (a, b) {
1549
- this.yi.c4();
1550
- this.yp();
1551
- this.r9(false);
1548
+ GeographicScatterAreaSeries.prototype.yo = function (a, b) {
1549
+ this.yj.c4();
1550
+ this.yq();
1551
+ this.sa(false);
1552
1552
  };
1553
- GeographicScatterAreaSeries.prototype.yp = function () {
1554
- if (this.yg != null) {
1555
- this.ye = this.yg.zg;
1553
+ GeographicScatterAreaSeries.prototype.yq = function () {
1554
+ if (this.yh != null) {
1555
+ this.yf = this.yh.zh;
1556
1556
  }
1557
1557
  };
1558
- GeographicScatterAreaSeries.prototype.s0 = function () {
1559
- _super.prototype.s0.call(this);
1560
- this.yp();
1558
+ GeographicScatterAreaSeries.prototype.s1 = function () {
1559
+ _super.prototype.s1.call(this);
1560
+ this.yq();
1561
1561
  };
1562
- GeographicScatterAreaSeries.prototype.xl = function () {
1563
- this.yg = new ScatterAreaSeries();
1564
- var a = this.yg;
1565
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
1566
- return this.yg;
1562
+ GeographicScatterAreaSeries.prototype.xm = function () {
1563
+ this.yh = new ScatterAreaSeries();
1564
+ var a = this.yh;
1565
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yp));
1566
+ return this.yh;
1567
1567
  };
1568
- GeographicScatterAreaSeries.prototype.yo = function (a, b) {
1568
+ GeographicScatterAreaSeries.prototype.yp = function (a, b) {
1569
1569
  if (this.triangulationStatusChanged != null) {
1570
1570
  this.triangulationStatusChanged(this, b);
1571
1571
  }
@@ -1573,29 +1573,29 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
1573
1573
  GeographicScatterAreaSeries.prototype.ct = function () {
1574
1574
  return new GeographicScatterAreaSeriesView(this);
1575
1575
  };
1576
- GeographicScatterAreaSeries.prototype.ri = function (a) {
1577
- _super.prototype.ri.call(this, a);
1578
- this.yi = a;
1576
+ GeographicScatterAreaSeries.prototype.rj = function (a) {
1577
+ _super.prototype.rj.call(this, a);
1578
+ this.yj = a;
1579
1579
  };
1580
- GeographicScatterAreaSeries.prototype.rr = function (a, b, c, d) {
1581
- _super.prototype.rr.call(this, a, b, c, d);
1580
+ GeographicScatterAreaSeries.prototype.rs = function (a, b, c, d) {
1581
+ _super.prototype.rs.call(this, a, b, c, d);
1582
1582
  switch (b) {
1583
1583
  case GeographicScatterAreaSeries.$$p[1]:
1584
- this.yi.c3();
1584
+ this.yj.c3();
1585
1585
  break;
1586
1586
  case "ColorScale":
1587
- this.yi.c4();
1588
- this.yp();
1587
+ this.yj.c4();
1588
+ this.yq();
1589
1589
  break;
1590
1590
  }
1591
1591
  };
1592
- GeographicScatterAreaSeries.prototype.get_he = function () {
1592
+ GeographicScatterAreaSeries.prototype.get_hf = function () {
1593
1593
  return true;
1594
1594
  };
1595
- GeographicScatterAreaSeries.prototype.set_he = function (a) {
1596
- _super.prototype.set_he.call(this, a);
1595
+ GeographicScatterAreaSeries.prototype.set_hf = function (a) {
1596
+ _super.prototype.set_hf.call(this, a);
1597
1597
  };
1598
1598
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1599
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
1599
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yf:yr', [ColorScale.$, null], 'ColorMemberPath:yl:ys', [2, "value"]]);
1600
1600
  return GeographicScatterAreaSeries;
1601
1601
  }(GeographicXYTriangulatingSeries));