igniteui-angular-maps 20.0.2-beta.2 → 20.0.2-beta.3

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 (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -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.y1 = null;
48
- _this.yq = false;
49
- _this.yi = 1;
50
- _this.yx = 0;
51
- _this.z8 = null;
52
- _this.yf = null;
53
- _this.yb = null;
54
- _this.yd = null;
55
- _this.yh = null;
56
- _this.z4 = { $type: Point_$type, x: NaN, y: NaN };
57
- _this.aab = null;
58
- _this.yw = 1;
47
+ _this.y2 = null;
48
+ _this.yr = false;
49
+ _this.yj = 1;
50
+ _this.yy = 0;
51
+ _this.z9 = null;
52
+ _this.yg = null;
53
+ _this.yc = null;
54
+ _this.ye = null;
55
+ _this.yi = null;
56
+ _this.z5 = { $type: Point_$type, x: NaN, y: NaN };
57
+ _this.aac = null;
58
+ _this.yx = 1;
59
59
  _this.imageTilesReady = null;
60
- _this.yp = null;
61
- _this.aaa = Rect.empty;
62
- _this.yx = SphericalMercatorVerticalScaler.am(XamGeographicMap.z9.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.z9.top);
60
+ _this.yq = null;
61
+ _this.aab = Rect.empty;
62
+ _this.yy = SphericalMercatorVerticalScaler.am(XamGeographicMap.aaa.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.aaa.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.dd = true;
71
- _this.yc = a;
72
- _this.yc.r8 = new SphericalMercatorHorizontalScaler();
71
+ _this.yd = a;
72
+ _this.yd.r8 = new SphericalMercatorHorizontalScaler();
73
73
  var b = ((function () {
74
74
  var $ret = new NumericYAxis();
75
75
  $ret.b0 = _this;
76
76
  return $ret;
77
77
  })());
78
78
  b.dd = true;
79
- _this.ye = b;
80
- _this.ye.r8 = new SphericalMercatorVerticalScaler();
81
- _this.zj();
82
- _this.zq();
83
- _this.oy();
79
+ _this.yf = b;
80
+ _this.yf.r8 = new SphericalMercatorVerticalScaler();
81
+ _this.zk();
82
+ _this.zr();
83
+ _this.oz();
84
84
  return _this;
85
85
  }
86
86
  XamGeographicMap.prototype.provideContainer = function (a) {
87
87
  _super.prototype.provideContainer.call(this, a);
88
- this.yc.provideRenderer(a);
89
- this.ye.provideRenderer(a);
88
+ this.yd.provideRenderer(a);
89
+ this.yf.provideRenderer(a);
90
90
  };
91
- XamGeographicMap.prototype.oy = function () {
92
- _super.prototype.oy.call(this);
93
- this.yo.fv(this.h2);
91
+ XamGeographicMap.prototype.oz = function () {
92
+ _super.prototype.oz.call(this);
93
+ this.yp.fv(this.h3);
94
94
  };
95
95
  XamGeographicMap.prototype.f2 = function () {
96
- return this.yu;
96
+ return this.yv;
97
97
  };
98
98
  XamGeographicMap.prototype.f3 = function () {
99
- return this.yu;
99
+ return this.yv;
100
100
  };
101
- XamGeographicMap.prototype.yl = function () {
102
- if (this.yj == 0) {
103
- if (this.yq) {
101
+ XamGeographicMap.prototype.ym = function () {
102
+ if (this.yk == 0) {
103
+ if (this.yr) {
104
104
  return 2;
105
105
  }
106
106
  }
107
107
  return 1;
108
108
  };
109
- Object.defineProperty(XamGeographicMap.prototype, "yk", {
109
+ Object.defineProperty(XamGeographicMap.prototype, "yl", {
110
110
  get: function () {
111
- return this.yi;
111
+ return this.yj;
112
112
  },
113
113
  set: function (a) {
114
- this.yi = a;
114
+ this.yj = a;
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
118
118
  });
119
- Object.defineProperty(XamGeographicMap.prototype, "aad", {
119
+ Object.defineProperty(XamGeographicMap.prototype, "aae", {
120
120
  get: function () {
121
- return this.z8;
121
+ return this.z9;
122
122
  },
123
123
  set: function (a) {
124
- var b = Rect.l_op_Inequality(this.z8, a);
124
+ var b = Rect.l_op_Inequality(this.z9, a);
125
125
  if (b) {
126
- var c = this.z8;
127
- this.z8 = a;
128
- this.rx("ActualWorldRect", c, a);
126
+ var c = this.z9;
127
+ this.z9 = a;
128
+ this.ry("ActualWorldRect", c, a);
129
129
  }
130
130
  },
131
131
  enumerable: false,
132
132
  configurable: true
133
133
  });
134
- XamGeographicMap.prototype.aah = function () {
135
- return this.aad;
134
+ XamGeographicMap.prototype.aai = function () {
135
+ return this.aae;
136
136
  };
137
- XamGeographicMap.prototype.zj = function () {
138
- if (this.aap.isEmpty) {
137
+ XamGeographicMap.prototype.zk = function () {
138
+ if (this.aaq.isEmpty) {
139
139
  return;
140
140
  }
141
- this.aad = this.aan(this.aap, this.c4 == 1);
141
+ this.aae = this.aao(this.aaq, this.c4 == 1);
142
142
  };
143
- XamGeographicMap.prototype.aan = function (a, b) {
143
+ XamGeographicMap.prototype.aao = 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.z9.width;
152
- var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.z9.top);
151
+ var j = a.width / XamGeographicMap.aaa.width;
152
+ var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.aaa.top);
153
153
  var l = i / j;
154
- if (i / j > this.yx) {
155
- var m = i / this.yx;
154
+ if (i / j > this.yy) {
155
+ var m = i / this.yy;
156
156
  var n = m - j;
157
- d = d - (n / 2) * XamGeographicMap.z9.width;
158
- e = m * XamGeographicMap.z9.width;
157
+ d = d - (n / 2) * XamGeographicMap.aaa.width;
158
+ e = m * XamGeographicMap.aaa.width;
159
159
  if (b) {
160
- if (d < XamGeographicMap.z9.left) {
161
- d += (XamGeographicMap.z9.left - d);
160
+ if (d < XamGeographicMap.aaa.left) {
161
+ d += (XamGeographicMap.aaa.left - d);
162
162
  }
163
- else if ((d + e) > XamGeographicMap.z9.right) {
164
- d -= ((d + e) - XamGeographicMap.z9.right);
163
+ else if ((d + e) > XamGeographicMap.aaa.right) {
164
+ d -= ((d + e) - XamGeographicMap.aaa.right);
165
165
  }
166
166
  }
167
167
  }
168
- else if (i / j < this.yx) {
169
- var o = this.yx * j;
168
+ else if (i / j < this.yy) {
169
+ var o = this.yy * 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.yx)) {
179
- q -= ((r) - (k + this.yx));
180
- r -= ((r) - (k + this.yx));
178
+ else if (r > (k + this.yy)) {
179
+ q -= ((r) - (k + this.yy));
180
+ r -= ((r) - (k + this.yy));
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.yf;
191
+ return this.yg;
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.yf = a;
198
- this.rx("BackgroundContent", c, a);
197
+ this.yg = a;
198
+ this.ry("BackgroundContent", c, a);
199
199
  }
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
203
203
  });
204
- Object.defineProperty(XamGeographicMap.prototype, "yc", {
204
+ Object.defineProperty(XamGeographicMap.prototype, "yd", {
205
205
  get: function () {
206
- return this.yb;
206
+ return this.yc;
207
207
  },
208
208
  set: function (a) {
209
- var b = a != this.yc;
209
+ var b = a != this.yd;
210
210
  if (b) {
211
- var c = this.yc;
212
- this.yb = a;
213
- this.rx("XAxis", c, a);
211
+ var c = this.yd;
212
+ this.yc = a;
213
+ this.ry("XAxis", c, a);
214
214
  }
215
215
  },
216
216
  enumerable: false,
217
217
  configurable: true
218
218
  });
219
- Object.defineProperty(XamGeographicMap.prototype, "ye", {
219
+ Object.defineProperty(XamGeographicMap.prototype, "yf", {
220
220
  get: function () {
221
- return this.yd;
221
+ return this.ye;
222
222
  },
223
223
  set: function (a) {
224
- var b = a != this.ye;
224
+ var b = a != this.yf;
225
225
  if (b) {
226
- var c = this.ye;
227
- this.yd = a;
228
- this.rx("YAxis", c, a);
226
+ var c = this.yf;
227
+ this.ye = a;
228
+ this.ry("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.zt = function (a) {
238
- this.x5 = a;
237
+ XamGeographicMap.prototype.zu = function (a) {
238
+ this.x6 = a;
239
239
  };
240
- XamGeographicMap.prototype.zs = function (a) {
241
- this.aap = a;
240
+ XamGeographicMap.prototype.zt = function (a) {
241
+ this.aaq = a;
242
242
  };
243
243
  XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
244
- return this.aaf(a, true, 0);
244
+ return this.aag(a, true, 0);
245
245
  };
246
- XamGeographicMap.prototype.aae = function (a, b) {
247
- return this.aaf(a, false, b);
246
+ XamGeographicMap.prototype.aaf = function (a, b) {
247
+ return this.aag(a, false, b);
248
248
  };
249
- XamGeographicMap.prototype.aaf = function (a, b, c) {
249
+ XamGeographicMap.prototype.aag = function (a, b, c) {
250
250
  var d = a;
251
251
  if (b) {
252
- d = this.aan(a, false);
253
- }
254
- var e = this.yc;
255
- var f = this.ye;
256
- var g = new ScalerParams(1, XamGeographicMap.aac, this.x4, e.df);
257
- g.c = this.xq;
258
- var h = new ScalerParams(1, XamGeographicMap.aac, this.x4, f.df);
259
- h.c = this.xq;
260
- var i = this.yc.ft(d.left, g);
261
- var j = this.yc.ft(d.right, g);
262
- var k = this.ye.ft(d.top, h);
263
- var l = this.ye.ft(d.bottom, h);
264
- var m = (i - c) / this.x4.width;
265
- var n = (l - c) / this.x4.height;
266
- var o = (j - i + (c * 2)) / this.x4.width;
267
- var p = (k - l + (c * 2)) / this.x4.height;
252
+ d = this.aao(a, false);
253
+ }
254
+ var e = this.yd;
255
+ var f = this.yf;
256
+ var g = new ScalerParams(1, XamGeographicMap.aad, this.x5, e.df);
257
+ g.c = this.xr;
258
+ var h = new ScalerParams(1, XamGeographicMap.aad, this.x5, f.df);
259
+ h.c = this.xr;
260
+ var i = this.yd.ft(d.left, g);
261
+ var j = this.yd.ft(d.right, g);
262
+ var k = this.yf.ft(d.top, h);
263
+ var l = this.yf.ft(d.bottom, h);
264
+ var m = (i - c) / this.x5.width;
265
+ var n = (l - c) / this.x5.height;
266
+ var o = (j - i + (c * 2)) / this.x5.width;
267
+ var p = (k - l + (c * 2)) / this.x5.height;
268
268
  var q = new Rect(0, m, n, o, p);
269
- q.intersect(XamGeographicMap.aac);
269
+ q.intersect(XamGeographicMap.aad);
270
270
  if (q.isEmpty) {
271
- q = XamGeographicMap.aac;
271
+ q = XamGeographicMap.aad;
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.aac;
281
+ return XamGeographicMap.aad;
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.aaj = function (a) {
289
- var b = this.yc;
290
- var c = this.ye;
291
- var d = new ScalerParams(1, a, this.x4, b.df);
292
- d.c = this.xq;
293
- var e = new ScalerParams(1, a, this.x4, c.df);
294
- e.c = this.xq;
295
- var f = this.xp;
288
+ XamGeographicMap.prototype.aak = function (a) {
289
+ var b = this.yd;
290
+ var c = this.yf;
291
+ var d = new ScalerParams(1, a, this.x5, b.df);
292
+ d.c = this.xr;
293
+ var e = new ScalerParams(1, a, this.x5, c.df);
294
+ e.c = this.xr;
295
+ var f = this.xq;
296
296
  var g = b.fw(f.left, d);
297
297
  var h = c.fw(f.top, e);
298
298
  var i = b.fw(f.right, d);
@@ -301,44 +301,44 @@ 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.c4 == 1) {
304
- m.intersect(XamGeographicMap.z9);
304
+ m.intersect(XamGeographicMap.aaa);
305
305
  if (m.isEmpty) {
306
- m = XamGeographicMap.z9;
306
+ m = XamGeographicMap.aaa;
307
307
  }
308
308
  }
309
309
  return m;
310
310
  };
311
- XamGeographicMap.prototype.z5 = function (a) {
312
- var b = this.yc.p6(a.x);
313
- var c = this.ye.p6(a.y);
314
- return { $type: Point_$type, x: b, y: c };
315
- };
316
311
  XamGeographicMap.prototype.z6 = function (a) {
317
- var b = this.yc.gg(a.x);
318
- var c = this.ye.gg(a.y);
312
+ var b = this.yd.p6(a.x);
313
+ var c = this.yf.p6(a.y);
319
314
  return { $type: Point_$type, x: b, y: c };
320
315
  };
321
316
  XamGeographicMap.prototype.z7 = function (a) {
322
- return this.z6(a);
317
+ var b = this.yd.gg(a.x);
318
+ var c = this.yf.gg(a.y);
319
+ return { $type: Point_$type, x: b, y: c };
320
+ };
321
+ XamGeographicMap.prototype.z8 = function (a) {
322
+ return this.z7(a);
323
323
  };
324
- XamGeographicMap.prototype.zg = function () {
324
+ XamGeographicMap.prototype.zh = 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.zm = function (a) {
330
+ XamGeographicMap.prototype.zn = function (a) {
331
331
  };
332
332
  XamGeographicMap.prototype.gx = function () {
333
333
  return true;
334
334
  };
335
- XamGeographicMap.prototype.zo = function () {
335
+ XamGeographicMap.prototype.zp = function () {
336
336
  var e_1, _a;
337
- this.yo.ee();
337
+ this.yp.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.sk();
341
+ a.sl();
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.zr = function () {
359
- if (this.yn == 2) {
360
- if (!this.x4.isEmpty && this.x4.width > 0 && this.x4.height > 0) {
361
- var a = this.yc.p6(this.x4.left + (this.x4.width / 2));
362
- var b = this.ye.p6(this.x4.top + (this.x4.height / 2));
363
- this.z4 = { $type: Point_$type, x: a, y: b };
358
+ XamGeographicMap.prototype.zs = function () {
359
+ if (this.yo == 2) {
360
+ if (!this.x5.isEmpty && this.x5.width > 0 && this.x5.height > 0) {
361
+ var a = this.yd.p6(this.x5.left + (this.x5.width / 2));
362
+ var b = this.yf.p6(this.x5.top + (this.x5.height / 2));
363
+ this.z5 = { $type: Point_$type, x: a, y: b };
364
364
  }
365
365
  }
366
366
  else {
367
- if (!this.x4.isEmpty && this.x4.width > 0 && this.x4.height > 0) {
368
- var c = this.yc.p6(this.x4.left);
369
- var d = this.ye.p6(this.x4.top);
370
- this.z4 = { $type: Point_$type, x: c, y: d };
367
+ if (!this.x5.isEmpty && this.x5.width > 0 && this.x5.height > 0) {
368
+ var c = this.yd.p6(this.x5.left);
369
+ var d = this.yf.p6(this.x5.top);
370
+ this.z5 = { $type: Point_$type, x: c, y: d };
371
371
  }
372
372
  }
373
373
  };
374
- XamGeographicMap.prototype.zn = function () {
375
- if (isNaN_(this.z4.x) || isNaN_(this.z4.y)) {
376
- this.zr();
374
+ XamGeographicMap.prototype.zo = function () {
375
+ if (isNaN_(this.z5.x) || isNaN_(this.z5.y)) {
376
+ this.zs();
377
377
  }
378
- var a = this.z4.x;
379
- var b = this.z4.y;
378
+ var a = this.z5.x;
379
+ var b = this.z5.y;
380
380
  if (!isNaN_(a) && !isNaN_(b)) {
381
- var c = this.xm.left;
382
- var d = this.xm.top;
383
- var e = this.xm.width;
384
- var f = this.xm.height;
385
- if (e > this.aab.width) {
381
+ var c = this.xn.left;
382
+ var d = this.xn.top;
383
+ var e = this.xn.width;
384
+ var f = this.xn.height;
385
+ if (e > this.aac.width) {
386
386
  }
387
387
  else {
388
- var g = new ScalerParams(1, XamGeographicMap.aac, this.x4, this.yc.df);
389
- g.c = this.xq;
390
- var h = this.yc.ft(a, g);
391
- if (this.yn == 2) {
392
- var i = h / this.x4.width;
388
+ var g = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yd.df);
389
+ g.c = this.xr;
390
+ var h = this.yd.ft(a, g);
391
+ if (this.yo == 2) {
392
+ var i = h / this.x5.width;
393
393
  c = i - (e / 2);
394
394
  }
395
395
  else {
396
- c = h / this.x4.width;
396
+ c = h / this.x5.width;
397
397
  }
398
- if (c + e > this.aab.right) {
399
- c = this.aab.right - e;
398
+ if (c + e > this.aac.right) {
399
+ c = this.aac.right - e;
400
400
  }
401
- else if (c < this.aab.left) {
402
- c = this.aab.left;
401
+ else if (c < this.aac.left) {
402
+ c = this.aac.left;
403
403
  }
404
404
  }
405
- if (f > this.aab.height) {
405
+ if (f > this.aac.height) {
406
406
  }
407
407
  else {
408
- var j = new ScalerParams(1, XamGeographicMap.aac, this.x4, this.ye.df);
409
- j.c = this.xq;
410
- var k = this.ye.ft(b, j);
411
- if (this.yn == 2) {
412
- var l = k / this.x4.height;
408
+ var j = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yf.df);
409
+ j.c = this.xr;
410
+ var k = this.yf.ft(b, j);
411
+ if (this.yo == 2) {
412
+ var l = k / this.x5.height;
413
413
  d = l - (f / 2);
414
414
  }
415
415
  else {
416
- d = k / this.x4.height;
416
+ d = k / this.x5.height;
417
417
  }
418
- if (d + f > this.aab.bottom) {
419
- d = this.aab.bottom - f;
418
+ if (d + f > this.aac.bottom) {
419
+ d = this.aac.bottom - f;
420
420
  }
421
- else if (d < this.aab.top) {
422
- d = this.aab.top;
421
+ else if (d < this.aac.top) {
422
+ d = this.aac.top;
423
423
  }
424
424
  }
425
- this.s9(new Rect(0, c, d, e, f), false);
425
+ this.ta(new Rect(0, c, d, e, f), false);
426
426
  }
427
427
  };
428
428
  XamGeographicMap.prototype.get_ft = function () {
429
429
  return true;
430
430
  };
431
- XamGeographicMap.prototype.xn = function () {
432
- var a = _super.prototype.xn.call(this);
433
- if (this.yc == null || this.ye == null) {
431
+ XamGeographicMap.prototype.xo = function () {
432
+ var a = _super.prototype.xo.call(this);
433
+ if (this.yd == null || this.yf == null) {
434
434
  return a;
435
435
  }
436
- this.xy();
436
+ this.xz();
437
437
  var b = a.left;
438
438
  var c = a.top;
439
439
  if (this.c4 == 1) {
440
- if (this.x5.width > this.aab.width) {
441
- b = 0.5 - (this.x5.width / 2);
440
+ if (this.x6.width > this.aac.width) {
441
+ b = 0.5 - (this.x6.width / 2);
442
442
  }
443
- else if (b + a.width > this.aab.right) {
444
- b = this.aab.right - this.x5.width;
443
+ else if (b + a.width > this.aac.right) {
444
+ b = this.aac.right - this.x6.width;
445
445
  }
446
- else if (b < this.aab.left) {
447
- b = this.aab.left;
446
+ else if (b < this.aac.left) {
447
+ b = this.aac.left;
448
448
  }
449
- if (this.x5.height > this.aab.height) {
450
- c = 0.5 - (this.x5.height / 2);
449
+ if (this.x6.height > this.aac.height) {
450
+ c = 0.5 - (this.x6.height / 2);
451
451
  }
452
- else if (c + this.x5.height > this.aab.bottom) {
453
- c = this.aab.bottom - this.x5.height;
452
+ else if (c + this.x6.height > this.aac.bottom) {
453
+ c = this.aac.bottom - this.x6.height;
454
454
  }
455
- else if (c < this.aab.top) {
456
- c = this.aab.top;
455
+ else if (c < this.aac.top) {
456
+ c = this.aac.top;
457
457
  }
458
458
  }
459
459
  var d = false;
460
- if (!this.yt && this.c4 == 2 && this.yq) {
460
+ if (!this.yu && this.c4 == 2 && this.yr) {
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.aab.right) > 0 && ((a.right - this.aab.right) / a.width) > 0.8) {
468
- b = this.aab.left - (a.width - (a.right - this.aab.right));
467
+ if ((a.right - this.aac.right) > 0 && ((a.right - this.aac.right) / a.width) > 0.8) {
468
+ b = this.aac.left - (a.width - (a.right - this.aac.right));
469
469
  d = true;
470
470
  }
471
- else if (a.left < this.aab.left && (Math.abs(a.left - this.aab.left) / a.width) > 0.8) {
472
- b = this.aab.right - (Math.abs(a.left - this.aab.left));
471
+ else if (a.left < this.aac.left && (Math.abs(a.left - this.aac.left) / a.width) > 0.8) {
472
+ b = this.aac.right - (Math.abs(a.left - this.aac.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.yt) {
478
- var f = this.aae(this.aap, 1);
479
- f = this.aag(f);
477
+ if (this.yu) {
478
+ var f = this.aaf(this.aaq, 1);
479
+ f = this.aah(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 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
512
512
  }
513
513
  if (d) {
514
514
  this.ff = true;
515
- this.x5 = e;
515
+ this.x6 = e;
516
516
  this.ff = false;
517
517
  }
518
518
  return e;
519
519
  };
520
- XamGeographicMap.prototype.n1 = function (a, b) {
520
+ XamGeographicMap.prototype.n2 = function (a, b) {
521
521
  var c = true;
522
522
  var d = true;
523
523
  var e = 0;
524
- var f = this.xy();
524
+ var f = this.xz();
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.yb.ft(-180, b);
542
- var j = this.yb.ft(180, b);
541
+ var i = this.yc.ft(-180, b);
542
+ var j = this.yc.ft(180, b);
543
543
  e = j - i;
544
544
  }
545
545
  else {
546
- var k = this.yb.ft(-180, b);
547
- var l = this.yb.ft(180, b);
546
+ var k = this.yc.ft(-180, b);
547
+ var l = this.yc.ft(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.xy = function () {
554
- var a = new ScalerParams(1, XamGeographicMap.aac, this.x4, this.yc.df);
555
- a.c = this.xq;
556
- var b = new ScalerParams(1, XamGeographicMap.aac, this.x4, this.ye.df);
557
- b.c = this.xq;
558
- var c = this.yc.ft(XamGeographicMap.z9.left, a);
559
- var d = this.yc.ft(XamGeographicMap.z9.right, a);
560
- var e = this.ye.ft(XamGeographicMap.z9.top, b);
561
- var f = this.ye.ft(XamGeographicMap.z9.bottom, b);
562
- this.aab = new Rect(0, c / this.x4.width, f / this.x4.height, (d - c) / this.x4.width, (e - f) / this.x4.height);
563
- return this.aab;
564
- };
565
- XamGeographicMap.prototype.aag = function (a) {
566
- var b = this.h6;
553
+ XamGeographicMap.prototype.xz = function () {
554
+ var a = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yd.df);
555
+ a.c = this.xr;
556
+ var b = new ScalerParams(1, XamGeographicMap.aad, this.x5, this.yf.df);
557
+ b.c = this.xr;
558
+ var c = this.yd.ft(XamGeographicMap.aaa.left, a);
559
+ var d = this.yd.ft(XamGeographicMap.aaa.right, a);
560
+ var e = this.yf.ft(XamGeographicMap.aaa.top, b);
561
+ var f = this.yf.ft(XamGeographicMap.aaa.bottom, b);
562
+ this.aac = new Rect(0, c / this.x5.width, f / this.x5.height, (d - c) / this.x5.width, (e - f) / this.x5.height);
563
+ return this.aac;
564
+ };
565
+ XamGeographicMap.prototype.aah = function (a) {
566
+ var b = this.h7;
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
571
  var g = MathUtil.d(a.width, b, 1);
572
572
  var h = MathUtil.d(a.height, b, 1);
573
- var i = this.x4;
573
+ var i = this.x5;
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.xo = function (a) {
613
- _super.prototype.xo.call(this, this.x4);
612
+ XamGeographicMap.prototype.xp = function (a) {
613
+ _super.prototype.xp.call(this, this.x5);
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.aai = function (a) {
629
- return this.xo(a);
628
+ XamGeographicMap.prototype.aaj = function (a) {
629
+ return this.xp(a);
630
630
  };
631
631
  XamGeographicMap.prototype.dn = function () {
632
632
  return new XamGeographicMapView(this);
633
633
  };
634
- XamGeographicMap.prototype.zi = function (a) {
634
+ XamGeographicMap.prototype.zj = function (a) {
635
635
  if (a != null) {
636
636
  a.b0 = this;
637
637
  }
638
638
  };
639
- XamGeographicMap.prototype.q4 = function (a) {
640
- _super.prototype.q4.call(this, a);
641
- this.yo = a;
639
+ XamGeographicMap.prototype.q5 = function (a) {
640
+ _super.prototype.q5.call(this, a);
641
+ this.yp = a;
642
642
  };
643
- XamGeographicMap.prototype.rf = function (a, b) {
644
- _super.prototype.rf.call(this, a, b);
645
- this.sx(this.yc);
646
- this.sx(this.ye);
643
+ XamGeographicMap.prototype.rg = function (a, b) {
644
+ _super.prototype.rg.call(this, a, b);
645
+ this.sy(this.yd);
646
+ this.sy(this.yf);
647
647
  if (Rect.l_op_Inequality(a, b)) {
648
- this.zn();
648
+ this.zo();
649
649
  }
650
- if (this.yt) {
651
- this.xm = this.xn();
650
+ if (this.yu) {
651
+ this.xn = this.xo();
652
652
  }
653
- this.zu();
653
+ this.zv();
654
654
  };
655
- Object.defineProperty(XamGeographicMap.prototype, "yy", {
655
+ Object.defineProperty(XamGeographicMap.prototype, "yz", {
656
656
  get: function () {
657
- return this.yw;
657
+ return this.yx;
658
658
  },
659
659
  set: function (a) {
660
- var b = this.yw;
661
- this.yw = a;
662
- this.rx("ActualWindowScale", b, this.yw);
660
+ var b = this.yx;
661
+ this.yx = a;
662
+ this.ry("ActualWindowScale", b, this.yx);
663
663
  },
664
664
  enumerable: false,
665
665
  configurable: true
666
666
  });
667
- XamGeographicMap.prototype.ic = function () {
668
- return this.yy;
669
- };
670
667
  XamGeographicMap.prototype.id = function () {
671
- return this.yy;
668
+ return this.yz;
669
+ };
670
+ XamGeographicMap.prototype.ie = function () {
671
+ return this.yz;
672
672
  };
673
- XamGeographicMap.prototype.sw = function () {
674
- _super.prototype.sw.call(this);
675
- var a = Math.min(this.xm.width, this.xm.height);
676
- this.yy = a;
673
+ XamGeographicMap.prototype.sx = function () {
674
+ _super.prototype.sx.call(this);
675
+ var a = Math.min(this.xn.width, this.xn.height);
676
+ this.yz = a;
677
677
  };
678
678
  XamGeographicMap.prototype.gl = function () {
679
- return this.yq;
679
+ return this.yr;
680
680
  };
681
681
  XamGeographicMap.prototype.c5 = function () {
682
682
  if (this.c6 == 0) {
683
- if (this.yr) {
683
+ if (this.ys) {
684
684
  return 2;
685
685
  }
686
686
  }
687
687
  return this.c6;
688
688
  };
689
- XamGeographicMap.prototype.rg = function (a, b, c, d) {
689
+ XamGeographicMap.prototype.rh = function (a, b, c, d) {
690
690
  var e_2, _a, e_3, _b;
691
- _super.prototype.rg.call(this, a, b, c, d);
691
+ _super.prototype.rh.call(this, a, b, c, d);
692
692
  switch (b) {
693
693
  case "ZoomCoercionMode":
694
- this.zj();
694
+ this.zk();
695
695
  break;
696
696
  case "WindowRect":
697
- this.zr();
697
+ this.zs();
698
698
  break;
699
699
  case XamGeographicMap.$$p[0]:
700
- this.yk = this.yl();
701
- if (this.yh != null) {
702
- this.yh.isHorizontalWrappingEnabled = this.yk == 2;
700
+ this.yl = this.ym();
701
+ if (this.yi != null) {
702
+ this.yi.isHorizontalWrappingEnabled = this.yl == 2;
703
703
  }
704
704
  break;
705
705
  case XamGeographicMap.$$p[1]:
706
- this.yq = this.yr;
707
- this.yk = this.yl();
706
+ this.yr = this.ys;
707
+ this.yl = this.ym();
708
708
  this.c4 = this.c5();
709
- if (this.yh != null) {
710
- this.yh.isHorizontalWrappingEnabled = this.yk == 2;
709
+ if (this.yi != null) {
710
+ this.yi.isHorizontalWrappingEnabled = this.yl == 2;
711
711
  }
712
712
  break;
713
713
  case XamGeographicMap.$$p[4]:
714
- this.xm = this.xn();
714
+ this.xn = this.xo();
715
715
  break;
716
716
  case "BackgroundContent":
717
- if (this.yh != null) {
718
- var e = this.yh;
719
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zk));
720
- this.yh.deferralHandler = null;
717
+ if (this.yi != null) {
718
+ var e = this.yi;
719
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.zl));
720
+ this.yi.deferralHandler = null;
721
721
  }
722
- this.yh = typeCast(GeographicMapImagery.$, this.backgroundContent);
723
- if (this.yh != null) {
724
- var f = this.yh;
725
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zk));
726
- this.yh.deferralHandler = this;
727
- this.yh.isHorizontalWrappingEnabled = this.yk == 2;
722
+ this.yi = typeCast(GeographicMapImagery.$, this.backgroundContent);
723
+ if (this.yi != null) {
724
+ var f = this.yi;
725
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.zl));
726
+ this.yi.deferralHandler = this;
727
+ this.yi.isHorizontalWrappingEnabled = this.yl == 2;
728
728
  }
729
- this.yo.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
730
- if (this.yh != null) {
731
- this.yh.geographicMap = this;
732
- this.yo.fr(this.xm);
733
- this.yo.fv(this.h2);
729
+ this.yp.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
730
+ if (this.yi != null) {
731
+ this.yi.geographicMap = this;
732
+ this.yp.fr(this.xn);
733
+ this.yp.fv(this.h3);
734
734
  }
735
735
  break;
736
736
  case "YAxis":
737
737
  case "XAxis":
738
- this.zp(c);
739
- this.zi(d);
738
+ this.zq(c);
739
+ this.zj(d);
740
740
  break;
741
741
  case XamGeographicMap.$$p[6]:
742
- if (!this.ys) {
743
- this.x5 = XamGeographicMap.aac;
742
+ if (!this.yt) {
743
+ this.x6 = XamGeographicMap.aad;
744
744
  }
745
- this.zj();
746
- this.zq();
745
+ this.zk();
747
746
  this.zr();
748
- this.xm = this.xn();
749
- this.yo.fs();
747
+ this.zs();
748
+ this.xn = this.xo();
749
+ this.yp.fs();
750
750
  break;
751
751
  case "ActualWindowRect":
752
- this.yo.fr(this.xm);
752
+ this.yp.fr(this.xn);
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.ry(false);
758
+ g.rz(false);
759
759
  }
760
760
  }
761
761
  catch (e_2_1) {
@@ -773,36 +773,36 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
773
773
  }
774
774
  break;
775
775
  case XamGeographicMap.$$p[5]:
776
- this.yy = this.yz;
776
+ this.yz = this.y0;
777
777
  break;
778
778
  case "ActualWindowScale":
779
779
  if (!this.gt) {
780
- this.s7(this.ic(), this.id());
780
+ this.s8(this.id(), this.ie());
781
781
  }
782
782
  break;
783
783
  case "ActualPixelScalingRatio":
784
- this.yo.fv(this.h2);
784
+ this.yp.fv(this.h3);
785
785
  break;
786
786
  case "WindowRectMinWidth":
787
787
  case "WindowRectMinHeight":
788
788
  var h = d;
789
789
  if (isNaN_(h) || isInfinity(h)) {
790
+ this.h7 = 5E-06;
790
791
  this.h6 = 5E-06;
791
- this.h5 = 5E-06;
792
792
  }
793
793
  else {
794
+ this.h7 = h;
794
795
  this.h6 = h;
795
- this.h5 = h;
796
796
  }
797
797
  break;
798
798
  case XamGeographicMap.$$p[7]:
799
- this.s3();
799
+ this.s4();
800
800
  break;
801
801
  case "MarkerAutomaticBehavior":
802
802
  try {
803
803
  for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
804
804
  var i = _f.value;
805
- i.qm();
805
+ i.qn();
806
806
  }
807
807
  }
808
808
  catch (e_3_1) {
@@ -821,73 +821,73 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
821
821
  break;
822
822
  }
823
823
  };
824
- XamGeographicMap.prototype.zk = function (a, b) {
824
+ XamGeographicMap.prototype.zl = function (a, b) {
825
825
  if (this.imageTilesReady != null) {
826
826
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
827
827
  }
828
828
  };
829
- XamGeographicMap.prototype.zp = function (a) {
829
+ XamGeographicMap.prototype.zq = function (a) {
830
830
  if (a != null) {
831
831
  a.b0 = null;
832
832
  }
833
833
  };
834
- XamGeographicMap.prototype.zq = function () {
835
- if (this.yc != null) {
836
- this.yc.p3 = this.aad.left;
837
- this.yc.p2 = this.aad.right;
834
+ XamGeographicMap.prototype.zr = function () {
835
+ if (this.yd != null) {
836
+ this.yd.p3 = this.aae.left;
837
+ this.yd.p2 = this.aae.right;
838
838
  }
839
- if (this.ye != null) {
840
- this.ye.p3 = this.aad.top;
841
- this.ye.p2 = this.aad.bottom;
839
+ if (this.yf != null) {
840
+ this.yf.p3 = this.aae.top;
841
+ this.yf.p2 = this.aae.bottom;
842
842
  }
843
- this.yc.d3(true);
844
- this.ye.d3(true);
843
+ this.yd.d3(true);
844
+ this.yf.d3(true);
845
845
  };
846
846
  XamGeographicMap.prototype.getFontInfo = function () {
847
- this.yp = this.yo.fo;
848
- return this.yp;
847
+ this.yq = this.yp.fo;
848
+ return this.yq;
849
849
  };
850
- XamGeographicMap.prototype.wq = function () {
851
- return this.yo.fw;
850
+ XamGeographicMap.prototype.wr = function () {
851
+ return this.yp.fw;
852
852
  };
853
853
  XamGeographicMap.prototype.getFontBrush = function () {
854
- return this.yo.fx;
854
+ return this.yp.fx;
855
855
  };
856
- XamGeographicMap.prototype.sp = function (a, b) {
856
+ XamGeographicMap.prototype.sq = 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.xj = c.triangulationSource.triangles;
861
+ d.xk = c.triangulationSource.triangles;
862
862
  }
863
863
  else {
864
- _super.prototype.sp.call(this, a, b);
864
+ _super.prototype.sq.call(this, a, b);
865
865
  }
866
866
  };
867
867
  XamGeographicMap.prototype.register = function (a, b) {
868
- this.sc(a, b);
868
+ this.sd(a, b);
869
869
  };
870
870
  XamGeographicMap.prototype.unRegister = function (a) {
871
- this.sv(a);
871
+ this.sw(a);
872
872
  };
873
873
  XamGeographicMap.prototype.deferredRefresh = function () {
874
- this.of();
874
+ this.og();
875
875
  };
876
876
  XamGeographicMap.prototype.deferAction = function (a) {
877
- if (this.y1 != null) {
878
- this.y1.setTimeout(a, 0);
877
+ if (this.y2 != null) {
878
+ this.y2.setTimeout(a, 0);
879
879
  }
880
880
  else {
881
881
  window.setTimeout(a, 0);
882
882
  }
883
883
  };
884
- XamGeographicMap.prototype.zh = function (a) {
885
- this.s2(a);
884
+ XamGeographicMap.prototype.zi = function (a) {
885
+ this.s3(a);
886
886
  };
887
- XamGeographicMap.prototype.y2 = function () {
887
+ XamGeographicMap.prototype.y3 = function () {
888
888
  var a = new ChartVisualData();
889
- var b = this.yc.hb();
890
- var c = this.ye.hb();
889
+ var b = this.yd.hb();
890
+ var c = this.yf.hb();
891
891
  a.axes.add1(b);
892
892
  a.axes.add1(c);
893
893
  for (var d = 0; d < this.series.count; d++) {
@@ -895,49 +895,49 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
895
895
  a.series.add1(e);
896
896
  }
897
897
  a.name = this.name;
898
- a.contentArea = RectData.b(this.x4);
899
- a.centralArea = RectData.b(this.x4);
900
- a.plotArea = RectData.b(this.x4);
898
+ a.contentArea = RectData.b(this.x5);
899
+ a.centralArea = RectData.b(this.x5);
900
+ a.plotArea = RectData.b(this.x5);
901
901
  return a;
902
902
  };
903
- XamGeographicMap.prototype.xu = function (a, b, c) {
903
+ XamGeographicMap.prototype.xv = function (a, b, c) {
904
904
  return a;
905
905
  };
906
- XamGeographicMap.prototype.zl = function () {
906
+ XamGeographicMap.prototype.zm = function () {
907
907
  };
908
- Object.defineProperty(XamGeographicMap.prototype, "aao", {
908
+ Object.defineProperty(XamGeographicMap.prototype, "aap", {
909
909
  get: function () {
910
- return this.aaa;
910
+ return this.aab;
911
911
  },
912
912
  set: function (a) {
913
- this.aaa = a;
913
+ this.aab = a;
914
914
  },
915
915
  enumerable: false,
916
916
  configurable: true
917
917
  });
918
- XamGeographicMap.prototype.zv = function (a) {
919
- this.aao = a;
920
- this.zu();
918
+ XamGeographicMap.prototype.zw = function (a) {
919
+ this.aap = a;
920
+ this.zv();
921
921
  };
922
- XamGeographicMap.prototype.zu = function () {
923
- if (this.yv && !this.aao.isEmpty) {
924
- var a = this.getZoomFromGeographicRect(this.aao);
925
- this.aao = Rect.empty;
926
- this.s9(a, false);
922
+ XamGeographicMap.prototype.zv = function () {
923
+ if (this.yw && !this.aap.isEmpty) {
924
+ var a = this.getZoomFromGeographicRect(this.aap);
925
+ this.aap = Rect.empty;
926
+ this.ta(a, false);
927
927
  }
928
928
  };
929
- Object.defineProperty(XamGeographicMap.prototype, "yv", {
929
+ Object.defineProperty(XamGeographicMap.prototype, "yw", {
930
930
  get: function () {
931
- return !this.x4.isEmpty && !this.xq.isEmpty;
931
+ return !this.x5.isEmpty && !this.xr.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.ym = 0;
938
- XamGeographicMap.z9 = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
939
- XamGeographicMap.aac = new Rect(0, 0, 0, 1, 1);
940
- XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'rx', ['BackgroundTilingMode:yj:zw', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:yr:zx', [0, false], 'ResizeBehavior:yn:zy', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.ym)], 'SuppressZoomResetOnWorldRectChange:ys:zz', [0, false], 'UseWorldRectForZoomBounds:yt:z0', [0, false], 'WindowScale:yz:z1', [1, NaN], 'WorldRect:aap:z2', [Rect.$, XamGeographicMap.z9], 'Zoomable:yu:z3', [0, true]]);
937
+ XamGeographicMap.yn = 0;
938
+ XamGeographicMap.aaa = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
939
+ XamGeographicMap.aad = new Rect(0, 0, 0, 1, 1);
940
+ XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'ry', ['BackgroundTilingMode:yk:zx', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ys:zy', [0, false], 'ResizeBehavior:yo:zz', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.yn)], 'SuppressZoomResetOnWorldRectChange:yt:z0', [0, false], 'UseWorldRectForZoomBounds:yu:z1', [0, false], 'WindowScale:y0:z2', [1, NaN], 'WorldRect:aaq:z3', [Rect.$, XamGeographicMap.aaa], 'Zoomable:yv:z4', [0, true]]);
941
941
  return XamGeographicMap;
942
942
  }(SeriesViewer));
943
943
  export { XamGeographicMap };
@@ -995,8 +995,8 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
995
995
  c.downloadingImage = delegateCombine(c.downloadingImage, runOn(this, this.a3));
996
996
  var d = this.ao;
997
997
  d.cancellingImage = delegateCombine(d.cancellingImage, runOn(this, this.a2));
998
- this.ao.bh = this.referer;
999
- this.ao.bl = this.userAgent;
998
+ this.ao.bf = this.referer;
999
+ this.ao.bj = this.userAgent;
1000
1000
  this.ao.av = this.isHorizontalWrappingEnabled;
1001
1001
  };
1002
1002
  GeographicMapImagery.prototype.a3 = function (a, b) {
@@ -1024,12 +1024,12 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1024
1024
  break;
1025
1025
  case GeographicMapImagery.$$p[1]:
1026
1026
  if (this.ao != null) {
1027
- this.ao.bh = this.referer;
1027
+ this.ao.bf = this.referer;
1028
1028
  }
1029
1029
  break;
1030
1030
  case GeographicMapImagery.$$p[2]:
1031
1031
  if (this.ao != null) {
1032
- this.ao.bl = this.userAgent;
1032
+ this.ao.bj = this.userAgent;
1033
1033
  }
1034
1034
  break;
1035
1035
  case GeographicMapImagery.$$p[0]:
@@ -1060,7 +1060,7 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1060
1060
  };
1061
1061
  GeographicMapImagery.prototype.clearTileCache = function () {
1062
1062
  if (this.ao != null) {
1063
- this.ao.bu(0, 0, 0, 0);
1063
+ this.ao.bs(0, 0, 0, 0);
1064
1064
  }
1065
1065
  };
1066
1066
  Object.defineProperty(GeographicMapImagery.prototype, "ao", {
@@ -1081,14 +1081,14 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1081
1081
  return a;
1082
1082
  }
1083
1083
  var b = new Rect(0, 0, 0, a.width, a.height);
1084
- var c = this.geographicMap.aai(b);
1085
- var d = XamGeographicMap.z9;
1086
- var e = this.geographicMap.aad;
1084
+ var c = this.geographicMap.aaj(b);
1085
+ var d = XamGeographicMap.aaa;
1086
+ var e = this.geographicMap.aae;
1087
1087
  var f = Math.min(this.windowRect.height, this.windowRect.width);
1088
1088
  var g = e.width / d.width;
1089
1089
  this.ao.a5 = (b.width / c.width) * f * g;
1090
- var h = this.geographicMap.yc;
1091
- var i = this.geographicMap.ye;
1090
+ var h = this.geographicMap.yd;
1091
+ var i = this.geographicMap.yf;
1092
1092
  var j = new ScalerParams(1, this.windowRect, b, h.df);
1093
1093
  j.c = c;
1094
1094
  var k = new ScalerParams(1, this.windowRect, b, i.df);
@@ -1097,7 +1097,7 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1097
1097
  var m = i.ft(d.bottom, k);
1098
1098
  var n = (-l / b.width) * this.ao.a5;
1099
1099
  var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1100
- this.ao.cq = { $type: Point_$type, x: n, y: o };
1100
+ this.ao.cm = { $type: Point_$type, x: n, y: o };
1101
1101
  return a;
1102
1102
  };
1103
1103
  GeographicMapImagery.prototype.bd = function (a) {
@@ -1155,15 +1155,15 @@ var GeographicMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
1155
1155
  this.a.bn(new Size(1, this.j.width, this.j.height));
1156
1156
  };
1157
1157
  GeographicMapImageryView.prototype.f = function (a) {
1158
- this.a.ao.b5(a);
1158
+ this.a.ao.b1(a);
1159
1159
  };
1160
1160
  GeographicMapImageryView.prototype.g = function (a) {
1161
1161
  this.d = a;
1162
- this.a.ao.b6(a);
1162
+ this.a.ao.b2(a);
1163
1163
  };
1164
1164
  GeographicMapImageryView.prototype.h = function (a) {
1165
1165
  this.j = a;
1166
- this.a.ao.b7(a);
1166
+ this.a.ao.b3(a);
1167
1167
  this.a.a6();
1168
1168
  };
1169
1169
  Object.defineProperty(GeographicMapImageryView.prototype, "c", {
@@ -1175,7 +1175,7 @@ var GeographicMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
1175
1175
  });
1176
1176
  GeographicMapImageryView.prototype.i = function (a) {
1177
1177
  this.b = a;
1178
- this.a.ao.b3(a);
1178
+ this.a.ao.bz(a);
1179
1179
  };
1180
1180
  GeographicMapImageryView.$t = markType(GeographicMapImageryView, 'GeographicMapImageryView');
1181
1181
  return GeographicMapImageryView;
@@ -1194,41 +1194,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
1194
1194
  }
1195
1195
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
1196
1196
  _super.prototype.ci.call(this);
1197
- var a = this.cu.xa;
1198
- a.ya = this.cu.xm;
1199
- a.yi = this.cu.xk;
1200
- a.trianglesSource = this.cu.xj;
1201
- a.xy = this.cu.xp;
1202
- a.x0 = this.cu.xr;
1203
- a.x2 = this.cu.xt;
1197
+ var a = this.cu.xb;
1198
+ a.yb = this.cu.xn;
1199
+ a.yj = this.cu.xl;
1200
+ a.trianglesSource = this.cu.xk;
1201
+ a.xz = this.cu.xq;
1202
+ a.x1 = this.cu.xs;
1203
+ a.x3 = this.cu.xu;
1204
1204
  };
1205
1205
  GeographicXYTriangulatingSeriesView.prototype.cx = function () {
1206
- var a = this.cu.xa;
1206
+ var a = this.cu.xb;
1207
1207
  if (this.cu.dc == null) {
1208
- a.w8 = null;
1209
1208
  a.w9 = null;
1209
+ a.xa = null;
1210
1210
  return;
1211
1211
  }
1212
- a.w8 = this.cu.dc.yc;
1213
- a.w9 = this.cu.dc.ye;
1212
+ a.w9 = this.cu.dc.yd;
1213
+ a.xa = this.cu.dc.yf;
1214
1214
  };
1215
1215
  GeographicXYTriangulatingSeriesView.prototype.cw = function () {
1216
- this.cu.xa.ya = this.cu.xm;
1216
+ this.cu.xb.yb = this.cu.xn;
1217
1217
  };
1218
1218
  GeographicXYTriangulatingSeriesView.prototype.cv = function () {
1219
- this.cu.xa.yi = this.cu.xk;
1219
+ this.cu.xb.yj = this.cu.xl;
1220
1220
  };
1221
1221
  GeographicXYTriangulatingSeriesView.prototype.cy = function () {
1222
- this.cu.xa.trianglesSource = this.cu.xj;
1222
+ this.cu.xb.trianglesSource = this.cu.xk;
1223
1223
  };
1224
1224
  GeographicXYTriangulatingSeriesView.prototype.cz = function () {
1225
- this.cu.xa.xy = this.cu.xp;
1225
+ this.cu.xb.xz = this.cu.xq;
1226
1226
  };
1227
1227
  GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
1228
- this.cu.xa.x0 = this.cu.xr;
1228
+ this.cu.xb.x1 = this.cu.xs;
1229
1229
  };
1230
1230
  GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
1231
- this.cu.xa.x2 = this.cu.xt;
1231
+ this.cu.xb.x3 = this.cu.xu;
1232
1232
  };
1233
1233
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1234
1234
  return GeographicXYTriangulatingSeriesView;
@@ -1252,19 +1252,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
1252
1252
  };
1253
1253
  GeographicScatterAreaSeriesView.prototype.ci = function () {
1254
1254
  _super.prototype.ci.call(this);
1255
- if (this.c2.x4 != null) {
1256
- this.c2.x4.zh = this.c2.x8;
1257
- this.c2.x4.y5 = this.c2.x3;
1255
+ if (this.c2.x5 != null) {
1256
+ this.c2.x5.zi = this.c2.x9;
1257
+ this.c2.x5.y6 = this.c2.x4;
1258
1258
  }
1259
1259
  };
1260
1260
  GeographicScatterAreaSeriesView.prototype.c3 = function () {
1261
- if (this.c2.x4 != null) {
1262
- this.c2.x4.zh = this.c2.x8;
1261
+ if (this.c2.x5 != null) {
1262
+ this.c2.x5.zi = this.c2.x9;
1263
1263
  }
1264
1264
  };
1265
1265
  GeographicScatterAreaSeriesView.prototype.c4 = function () {
1266
- if (this.c2.x4 != null) {
1267
- this.c2.x4.y5 = this.c2.x3;
1266
+ if (this.c2.x5 != null) {
1267
+ this.c2.x5.y6 = this.c2.x4;
1268
1268
  }
1269
1269
  };
1270
1270
  GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
@@ -1286,8 +1286,8 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1286
1286
  _this.fp = NaN;
1287
1287
  _this.fz = Rect.empty;
1288
1288
  _this.fn = a;
1289
- _this.fn.wj = 2;
1290
- _this.fn.jg = 5E-06;
1289
+ _this.fn.wk = 2;
1290
+ _this.fn.jh = 5E-06;
1291
1291
  return _this;
1292
1292
  }
1293
1293
  XamGeographicMapView.prototype.m = function (a) {
@@ -1295,7 +1295,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1295
1295
  };
1296
1296
  XamGeographicMapView.prototype.bk = function (a) {
1297
1297
  this.j.bw(a);
1298
- this.fn.zh(a);
1298
+ this.fn.zi(a);
1299
1299
  this.el();
1300
1300
  };
1301
1301
  XamGeographicMapView.prototype.get_ap = function () {
@@ -1358,13 +1358,13 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1358
1358
  }
1359
1359
  };
1360
1360
  XamGeographicMapView.prototype.fr = function (a) {
1361
- if (this.fn.yh != null) {
1362
- this.fn.yh.windowRect = a;
1361
+ if (this.fn.yi != null) {
1362
+ this.fn.yi.windowRect = a;
1363
1363
  }
1364
1364
  };
1365
1365
  XamGeographicMapView.prototype.fu = function (a, b) {
1366
- if (this.fn.yh != null) {
1367
- this.fn.yh.windowRect = this.fn.xm;
1366
+ if (this.fn.yi != null) {
1367
+ this.fn.yi.windowRect = this.fn.xn;
1368
1368
  }
1369
1369
  if (a != null) {
1370
1370
  var c = a.ao;
@@ -1391,7 +1391,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
1391
1391
  }
1392
1392
  };
1393
1393
  XamGeographicMapView.prototype.ft = function (a) {
1394
- var b = this.fn.h2;
1394
+ var b = this.fn.h3;
1395
1395
  if (b != 1) {
1396
1396
  a.aa();
1397
1397
  a.ab(b, b);
@@ -1474,38 +1474,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
1474
1474
  GeographicXYTriangulatingSeries.prototype.ct = function () {
1475
1475
  return new GeographicXYTriangulatingSeriesView(this);
1476
1476
  };
1477
- GeographicXYTriangulatingSeries.prototype.q7 = function (a) {
1478
- _super.prototype.q7.call(this, a);
1479
- this.xi = a;
1477
+ GeographicXYTriangulatingSeries.prototype.q8 = function (a) {
1478
+ _super.prototype.q8.call(this, a);
1479
+ this.xj = a;
1480
1480
  };
1481
- GeographicXYTriangulatingSeries.prototype.rg = function (a, b, c, d) {
1482
- _super.prototype.rg.call(this, a, b, c, d);
1481
+ GeographicXYTriangulatingSeries.prototype.rh = function (a, b, c, d) {
1482
+ _super.prototype.rh.call(this, a, b, c, d);
1483
1483
  switch (b) {
1484
1484
  case "SeriesViewer":
1485
- this.xi.cx();
1485
+ this.xj.cx();
1486
1486
  break;
1487
1487
  case GeographicXYTriangulatingSeries.$$p[1]:
1488
- this.xi.cw();
1488
+ this.xj.cw();
1489
1489
  break;
1490
1490
  case GeographicXYTriangulatingSeries.$$p[0]:
1491
- this.xi.cv();
1491
+ this.xj.cv();
1492
1492
  break;
1493
1493
  case GeographicXYTriangulatingSeries.$$p[5]:
1494
- this.xi.cy();
1494
+ this.xj.cy();
1495
1495
  break;
1496
1496
  case GeographicXYTriangulatingSeries.$$p[2]:
1497
- this.xi.cz();
1497
+ this.xj.cz();
1498
1498
  break;
1499
1499
  case GeographicXYTriangulatingSeries.$$p[3]:
1500
- this.xi.c0();
1500
+ this.xj.c0();
1501
1501
  break;
1502
1502
  case GeographicXYTriangulatingSeries.$$p[4]:
1503
- this.xi.c1();
1503
+ this.xj.c1();
1504
1504
  break;
1505
1505
  }
1506
1506
  };
1507
1507
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1508
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xk:xv', [2, "pointY"], 'LongitudeMemberPath:xm:xw', [2, "pointX"], 'TriangleVertexMemberPath1:xp:xy', [2, "v1"], 'TriangleVertexMemberPath2:xr:xz', [2, "v2"], 'TriangleVertexMemberPath3:xt:x0', [2, "v3"], 'TrianglesSource:xj:xx', [IEnumerable_$type, null]]);
1508
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xl:xw', [2, "pointY"], 'LongitudeMemberPath:xn:xx', [2, "pointX"], 'TriangleVertexMemberPath1:xq:xz', [2, "v1"], 'TriangleVertexMemberPath2:xs:x0', [2, "v2"], 'TriangleVertexMemberPath3:xu:x1', [2, "v3"], 'TrianglesSource:xk:xy', [IEnumerable_$type, null]]);
1509
1509
  return GeographicXYTriangulatingSeries;
1510
1510
  }(GeographicMapSeriesHost));
1511
1511
  export { GeographicXYTriangulatingSeries };
@@ -1516,7 +1516,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1516
1516
  __extends(GeographicScatterAreaSeries, _super);
1517
1517
  function GeographicScatterAreaSeries() {
1518
1518
  var _this = _super.call(this) || this;
1519
- _this.x1 = null;
1519
+ _this.x2 = null;
1520
1520
  _this.triangulationStatusChanged = null;
1521
1521
  _this.ab = GeographicScatterAreaSeries.$;
1522
1522
  return _this;
@@ -1527,53 +1527,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1527
1527
  GeographicScatterAreaSeries.prototype.get_ew = function () {
1528
1528
  return true;
1529
1529
  };
1530
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "x3", {
1530
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "x4", {
1531
1531
  get: function () {
1532
- return this.x1;
1532
+ return this.x2;
1533
1533
  },
1534
1534
  set: function (a) {
1535
- var b = this.x1 != a;
1535
+ var b = this.x2 != a;
1536
1536
  if (b) {
1537
- var c = this.x1;
1538
- if (this.x1 != null) {
1539
- var d = this.x1;
1540
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yb));
1537
+ var c = this.x2;
1538
+ if (this.x2 != null) {
1539
+ var d = this.x2;
1540
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yc));
1541
1541
  }
1542
- this.x1 = a;
1543
- if (this.x1 != null) {
1544
- var e = this.x1;
1545
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yb));
1542
+ this.x2 = a;
1543
+ if (this.x2 != null) {
1544
+ var e = this.x2;
1545
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yc));
1546
1546
  }
1547
- this.raisePropertyChanged("ColorScale", c, this.x1);
1548
- if (this.x4 != null) {
1549
- this.x4.y5 = a;
1547
+ this.raisePropertyChanged("ColorScale", c, this.x2);
1548
+ if (this.x5 != null) {
1549
+ this.x5.y6 = a;
1550
1550
  }
1551
1551
  }
1552
1552
  },
1553
1553
  enumerable: false,
1554
1554
  configurable: true
1555
1555
  });
1556
- GeographicScatterAreaSeries.prototype.yb = function (a, b) {
1557
- this.x6.c4();
1558
- this.yd();
1559
- this.ry(false);
1556
+ GeographicScatterAreaSeries.prototype.yc = function (a, b) {
1557
+ this.x7.c4();
1558
+ this.ye();
1559
+ this.rz(false);
1560
1560
  };
1561
- GeographicScatterAreaSeries.prototype.yd = function () {
1562
- if (this.x4 != null) {
1563
- this.x2 = this.x4.y4;
1561
+ GeographicScatterAreaSeries.prototype.ye = function () {
1562
+ if (this.x5 != null) {
1563
+ this.x3 = this.x5.y5;
1564
1564
  }
1565
1565
  };
1566
- GeographicScatterAreaSeries.prototype.sp = function () {
1567
- _super.prototype.sp.call(this);
1568
- this.yd();
1566
+ GeographicScatterAreaSeries.prototype.sq = function () {
1567
+ _super.prototype.sq.call(this);
1568
+ this.ye();
1569
1569
  };
1570
- GeographicScatterAreaSeries.prototype.w9 = function () {
1571
- this.x4 = new ScatterAreaSeries();
1572
- var a = this.x4;
1573
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yc));
1574
- return this.x4;
1570
+ GeographicScatterAreaSeries.prototype.xa = function () {
1571
+ this.x5 = new ScatterAreaSeries();
1572
+ var a = this.x5;
1573
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yd));
1574
+ return this.x5;
1575
1575
  };
1576
- GeographicScatterAreaSeries.prototype.yc = function (a, b) {
1576
+ GeographicScatterAreaSeries.prototype.yd = function (a, b) {
1577
1577
  if (this.triangulationStatusChanged != null) {
1578
1578
  this.triangulationStatusChanged(this, b);
1579
1579
  }
@@ -1581,19 +1581,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1581
1581
  GeographicScatterAreaSeries.prototype.ct = function () {
1582
1582
  return new GeographicScatterAreaSeriesView(this);
1583
1583
  };
1584
- GeographicScatterAreaSeries.prototype.q7 = function (a) {
1585
- _super.prototype.q7.call(this, a);
1586
- this.x6 = a;
1584
+ GeographicScatterAreaSeries.prototype.q8 = function (a) {
1585
+ _super.prototype.q8.call(this, a);
1586
+ this.x7 = a;
1587
1587
  };
1588
- GeographicScatterAreaSeries.prototype.rg = function (a, b, c, d) {
1589
- _super.prototype.rg.call(this, a, b, c, d);
1588
+ GeographicScatterAreaSeries.prototype.rh = function (a, b, c, d) {
1589
+ _super.prototype.rh.call(this, a, b, c, d);
1590
1590
  switch (b) {
1591
1591
  case GeographicScatterAreaSeries.$$p[1]:
1592
- this.x6.c3();
1592
+ this.x7.c3();
1593
1593
  break;
1594
1594
  case "ColorScale":
1595
- this.x6.c4();
1596
- this.yd();
1595
+ this.x7.c4();
1596
+ this.ye();
1597
1597
  break;
1598
1598
  }
1599
1599
  };
@@ -1604,7 +1604,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1604
1604
  _super.prototype.set_g8.call(this, a);
1605
1605
  };
1606
1606
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1607
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:x2:ye', [ColorScale.$, null], 'ColorMemberPath:x8:yf', [2, "value"]]);
1607
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:x3:yf', [ColorScale.$, null], 'ColorMemberPath:x9:yg', [2, "value"]]);
1608
1608
  return GeographicScatterAreaSeries;
1609
1609
  }(GeographicXYTriangulatingSeries));
1610
1610
  export { GeographicScatterAreaSeries };