igniteui-webcomponents-maps 4.3.2 → 4.3.3-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/License +1 -1
  2. package/bundles/igniteui-webcomponents-maps.umd.js +471 -453
  3. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +3 -3
  6. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
  7. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +2 -2
  8. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +4 -4
  9. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  10. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  11. package/esm2015/lib/TileSeries_combined.js +1 -1
  12. package/esm2015/lib/XamGeographicMap_combined.js +387 -387
  13. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  14. package/esm2015/lib/igc-geographic-map-imagery.js +6 -0
  15. package/esm2015/lib/igc-image-tiles-ready-event-args.js +6 -0
  16. package/esm2015/lib/igc-images-changed-event-args.js +6 -0
  17. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
  18. package/esm5/lib/GeographicMapSeriesHost_combined.js +3 -3
  19. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
  20. package/esm5/lib/GeographicShapeSeriesBase_combined.js +2 -2
  21. package/esm5/lib/GeographicSymbolSeriesView_combined.js +4 -4
  22. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  23. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  24. package/esm5/lib/TileSeries_combined.js +1 -1
  25. package/esm5/lib/XamGeographicMap_combined.js +381 -381
  26. package/esm5/lib/igc-geographic-map-component.js +50 -50
  27. package/esm5/lib/igc-geographic-map-imagery.js +6 -0
  28. package/esm5/lib/igc-image-tiles-ready-event-args.js +6 -0
  29. package/esm5/lib/igc-images-changed-event-args.js +6 -0
  30. package/fesm2015/igniteui-webcomponents-maps.js +477 -459
  31. package/fesm5/igniteui-webcomponents-maps.js +471 -453
  32. package/lib/XamGeographicMap_combined.d.ts +85 -85
  33. package/package.json +3 -3
@@ -190,8 +190,8 @@ var SphericalMercatorVerticalScaler = /** @class */ /*@__PURE__*/ (function (_su
190
190
  }
191
191
  };
192
192
  SphericalMercatorVerticalScaler.prototype.t = function (a, b, c, d, e) {
193
- d = this.ak(a.l4);
194
- e = this.ak(a.l3);
193
+ d = this.ak(a.l5);
194
+ e = this.ak(a.l4);
195
195
  return {
196
196
  p3: d,
197
197
  p4: e
@@ -366,8 +366,8 @@ var SphericalMercatorHorizontalScaler = /** @class */ /*@__PURE__*/ (function (_
366
366
  }
367
367
  };
368
368
  SphericalMercatorHorizontalScaler.prototype.t = function (a, b, c, d, e) {
369
- d = a.l4;
370
- e = a.l3;
369
+ d = a.l5;
370
+ e = a.l4;
371
371
  return {
372
372
  p3: d,
373
373
  p4: e
@@ -609,10 +609,10 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
609
609
  case "SeriesViewer":
610
610
  this.qe.ce = this.ce;
611
611
  if (c != null) {
612
- c.oq(this.qe);
612
+ c.oz(this.qe);
613
613
  }
614
614
  if (d != null) {
615
- this.ce.ll(this.qe);
615
+ this.ce.lo(this.qe);
616
616
  }
617
617
  this.qe.mc(this.p7);
618
618
  this.qe.index = this.index;
@@ -711,7 +711,7 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
711
711
  return;
712
712
  }
713
713
  if (!isNaN_(this.qg)) {
714
- if (this.ce.ta.width > this.qg) {
714
+ if (this.ce.tj.width > this.qg) {
715
715
  var hs_ = this.qe;
716
716
  var v_ = 1;
717
717
  hs_.visibility = v_;
@@ -873,103 +873,103 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
873
873
  __extends(XamGeographicMap, _super);
874
874
  function XamGeographicMap() {
875
875
  var _this = _super.call(this) || this;
876
- _this.um = null;
877
- _this.ub = false;
878
- _this.t3 = 1;
879
- _this.ui = 0;
880
- _this.vt = null;
881
- _this.t0 = null;
882
- _this.tw = null;
883
- _this.ty = null;
884
- _this.t2 = null;
885
- _this.vp = { $type: Point_$type, x: NaN, y: NaN };
886
- _this.vw = null;
887
- _this.uh = 1;
876
+ _this.uv = null;
877
+ _this.uk = false;
878
+ _this.uc = 1;
879
+ _this.ur = 0;
880
+ _this.v2 = null;
881
+ _this.t9 = null;
882
+ _this.t5 = null;
883
+ _this.t7 = null;
884
+ _this.ub = null;
885
+ _this.vy = { $type: Point_$type, x: NaN, y: NaN };
886
+ _this.v5 = null;
887
+ _this.uq = 1;
888
888
  _this.imageTilesReady = null;
889
- _this.ua = null;
890
- _this.vv = Rect.empty;
891
- _this.ui = SphericalMercatorVerticalScaler.am(XamGeographicMap.vu.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.vu.top);
889
+ _this.uj = null;
890
+ _this.v4 = Rect.empty;
891
+ _this.ur = SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.top);
892
892
  _this.ab = XamGeographicMap.$;
893
893
  _this.backgroundContent = new OpenStreetMapImagery();
894
894
  var a = ((function () {
895
895
  var $ret = new NumericXAxis();
896
- $ret.bh = _this;
896
+ $ret.bi = _this;
897
897
  return $ret;
898
898
  })());
899
- a.ce = true;
900
- _this.tx = a;
901
- _this.tx.nk = new SphericalMercatorHorizontalScaler();
899
+ a.cf = true;
900
+ _this.t6 = a;
901
+ _this.t6.nl = new SphericalMercatorHorizontalScaler();
902
902
  var b = ((function () {
903
903
  var $ret = new NumericYAxis();
904
- $ret.bh = _this;
904
+ $ret.bi = _this;
905
905
  return $ret;
906
906
  })());
907
- b.ce = true;
908
- _this.tz = b;
909
- _this.tz.nk = new SphericalMercatorVerticalScaler();
910
- _this.u4();
911
- _this.vb();
912
- _this.l4();
907
+ b.cf = true;
908
+ _this.t8 = b;
909
+ _this.t8.nl = new SphericalMercatorVerticalScaler();
910
+ _this.vd();
911
+ _this.vk();
912
+ _this.ma();
913
913
  return _this;
914
914
  }
915
915
  XamGeographicMap.prototype.provideContainer = function (a) {
916
916
  _super.prototype.provideContainer.call(this, a);
917
- this.tx.provideRenderer(a);
918
- this.tz.provideRenderer(a);
917
+ this.t6.provideRenderer(a);
918
+ this.t8.provideRenderer(a);
919
919
  };
920
- XamGeographicMap.prototype.l4 = function () {
921
- _super.prototype.l4.call(this);
922
- this.t9.fv(this.gd);
923
- };
924
- XamGeographicMap.prototype.er = function () {
925
- return this.uf;
920
+ XamGeographicMap.prototype.ma = function () {
921
+ _super.prototype.ma.call(this);
922
+ this.ui.fv(this.gf);
926
923
  };
927
924
  XamGeographicMap.prototype.es = function () {
928
- return this.uf;
925
+ return this.uo;
926
+ };
927
+ XamGeographicMap.prototype.et = function () {
928
+ return this.uo;
929
929
  };
930
- XamGeographicMap.prototype.t6 = function () {
931
- if (this.t4 == 0) {
932
- if (this.ub) {
930
+ XamGeographicMap.prototype.uf = function () {
931
+ if (this.ud == 0) {
932
+ if (this.uk) {
933
933
  return 2;
934
934
  }
935
935
  }
936
936
  return 1;
937
937
  };
938
- Object.defineProperty(XamGeographicMap.prototype, "t5", {
938
+ Object.defineProperty(XamGeographicMap.prototype, "ue", {
939
939
  get: function () {
940
- return this.t3;
940
+ return this.uc;
941
941
  },
942
942
  set: function (a) {
943
- this.t3 = a;
943
+ this.uc = a;
944
944
  },
945
945
  enumerable: false,
946
946
  configurable: true
947
947
  });
948
- Object.defineProperty(XamGeographicMap.prototype, "vy", {
948
+ Object.defineProperty(XamGeographicMap.prototype, "v7", {
949
949
  get: function () {
950
- return this.vt;
950
+ return this.v2;
951
951
  },
952
952
  set: function (a) {
953
- var b = Rect.l_op_Inequality(this.vt, a);
953
+ var b = Rect.l_op_Inequality(this.v2, a);
954
954
  if (b) {
955
- var c = this.vt;
956
- this.vt = a;
957
- this.n9("ActualWorldRect", c, a);
955
+ var c = this.v2;
956
+ this.v2 = a;
957
+ this.oi("ActualWorldRect", c, a);
958
958
  }
959
959
  },
960
960
  enumerable: false,
961
961
  configurable: true
962
962
  });
963
- XamGeographicMap.prototype.v2 = function () {
964
- return this.vy;
963
+ XamGeographicMap.prototype.wb = function () {
964
+ return this.v7;
965
965
  };
966
- XamGeographicMap.prototype.u4 = function () {
967
- if (this.wa.isEmpty) {
966
+ XamGeographicMap.prototype.vd = function () {
967
+ if (this.wj.isEmpty) {
968
968
  return;
969
969
  }
970
- this.vy = this.v8(this.wa, this.cd == 1);
970
+ this.v7 = this.wh(this.wj, this.cd == 1);
971
971
  };
972
- XamGeographicMap.prototype.v8 = function (a, b) {
972
+ XamGeographicMap.prototype.wh = function (a, b) {
973
973
  var c = a.top;
974
974
  var d = a.left;
975
975
  var e = a.width;
@@ -977,25 +977,25 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
977
977
  var g = SphericalMercatorVerticalScaler.am(a.bottom);
978
978
  var h = SphericalMercatorVerticalScaler.am(a.top);
979
979
  var i = g - h;
980
- var j = a.width / XamGeographicMap.vu.width;
981
- var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.vu.top);
980
+ var j = a.width / XamGeographicMap.v3.width;
981
+ var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.v3.top);
982
982
  var l = i / j;
983
- if (i / j > this.ui) {
984
- var m = i / this.ui;
983
+ if (i / j > this.ur) {
984
+ var m = i / this.ur;
985
985
  var n = m - j;
986
- d = d - (n / 2) * XamGeographicMap.vu.width;
987
- e = m * XamGeographicMap.vu.width;
986
+ d = d - (n / 2) * XamGeographicMap.v3.width;
987
+ e = m * XamGeographicMap.v3.width;
988
988
  if (b) {
989
- if (d < XamGeographicMap.vu.left) {
990
- d += (XamGeographicMap.vu.left - d);
989
+ if (d < XamGeographicMap.v3.left) {
990
+ d += (XamGeographicMap.v3.left - d);
991
991
  }
992
- else if ((d + e) > XamGeographicMap.vu.right) {
993
- d -= ((d + e) - XamGeographicMap.vu.right);
992
+ else if ((d + e) > XamGeographicMap.v3.right) {
993
+ d -= ((d + e) - XamGeographicMap.v3.right);
994
994
  }
995
995
  }
996
996
  }
997
- else if (i / j < this.ui) {
998
- var o = this.ui * j;
997
+ else if (i / j < this.ur) {
998
+ var o = this.ur * j;
999
999
  var p = o - i;
1000
1000
  var q = h - (p / 2);
1001
1001
  var r = g + (p / 2);
@@ -1004,9 +1004,9 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1004
1004
  q += (k - q);
1005
1005
  r += (k - q);
1006
1006
  }
1007
- else if (r > (k + this.ui)) {
1008
- q -= ((r) - (k + this.ui));
1009
- r -= ((r) - (k + this.ui));
1007
+ else if (r > (k + this.ur)) {
1008
+ q -= ((r) - (k + this.ur));
1009
+ r -= ((r) - (k + this.ur));
1010
1010
  }
1011
1011
  }
1012
1012
  c = SphericalMercatorVerticalScaler.aq(q);
@@ -1017,44 +1017,44 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1017
1017
  };
1018
1018
  Object.defineProperty(XamGeographicMap.prototype, "backgroundContent", {
1019
1019
  get: function () {
1020
- return this.t0;
1020
+ return this.t9;
1021
1021
  },
1022
1022
  set: function (a) {
1023
1023
  var b = a != this.backgroundContent;
1024
1024
  if (b) {
1025
1025
  var c = this.backgroundContent;
1026
- this.t0 = a;
1027
- this.n9("BackgroundContent", c, a);
1026
+ this.t9 = a;
1027
+ this.oi("BackgroundContent", c, a);
1028
1028
  }
1029
1029
  },
1030
1030
  enumerable: false,
1031
1031
  configurable: true
1032
1032
  });
1033
- Object.defineProperty(XamGeographicMap.prototype, "tx", {
1033
+ Object.defineProperty(XamGeographicMap.prototype, "t6", {
1034
1034
  get: function () {
1035
- return this.tw;
1035
+ return this.t5;
1036
1036
  },
1037
1037
  set: function (a) {
1038
- var b = a != this.tx;
1038
+ var b = a != this.t6;
1039
1039
  if (b) {
1040
- var c = this.tx;
1041
- this.tw = a;
1042
- this.n9("XAxis", c, a);
1040
+ var c = this.t6;
1041
+ this.t5 = a;
1042
+ this.oi("XAxis", c, a);
1043
1043
  }
1044
1044
  },
1045
1045
  enumerable: false,
1046
1046
  configurable: true
1047
1047
  });
1048
- Object.defineProperty(XamGeographicMap.prototype, "tz", {
1048
+ Object.defineProperty(XamGeographicMap.prototype, "t8", {
1049
1049
  get: function () {
1050
- return this.ty;
1050
+ return this.t7;
1051
1051
  },
1052
1052
  set: function (a) {
1053
- var b = a != this.tz;
1053
+ var b = a != this.t8;
1054
1054
  if (b) {
1055
- var c = this.tz;
1056
- this.ty = a;
1057
- this.n9("YAxis", c, a);
1055
+ var c = this.t8;
1056
+ this.t7 = a;
1057
+ this.oi("YAxis", c, a);
1058
1058
  }
1059
1059
  },
1060
1060
  enumerable: false,
@@ -1063,41 +1063,41 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1063
1063
  XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
1064
1064
  return this.getZoomFromGeographicRect(a);
1065
1065
  };
1066
- XamGeographicMap.prototype.ve = function (a) {
1067
- this.tq = a;
1066
+ XamGeographicMap.prototype.vn = function (a) {
1067
+ this.tz = a;
1068
1068
  };
1069
- XamGeographicMap.prototype.vd = function (a) {
1070
- this.wa = a;
1069
+ XamGeographicMap.prototype.vm = function (a) {
1070
+ this.wj = a;
1071
1071
  };
1072
1072
  XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
1073
- return this.v0(a, true, 0);
1073
+ return this.v9(a, true, 0);
1074
1074
  };
1075
- XamGeographicMap.prototype.vz = function (a, b) {
1076
- return this.v0(a, false, b);
1075
+ XamGeographicMap.prototype.v8 = function (a, b) {
1076
+ return this.v9(a, false, b);
1077
1077
  };
1078
- XamGeographicMap.prototype.v0 = function (a, b, c) {
1078
+ XamGeographicMap.prototype.v9 = function (a, b, c) {
1079
1079
  var d = a;
1080
1080
  if (b) {
1081
- d = this.v8(a, false);
1082
- }
1083
- var e = this.tx;
1084
- var f = this.tz;
1085
- var g = new ScalerParams(1, XamGeographicMap.vx, this.tp, e.cg);
1086
- g.c = this.te;
1087
- var h = new ScalerParams(1, XamGeographicMap.vx, this.tp, f.cg);
1088
- h.c = this.te;
1089
- var i = this.tx.ei(d.left, g);
1090
- var j = this.tx.ei(d.right, g);
1091
- var k = this.tz.ei(d.top, h);
1092
- var l = this.tz.ei(d.bottom, h);
1093
- var m = (i - c) / this.tp.width;
1094
- var n = (l - c) / this.tp.height;
1095
- var o = (j - i + (c * 2)) / this.tp.width;
1096
- var p = (k - l + (c * 2)) / this.tp.height;
1081
+ d = this.wh(a, false);
1082
+ }
1083
+ var e = this.t6;
1084
+ var f = this.t8;
1085
+ var g = new ScalerParams(1, XamGeographicMap.v6, this.ty, e.ch);
1086
+ g.c = this.tn;
1087
+ var h = new ScalerParams(1, XamGeographicMap.v6, this.ty, f.ch);
1088
+ h.c = this.tn;
1089
+ var i = this.t6.ej(d.left, g);
1090
+ var j = this.t6.ej(d.right, g);
1091
+ var k = this.t8.ej(d.top, h);
1092
+ var l = this.t8.ej(d.bottom, h);
1093
+ var m = (i - c) / this.ty.width;
1094
+ var n = (l - c) / this.ty.height;
1095
+ var o = (j - i + (c * 2)) / this.ty.width;
1096
+ var p = (k - l + (c * 2)) / this.ty.height;
1097
1097
  var q = new Rect(0, m, n, o, p);
1098
- q.intersect(XamGeographicMap.vx);
1098
+ q.intersect(XamGeographicMap.v6);
1099
1099
  if (q.isEmpty) {
1100
- q = XamGeographicMap.vx;
1100
+ q = XamGeographicMap.v6;
1101
1101
  }
1102
1102
  return q;
1103
1103
  };
@@ -1107,63 +1107,63 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1107
1107
  var e = b.x - a.x;
1108
1108
  var f = a.y - b.y;
1109
1109
  if (e < 0 || f < 0) {
1110
- return XamGeographicMap.vx;
1110
+ return XamGeographicMap.v6;
1111
1111
  }
1112
1112
  else {
1113
1113
  var g = new Rect(0, c, d, e, f);
1114
1114
  return this.getZoomFromGeographicRect(g);
1115
1115
  }
1116
1116
  };
1117
- XamGeographicMap.prototype.v4 = function (a) {
1118
- var b = this.tx;
1119
- var c = this.tz;
1120
- var d = new ScalerParams(1, a, this.tp, b.cg);
1121
- d.c = this.te;
1122
- var e = new ScalerParams(1, a, this.tp, c.cg);
1123
- e.c = this.te;
1124
- var f = this.td;
1125
- var g = b.el(f.left, d);
1126
- var h = c.el(f.top, e);
1127
- var i = b.el(f.right, d);
1128
- var j = c.el(f.bottom, e);
1117
+ XamGeographicMap.prototype.wd = function (a) {
1118
+ var b = this.t6;
1119
+ var c = this.t8;
1120
+ var d = new ScalerParams(1, a, this.ty, b.ch);
1121
+ d.c = this.tn;
1122
+ var e = new ScalerParams(1, a, this.ty, c.ch);
1123
+ e.c = this.tn;
1124
+ var f = this.tm;
1125
+ var g = b.em(f.left, d);
1126
+ var h = c.em(f.top, e);
1127
+ var i = b.em(f.right, d);
1128
+ var j = c.em(f.bottom, e);
1129
1129
  var k = i - g;
1130
1130
  var l = h - j;
1131
1131
  var m = new Rect(0, g, j, k, l);
1132
1132
  if (this.cd == 1) {
1133
- m.intersect(XamGeographicMap.vu);
1133
+ m.intersect(XamGeographicMap.v3);
1134
1134
  if (m.isEmpty) {
1135
- m = XamGeographicMap.vu;
1135
+ m = XamGeographicMap.v3;
1136
1136
  }
1137
1137
  }
1138
1138
  return m;
1139
1139
  };
1140
- XamGeographicMap.prototype.vq = function (a) {
1141
- var b = this.tx.l7(a.x);
1142
- var c = this.tz.l7(a.y);
1140
+ XamGeographicMap.prototype.vz = function (a) {
1141
+ var b = this.t6.l8(a.x);
1142
+ var c = this.t8.l8(a.y);
1143
1143
  return { $type: Point_$type, x: b, y: c };
1144
1144
  };
1145
- XamGeographicMap.prototype.vr = function (a) {
1146
- var b = this.tx.e3(a.x);
1147
- var c = this.tz.e3(a.y);
1145
+ XamGeographicMap.prototype.v0 = function (a) {
1146
+ var b = this.t6.e4(a.x);
1147
+ var c = this.t8.e4(a.y);
1148
1148
  return { $type: Point_$type, x: b, y: c };
1149
1149
  };
1150
- XamGeographicMap.prototype.vs = function (a) {
1151
- return this.vr(a);
1150
+ XamGeographicMap.prototype.v1 = function (a) {
1151
+ return this.v0(a);
1152
1152
  };
1153
- XamGeographicMap.prototype.u1 = function () {
1153
+ XamGeographicMap.prototype.va = function () {
1154
1154
  var a = typeCast(GeographicMapImagery.$, this.backgroundContent);
1155
1155
  if (a != null) {
1156
1156
  a.clearTileCache();
1157
1157
  }
1158
1158
  };
1159
- XamGeographicMap.prototype.u7 = function (a) {
1159
+ XamGeographicMap.prototype.vg = function (a) {
1160
1160
  };
1161
- XamGeographicMap.prototype.fg = function () {
1161
+ XamGeographicMap.prototype.fh = function () {
1162
1162
  return true;
1163
1163
  };
1164
- XamGeographicMap.prototype.u9 = function () {
1164
+ XamGeographicMap.prototype.vi = function () {
1165
1165
  var e_1, _a;
1166
- this.t9.ee();
1166
+ this.ui.ee();
1167
1167
  try {
1168
1168
  for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
1169
1169
  var a = _c.value;
@@ -1184,128 +1184,128 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1184
1184
  }
1185
1185
  }
1186
1186
  };
1187
- XamGeographicMap.prototype.vc = function () {
1188
- if (this.t8 == 2) {
1189
- if (!this.tp.isEmpty && this.tp.width > 0 && this.tp.height > 0) {
1190
- var a = this.tx.l7(this.tp.left + (this.tp.width / 2));
1191
- var b = this.tz.l7(this.tp.top + (this.tp.height / 2));
1192
- this.vp = { $type: Point_$type, x: a, y: b };
1187
+ XamGeographicMap.prototype.vl = function () {
1188
+ if (this.uh == 2) {
1189
+ if (!this.ty.isEmpty && this.ty.width > 0 && this.ty.height > 0) {
1190
+ var a = this.t6.l8(this.ty.left + (this.ty.width / 2));
1191
+ var b = this.t8.l8(this.ty.top + (this.ty.height / 2));
1192
+ this.vy = { $type: Point_$type, x: a, y: b };
1193
1193
  }
1194
1194
  }
1195
1195
  else {
1196
- if (!this.tp.isEmpty && this.tp.width > 0 && this.tp.height > 0) {
1197
- var c = this.tx.l7(this.tp.left);
1198
- var d = this.tz.l7(this.tp.top);
1199
- this.vp = { $type: Point_$type, x: c, y: d };
1196
+ if (!this.ty.isEmpty && this.ty.width > 0 && this.ty.height > 0) {
1197
+ var c = this.t6.l8(this.ty.left);
1198
+ var d = this.t8.l8(this.ty.top);
1199
+ this.vy = { $type: Point_$type, x: c, y: d };
1200
1200
  }
1201
1201
  }
1202
1202
  };
1203
- XamGeographicMap.prototype.u8 = function () {
1204
- if (isNaN_(this.vp.x) || isNaN_(this.vp.y)) {
1205
- this.vc();
1203
+ XamGeographicMap.prototype.vh = function () {
1204
+ if (isNaN_(this.vy.x) || isNaN_(this.vy.y)) {
1205
+ this.vl();
1206
1206
  }
1207
- var a = this.vp.x;
1208
- var b = this.vp.y;
1207
+ var a = this.vy.x;
1208
+ var b = this.vy.y;
1209
1209
  if (!isNaN_(a) && !isNaN_(b)) {
1210
- var c = this.ta.left;
1211
- var d = this.ta.top;
1212
- var e = this.ta.width;
1213
- var f = this.ta.height;
1214
- if (e > this.vw.width) {
1210
+ var c = this.tj.left;
1211
+ var d = this.tj.top;
1212
+ var e = this.tj.width;
1213
+ var f = this.tj.height;
1214
+ if (e > this.v5.width) {
1215
1215
  }
1216
1216
  else {
1217
- var g = new ScalerParams(1, XamGeographicMap.vx, this.tp, this.tx.cg);
1218
- g.c = this.te;
1219
- var h = this.tx.ei(a, g);
1220
- if (this.t8 == 2) {
1221
- var i = h / this.tp.width;
1217
+ var g = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t6.ch);
1218
+ g.c = this.tn;
1219
+ var h = this.t6.ej(a, g);
1220
+ if (this.uh == 2) {
1221
+ var i = h / this.ty.width;
1222
1222
  c = i - (e / 2);
1223
1223
  }
1224
1224
  else {
1225
- c = h / this.tp.width;
1225
+ c = h / this.ty.width;
1226
1226
  }
1227
- if (c + e > this.vw.right) {
1228
- c = this.vw.right - e;
1227
+ if (c + e > this.v5.right) {
1228
+ c = this.v5.right - e;
1229
1229
  }
1230
- else if (c < this.vw.left) {
1231
- c = this.vw.left;
1230
+ else if (c < this.v5.left) {
1231
+ c = this.v5.left;
1232
1232
  }
1233
1233
  }
1234
- if (f > this.vw.height) {
1234
+ if (f > this.v5.height) {
1235
1235
  }
1236
1236
  else {
1237
- var j = new ScalerParams(1, XamGeographicMap.vx, this.tp, this.tz.cg);
1238
- j.c = this.te;
1239
- var k = this.tz.ei(b, j);
1240
- if (this.t8 == 2) {
1241
- var l = k / this.tp.height;
1237
+ var j = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t8.ch);
1238
+ j.c = this.tn;
1239
+ var k = this.t8.ej(b, j);
1240
+ if (this.uh == 2) {
1241
+ var l = k / this.ty.height;
1242
1242
  d = l - (f / 2);
1243
1243
  }
1244
1244
  else {
1245
- d = k / this.tp.height;
1245
+ d = k / this.ty.height;
1246
1246
  }
1247
- if (d + f > this.vw.bottom) {
1248
- d = this.vw.bottom - f;
1247
+ if (d + f > this.v5.bottom) {
1248
+ d = this.v5.bottom - f;
1249
1249
  }
1250
- else if (d < this.vw.top) {
1251
- d = this.vw.top;
1250
+ else if (d < this.v5.top) {
1251
+ d = this.v5.top;
1252
1252
  }
1253
1253
  }
1254
- this.pi(new Rect(0, c, d, e, f), false);
1254
+ this.pr(new Rect(0, c, d, e, f), false);
1255
1255
  }
1256
1256
  };
1257
- XamGeographicMap.prototype.get_ej = function () {
1257
+ XamGeographicMap.prototype.get_ek = function () {
1258
1258
  return true;
1259
1259
  };
1260
- XamGeographicMap.prototype.tb = function () {
1261
- var a = _super.prototype.tb.call(this);
1262
- if (this.tx == null || this.tz == null) {
1260
+ XamGeographicMap.prototype.tk = function () {
1261
+ var a = _super.prototype.tk.call(this);
1262
+ if (this.t6 == null || this.t8 == null) {
1263
1263
  return a;
1264
1264
  }
1265
- this.tl();
1265
+ this.tu();
1266
1266
  var b = a.left;
1267
1267
  var c = a.top;
1268
1268
  if (this.cd == 1) {
1269
- if (this.tq.width > this.vw.width) {
1270
- b = 0.5 - (this.tq.width / 2);
1269
+ if (this.tz.width > this.v5.width) {
1270
+ b = 0.5 - (this.tz.width / 2);
1271
1271
  }
1272
- else if (b + a.width > this.vw.right) {
1273
- b = this.vw.right - this.tq.width;
1272
+ else if (b + a.width > this.v5.right) {
1273
+ b = this.v5.right - this.tz.width;
1274
1274
  }
1275
- else if (b < this.vw.left) {
1276
- b = this.vw.left;
1275
+ else if (b < this.v5.left) {
1276
+ b = this.v5.left;
1277
1277
  }
1278
- if (this.tq.height > this.vw.height) {
1279
- c = 0.5 - (this.tq.height / 2);
1278
+ if (this.tz.height > this.v5.height) {
1279
+ c = 0.5 - (this.tz.height / 2);
1280
1280
  }
1281
- else if (c + this.tq.height > this.vw.bottom) {
1282
- c = this.vw.bottom - this.tq.height;
1281
+ else if (c + this.tz.height > this.v5.bottom) {
1282
+ c = this.v5.bottom - this.tz.height;
1283
1283
  }
1284
- else if (c < this.vw.top) {
1285
- c = this.vw.top;
1284
+ else if (c < this.v5.top) {
1285
+ c = this.v5.top;
1286
1286
  }
1287
1287
  }
1288
1288
  var d = false;
1289
- if (!this.ue && this.cd == 2 && this.ub) {
1289
+ if (!this.un && this.cd == 2 && this.uk) {
1290
1290
  if (b > 1) {
1291
1291
  b = (b - Math.floor(b)) + 1;
1292
1292
  }
1293
1293
  if (b < 0) {
1294
1294
  b = 0 - (Math.ceil(b) - b);
1295
1295
  }
1296
- if ((a.right - this.vw.right) > 0 && ((a.right - this.vw.right) / a.width) > 0.8) {
1297
- b = this.vw.left - (a.width - (a.right - this.vw.right));
1296
+ if ((a.right - this.v5.right) > 0 && ((a.right - this.v5.right) / a.width) > 0.8) {
1297
+ b = this.v5.left - (a.width - (a.right - this.v5.right));
1298
1298
  d = true;
1299
1299
  }
1300
- else if (a.left < this.vw.left && (Math.abs(a.left - this.vw.left) / a.width) > 0.8) {
1301
- b = this.vw.right - (Math.abs(a.left - this.vw.left));
1300
+ else if (a.left < this.v5.left && (Math.abs(a.left - this.v5.left) / a.width) > 0.8) {
1301
+ b = this.v5.right - (Math.abs(a.left - this.v5.left));
1302
1302
  d = true;
1303
1303
  }
1304
1304
  }
1305
1305
  var e = new Rect(0, b, c, a.width, a.height);
1306
- if (this.ue) {
1307
- var f = this.vz(this.wa, 1);
1308
- f = this.v1(f);
1306
+ if (this.un) {
1307
+ var f = this.v8(this.wj, 1);
1308
+ f = this.wa(f);
1309
1309
  var g = e.left + e.width / 2;
1310
1310
  var h = e.top + e.height / 2;
1311
1311
  if (e.width > f.width) {
@@ -1340,17 +1340,17 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1340
1340
  }
1341
1341
  }
1342
1342
  if (d) {
1343
- this.d6 = true;
1344
- this.tq = e;
1345
- this.d6 = false;
1343
+ this.d7 = true;
1344
+ this.tz = e;
1345
+ this.d7 = false;
1346
1346
  }
1347
1347
  return e;
1348
1348
  };
1349
- XamGeographicMap.prototype.li = function (a, b) {
1349
+ XamGeographicMap.prototype.ll = function (a, b) {
1350
1350
  var c = true;
1351
1351
  var d = true;
1352
1352
  var e = 0;
1353
- var f = this.tl();
1353
+ var f = this.tu();
1354
1354
  var g = 0;
1355
1355
  var h = 0;
1356
1356
  if ((a.right - f.right) > 0) {
@@ -1367,39 +1367,39 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1367
1367
  }
1368
1368
  if (c) {
1369
1369
  if (d) {
1370
- var i = this.tw.ei(-180, b);
1371
- var j = this.tw.ei(180, b);
1370
+ var i = this.t5.ej(-180, b);
1371
+ var j = this.t5.ej(180, b);
1372
1372
  e = j - i;
1373
1373
  }
1374
1374
  else {
1375
- var k = this.tw.ei(-180, b);
1376
- var l = this.tw.ei(180, b);
1375
+ var k = this.t5.ej(-180, b);
1376
+ var l = this.t5.ej(180, b);
1377
1377
  e = k - l;
1378
1378
  }
1379
1379
  }
1380
1380
  return new Tuple$2(Boolean_$type, Number_$type, c, e);
1381
1381
  };
1382
- XamGeographicMap.prototype.tl = function () {
1383
- var a = new ScalerParams(1, XamGeographicMap.vx, this.tp, this.tx.cg);
1384
- a.c = this.te;
1385
- var b = new ScalerParams(1, XamGeographicMap.vx, this.tp, this.tz.cg);
1386
- b.c = this.te;
1387
- var c = this.tx.ei(XamGeographicMap.vu.left, a);
1388
- var d = this.tx.ei(XamGeographicMap.vu.right, a);
1389
- var e = this.tz.ei(XamGeographicMap.vu.top, b);
1390
- var f = this.tz.ei(XamGeographicMap.vu.bottom, b);
1391
- this.vw = new Rect(0, c / this.tp.width, f / this.tp.height, (d - c) / this.tp.width, (e - f) / this.tp.height);
1392
- return this.vw;
1393
- };
1394
- XamGeographicMap.prototype.v1 = function (a) {
1395
- var b = this.gh;
1382
+ XamGeographicMap.prototype.tu = function () {
1383
+ var a = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t6.ch);
1384
+ a.c = this.tn;
1385
+ var b = new ScalerParams(1, XamGeographicMap.v6, this.ty, this.t8.ch);
1386
+ b.c = this.tn;
1387
+ var c = this.t6.ej(XamGeographicMap.v3.left, a);
1388
+ var d = this.t6.ej(XamGeographicMap.v3.right, a);
1389
+ var e = this.t8.ej(XamGeographicMap.v3.top, b);
1390
+ var f = this.t8.ej(XamGeographicMap.v3.bottom, b);
1391
+ this.v5 = new Rect(0, c / this.ty.width, f / this.ty.height, (d - c) / this.ty.width, (e - f) / this.ty.height);
1392
+ return this.v5;
1393
+ };
1394
+ XamGeographicMap.prototype.wa = function (a) {
1395
+ var b = this.gj;
1396
1396
  var c = 0.5 * (a.left + a.right);
1397
1397
  var d = 0.5 * (a.top + a.bottom);
1398
1398
  var e = a.width;
1399
1399
  var f = a.height;
1400
1400
  var g = MathUtil.d(a.width, b, 1);
1401
1401
  var h = MathUtil.d(a.height, b, 1);
1402
- var i = this.tp;
1402
+ var i = this.ty;
1403
1403
  var j = i.width / i.height;
1404
1404
  var k = g * i.width;
1405
1405
  var l = h * i.height;
@@ -1438,8 +1438,8 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1438
1438
  }
1439
1439
  return new Rect(0, p, q, r - p, s - q);
1440
1440
  };
1441
- XamGeographicMap.prototype.tc = function (a) {
1442
- _super.prototype.tc.call(this, this.tp);
1441
+ XamGeographicMap.prototype.tl = function (a) {
1442
+ _super.prototype.tl.call(this, this.ty);
1443
1443
  if (a.isEmpty) {
1444
1444
  return Rect.empty;
1445
1445
  }
@@ -1454,131 +1454,131 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1454
1454
  }
1455
1455
  return b;
1456
1456
  };
1457
- XamGeographicMap.prototype.v3 = function (a) {
1458
- return this.tc(a);
1457
+ XamGeographicMap.prototype.wc = function (a) {
1458
+ return this.tl(a);
1459
1459
  };
1460
1460
  XamGeographicMap.prototype.ct = function () {
1461
1461
  return new XamGeographicMapView(this);
1462
1462
  };
1463
- XamGeographicMap.prototype.u3 = function (a) {
1463
+ XamGeographicMap.prototype.vc = function (a) {
1464
1464
  if (a != null) {
1465
- a.bh = this;
1465
+ a.bi = this;
1466
1466
  }
1467
1467
  };
1468
- XamGeographicMap.prototype.nt = function (a) {
1469
- _super.prototype.nt.call(this, a);
1470
- this.t9 = a;
1468
+ XamGeographicMap.prototype.n1 = function (a) {
1469
+ _super.prototype.n1.call(this, a);
1470
+ this.ui = a;
1471
1471
  };
1472
- XamGeographicMap.prototype.n4 = function (a, b) {
1473
- _super.prototype.n4.call(this, a, b);
1474
- this.o5(this.tx);
1475
- this.o5(this.tz);
1472
+ XamGeographicMap.prototype.oc = function (a, b) {
1473
+ _super.prototype.oc.call(this, a, b);
1474
+ this.pe(this.t6);
1475
+ this.pe(this.t8);
1476
1476
  if (Rect.l_op_Inequality(a, b)) {
1477
- this.u8();
1477
+ this.vh();
1478
1478
  }
1479
- if (this.ue) {
1480
- this.ta = this.tb();
1479
+ if (this.un) {
1480
+ this.tj = this.tk();
1481
1481
  }
1482
- this.vf();
1482
+ this.vo();
1483
1483
  };
1484
- Object.defineProperty(XamGeographicMap.prototype, "uj", {
1484
+ Object.defineProperty(XamGeographicMap.prototype, "us", {
1485
1485
  get: function () {
1486
- return this.uh;
1486
+ return this.uq;
1487
1487
  },
1488
1488
  set: function (a) {
1489
- var b = this.uh;
1490
- this.uh = a;
1491
- this.n9("ActualWindowScale", b, this.uh);
1489
+ var b = this.uq;
1490
+ this.uq = a;
1491
+ this.oi("ActualWindowScale", b, this.uq);
1492
1492
  },
1493
1493
  enumerable: false,
1494
1494
  configurable: true
1495
1495
  });
1496
- XamGeographicMap.prototype.gn = function () {
1497
- return this.uj;
1496
+ XamGeographicMap.prototype.gp = function () {
1497
+ return this.us;
1498
1498
  };
1499
- XamGeographicMap.prototype.go = function () {
1500
- return this.uj;
1499
+ XamGeographicMap.prototype.gq = function () {
1500
+ return this.us;
1501
1501
  };
1502
- XamGeographicMap.prototype.o4 = function () {
1503
- _super.prototype.o4.call(this);
1504
- var a = Math.min(this.ta.width, this.ta.height);
1505
- this.uj = a;
1502
+ XamGeographicMap.prototype.pd = function () {
1503
+ _super.prototype.pd.call(this);
1504
+ var a = Math.min(this.tj.width, this.tj.height);
1505
+ this.us = a;
1506
1506
  };
1507
- XamGeographicMap.prototype.e8 = function () {
1508
- return this.ub;
1507
+ XamGeographicMap.prototype.e9 = function () {
1508
+ return this.uk;
1509
1509
  };
1510
1510
  XamGeographicMap.prototype.ce = function () {
1511
1511
  if (this.cf == 0) {
1512
- if (this.uc) {
1512
+ if (this.ul) {
1513
1513
  return 2;
1514
1514
  }
1515
1515
  }
1516
1516
  return this.cf;
1517
1517
  };
1518
- XamGeographicMap.prototype.n5 = function (a, b, c, d) {
1518
+ XamGeographicMap.prototype.od = function (a, b, c, d) {
1519
1519
  var e_2, _a, e_3, _b;
1520
- _super.prototype.n5.call(this, a, b, c, d);
1520
+ _super.prototype.od.call(this, a, b, c, d);
1521
1521
  switch (b) {
1522
1522
  case "ZoomCoercionMode":
1523
- this.u4();
1523
+ this.vd();
1524
1524
  break;
1525
1525
  case "WindowRect":
1526
- this.vc();
1526
+ this.vl();
1527
1527
  break;
1528
1528
  case XamGeographicMap.$$p[0]:
1529
- this.t5 = this.t6();
1530
- if (this.t2 != null) {
1531
- this.t2.isHorizontalWrappingEnabled = this.t5 == 2;
1529
+ this.ue = this.uf();
1530
+ if (this.ub != null) {
1531
+ this.ub.isHorizontalWrappingEnabled = this.ue == 2;
1532
1532
  }
1533
1533
  break;
1534
1534
  case XamGeographicMap.$$p[1]:
1535
- this.ub = this.uc;
1536
- this.t5 = this.t6();
1535
+ this.uk = this.ul;
1536
+ this.ue = this.uf();
1537
1537
  this.cd = this.ce();
1538
- if (this.t2 != null) {
1539
- this.t2.isHorizontalWrappingEnabled = this.t5 == 2;
1538
+ if (this.ub != null) {
1539
+ this.ub.isHorizontalWrappingEnabled = this.ue == 2;
1540
1540
  }
1541
1541
  break;
1542
1542
  case XamGeographicMap.$$p[4]:
1543
- this.ta = this.tb();
1543
+ this.tj = this.tk();
1544
1544
  break;
1545
1545
  case "BackgroundContent":
1546
- if (this.t2 != null) {
1547
- var e = this.t2;
1548
- e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.u5));
1549
- this.t2.deferralHandler = null;
1546
+ if (this.ub != null) {
1547
+ var e = this.ub;
1548
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.ve));
1549
+ this.ub.deferralHandler = null;
1550
1550
  }
1551
- this.t2 = typeCast(GeographicMapImagery.$, this.backgroundContent);
1552
- if (this.t2 != null) {
1553
- var f = this.t2;
1554
- f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.u5));
1555
- this.t2.deferralHandler = this;
1556
- this.t2.isHorizontalWrappingEnabled = this.t5 == 2;
1551
+ this.ub = typeCast(GeographicMapImagery.$, this.backgroundContent);
1552
+ if (this.ub != null) {
1553
+ var f = this.ub;
1554
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.ve));
1555
+ this.ub.deferralHandler = this;
1556
+ this.ub.isHorizontalWrappingEnabled = this.ue == 2;
1557
1557
  }
1558
- this.t9.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
1559
- if (this.t2 != null) {
1560
- this.t2.geographicMap = this;
1561
- this.t9.fr(this.ta);
1562
- this.t9.fv(this.gd);
1558
+ this.ui.fu(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
1559
+ if (this.ub != null) {
1560
+ this.ub.geographicMap = this;
1561
+ this.ui.fr(this.tj);
1562
+ this.ui.fv(this.gf);
1563
1563
  }
1564
1564
  break;
1565
1565
  case "YAxis":
1566
1566
  case "XAxis":
1567
- this.va(c);
1568
- this.u3(d);
1567
+ this.vj(c);
1568
+ this.vc(d);
1569
1569
  break;
1570
1570
  case XamGeographicMap.$$p[6]:
1571
- if (!this.ud) {
1572
- this.tq = XamGeographicMap.vx;
1571
+ if (!this.um) {
1572
+ this.tz = XamGeographicMap.v6;
1573
1573
  }
1574
- this.u4();
1575
- this.vb();
1576
- this.vc();
1577
- this.ta = this.tb();
1578
- this.t9.fs();
1574
+ this.vd();
1575
+ this.vk();
1576
+ this.vl();
1577
+ this.tj = this.tk();
1578
+ this.ui.fs();
1579
1579
  break;
1580
1580
  case "ActualWindowRect":
1581
- this.t9.fr(this.ta);
1581
+ this.ui.fr(this.tj);
1582
1582
  break;
1583
1583
  case "ActualWorldRect":
1584
1584
  try {
@@ -1602,30 +1602,30 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1602
1602
  }
1603
1603
  break;
1604
1604
  case XamGeographicMap.$$p[5]:
1605
- this.uj = this.uk;
1605
+ this.us = this.ut;
1606
1606
  break;
1607
1607
  case "ActualWindowScale":
1608
- if (!this.ff) {
1609
- this.pg(this.gn(), this.go());
1608
+ if (!this.fg) {
1609
+ this.pp(this.gp(), this.gq());
1610
1610
  }
1611
1611
  break;
1612
1612
  case "ActualPixelScalingRatio":
1613
- this.t9.fv(this.gd);
1613
+ this.ui.fv(this.gf);
1614
1614
  break;
1615
1615
  case "WindowRectMinWidth":
1616
1616
  case "WindowRectMinHeight":
1617
1617
  var h = d;
1618
1618
  if (isNaN_(h) || isInfinity(h)) {
1619
- this.gh = 5E-06;
1620
- this.gg = 5E-06;
1619
+ this.gj = 5E-06;
1620
+ this.gi = 5E-06;
1621
1621
  }
1622
1622
  else {
1623
- this.gh = h;
1624
- this.gg = h;
1623
+ this.gj = h;
1624
+ this.gi = h;
1625
1625
  }
1626
1626
  break;
1627
1627
  case XamGeographicMap.$$p[7]:
1628
- this.pc();
1628
+ this.pl();
1629
1629
  break;
1630
1630
  case "MarkerAutomaticBehavior":
1631
1631
  try {
@@ -1650,39 +1650,39 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1650
1650
  break;
1651
1651
  }
1652
1652
  };
1653
- XamGeographicMap.prototype.u5 = function (a, b) {
1653
+ XamGeographicMap.prototype.ve = function (a, b) {
1654
1654
  if (this.imageTilesReady != null) {
1655
1655
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
1656
1656
  }
1657
1657
  };
1658
- XamGeographicMap.prototype.va = function (a) {
1658
+ XamGeographicMap.prototype.vj = function (a) {
1659
1659
  if (a != null) {
1660
- a.bh = null;
1660
+ a.bi = null;
1661
1661
  }
1662
1662
  };
1663
- XamGeographicMap.prototype.vb = function () {
1664
- if (this.tx != null) {
1665
- this.tx.l4 = this.vy.left;
1666
- this.tx.l3 = this.vy.right;
1663
+ XamGeographicMap.prototype.vk = function () {
1664
+ if (this.t6 != null) {
1665
+ this.t6.l5 = this.v7.left;
1666
+ this.t6.l4 = this.v7.right;
1667
1667
  }
1668
- if (this.tz != null) {
1669
- this.tz.l4 = this.vy.top;
1670
- this.tz.l3 = this.vy.bottom;
1668
+ if (this.t8 != null) {
1669
+ this.t8.l5 = this.v7.top;
1670
+ this.t8.l4 = this.v7.bottom;
1671
1671
  }
1672
- this.tx.c1(true);
1673
- this.tz.c1(true);
1672
+ this.t6.c2(true);
1673
+ this.t8.c2(true);
1674
1674
  };
1675
1675
  XamGeographicMap.prototype.getFontInfo = function () {
1676
- this.ua = this.t9.fo;
1677
- return this.ua;
1676
+ this.uj = this.ui.fo;
1677
+ return this.uj;
1678
1678
  };
1679
- XamGeographicMap.prototype.sf = function () {
1680
- return this.t9.fw;
1679
+ XamGeographicMap.prototype.so = function () {
1680
+ return this.ui.fw;
1681
1681
  };
1682
1682
  XamGeographicMap.prototype.getFontBrush = function () {
1683
- return this.t9.fx;
1683
+ return this.ui.fx;
1684
1684
  };
1685
- XamGeographicMap.prototype.ox = function (a, b) {
1685
+ XamGeographicMap.prototype.o6 = function (a, b) {
1686
1686
  if (typeCast(ItfConverter.$, b) !== null) {
1687
1687
  var c = b;
1688
1688
  var d = a;
@@ -1690,33 +1690,33 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1690
1690
  d.qn = c.triangulationSource.triangles;
1691
1691
  }
1692
1692
  else {
1693
- _super.prototype.ox.call(this, a, b);
1693
+ _super.prototype.o6.call(this, a, b);
1694
1694
  }
1695
1695
  };
1696
1696
  XamGeographicMap.prototype.register = function (a, b) {
1697
- this.on(a, b);
1697
+ this.ow(a, b);
1698
1698
  };
1699
1699
  XamGeographicMap.prototype.unRegister = function (a) {
1700
- this.o3(a);
1700
+ this.pc(a);
1701
1701
  };
1702
1702
  XamGeographicMap.prototype.deferredRefresh = function () {
1703
- this.ls();
1703
+ this.ly();
1704
1704
  };
1705
1705
  XamGeographicMap.prototype.deferAction = function (a) {
1706
- if (this.um != null) {
1707
- this.um.setTimeout(a, 0);
1706
+ if (this.uv != null) {
1707
+ this.uv.setTimeout(a, 0);
1708
1708
  }
1709
1709
  else {
1710
1710
  window.setTimeout(a, 0);
1711
1711
  }
1712
1712
  };
1713
- XamGeographicMap.prototype.u2 = function (a) {
1714
- this.pb(a);
1713
+ XamGeographicMap.prototype.vb = function (a) {
1714
+ this.pk(a);
1715
1715
  };
1716
- XamGeographicMap.prototype.un = function () {
1716
+ XamGeographicMap.prototype.uw = function () {
1717
1717
  var a = new ChartVisualData();
1718
- var b = this.tx.fv();
1719
- var c = this.tz.fv();
1718
+ var b = this.t6.fw();
1719
+ var c = this.t8.fw();
1720
1720
  a.axes.add1(b);
1721
1721
  a.axes.add1(c);
1722
1722
  for (var d = 0; d < this.series.count; d++) {
@@ -1724,49 +1724,49 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
1724
1724
  a.series.add1(e);
1725
1725
  }
1726
1726
  a.name = this.name;
1727
- a.contentArea = RectData.b(this.tp);
1728
- a.centralArea = RectData.b(this.tp);
1729
- a.plotArea = RectData.b(this.tp);
1727
+ a.contentArea = RectData.b(this.ty);
1728
+ a.centralArea = RectData.b(this.ty);
1729
+ a.plotArea = RectData.b(this.ty);
1730
1730
  return a;
1731
1731
  };
1732
- XamGeographicMap.prototype.th = function (a, b, c) {
1732
+ XamGeographicMap.prototype.tq = function (a, b, c) {
1733
1733
  return a;
1734
1734
  };
1735
- XamGeographicMap.prototype.u6 = function () {
1735
+ XamGeographicMap.prototype.vf = function () {
1736
1736
  };
1737
- Object.defineProperty(XamGeographicMap.prototype, "v9", {
1737
+ Object.defineProperty(XamGeographicMap.prototype, "wi", {
1738
1738
  get: function () {
1739
- return this.vv;
1739
+ return this.v4;
1740
1740
  },
1741
1741
  set: function (a) {
1742
- this.vv = a;
1742
+ this.v4 = a;
1743
1743
  },
1744
1744
  enumerable: false,
1745
1745
  configurable: true
1746
1746
  });
1747
- XamGeographicMap.prototype.vg = function (a) {
1748
- this.v9 = a;
1749
- this.vf();
1747
+ XamGeographicMap.prototype.vp = function (a) {
1748
+ this.wi = a;
1749
+ this.vo();
1750
1750
  };
1751
- XamGeographicMap.prototype.vf = function () {
1752
- if (this.ug && !this.v9.isEmpty) {
1753
- var a = this.getZoomFromGeographicRect(this.v9);
1754
- this.v9 = Rect.empty;
1755
- this.pi(a, false);
1751
+ XamGeographicMap.prototype.vo = function () {
1752
+ if (this.up && !this.wi.isEmpty) {
1753
+ var a = this.getZoomFromGeographicRect(this.wi);
1754
+ this.wi = Rect.empty;
1755
+ this.pr(a, false);
1756
1756
  }
1757
1757
  };
1758
- Object.defineProperty(XamGeographicMap.prototype, "ug", {
1758
+ Object.defineProperty(XamGeographicMap.prototype, "up", {
1759
1759
  get: function () {
1760
- return !this.tp.isEmpty && !this.te.isEmpty;
1760
+ return !this.ty.isEmpty && !this.tn.isEmpty;
1761
1761
  },
1762
1762
  enumerable: false,
1763
1763
  configurable: true
1764
1764
  });
1765
1765
  XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
1766
- XamGeographicMap.t7 = 0;
1767
- XamGeographicMap.vu = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
1768
- XamGeographicMap.vx = new Rect(0, 0, 0, 1, 1);
1769
- XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'n9', ['BackgroundTilingMode:t4:vh', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:uc:vi', [0, false], 'ResizeBehavior:t8:vj', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.t7)], 'SuppressZoomResetOnWorldRectChange:ud:vk', [0, false], 'UseWorldRectForZoomBounds:ue:vl', [0, false], 'WindowScale:uk:vm', [1, NaN], 'WorldRect:wa:vn', [Rect.$, XamGeographicMap.vu], 'Zoomable:uf:vo', [0, true]]);
1766
+ XamGeographicMap.ug = 0;
1767
+ XamGeographicMap.v3 = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
1768
+ XamGeographicMap.v6 = new Rect(0, 0, 0, 1, 1);
1769
+ XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'oi', ['BackgroundTilingMode:ud:vq', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:ul:vr', [0, false], 'ResizeBehavior:uh:vs', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.ug)], 'SuppressZoomResetOnWorldRectChange:um:vt', [0, false], 'UseWorldRectForZoomBounds:un:vu', [0, false], 'WindowScale:ut:vv', [1, NaN], 'WorldRect:wj:vw', [Rect.$, XamGeographicMap.v3], 'Zoomable:uo:vx', [0, true]]);
1770
1770
  return XamGeographicMap;
1771
1771
  }(SeriesViewer));
1772
1772
  /**
@@ -1909,20 +1909,20 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
1909
1909
  return a;
1910
1910
  }
1911
1911
  var b = new Rect(0, 0, 0, a.width, a.height);
1912
- var c = this.geographicMap.v3(b);
1913
- var d = XamGeographicMap.vu;
1914
- var e = this.geographicMap.vy;
1912
+ var c = this.geographicMap.wc(b);
1913
+ var d = XamGeographicMap.v3;
1914
+ var e = this.geographicMap.v7;
1915
1915
  var f = Math.min(this.windowRect.height, this.windowRect.width);
1916
1916
  var g = e.width / d.width;
1917
1917
  this.ao.a5 = (b.width / c.width) * f * g;
1918
- var h = this.geographicMap.tx;
1919
- var i = this.geographicMap.tz;
1920
- var j = new ScalerParams(1, this.windowRect, b, h.cg);
1918
+ var h = this.geographicMap.t6;
1919
+ var i = this.geographicMap.t8;
1920
+ var j = new ScalerParams(1, this.windowRect, b, h.ch);
1921
1921
  j.c = c;
1922
- var k = new ScalerParams(1, this.windowRect, b, i.cg);
1922
+ var k = new ScalerParams(1, this.windowRect, b, i.ch);
1923
1923
  k.c = c;
1924
- var l = h.ei(d.left, j);
1925
- var m = i.ei(d.bottom, k);
1924
+ var l = h.ej(d.left, j);
1925
+ var m = i.ej(d.bottom, k);
1926
1926
  var n = (-l / b.width) * this.ao.a5;
1927
1927
  var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1928
1928
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -2035,8 +2035,8 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
2035
2035
  a.qd = null;
2036
2036
  return;
2037
2037
  }
2038
- a.qc = this.ce.ce.tx;
2039
- a.qd = this.ce.ce.tz;
2038
+ a.qc = this.ce.ce.t6;
2039
+ a.qd = this.ce.ce.t8;
2040
2040
  };
2041
2041
  GeographicXYTriangulatingSeriesView.prototype.cg = function () {
2042
2042
  this.ce.qe.re = this.ce.qq;
@@ -2110,16 +2110,16 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
2110
2110
  _this.fp = NaN;
2111
2111
  _this.fz = Rect.empty;
2112
2112
  _this.fn = a;
2113
- _this.fn.sa = 2;
2114
- _this.fn.hm = 5E-06;
2113
+ _this.fn.sj = 2;
2114
+ _this.fn.ho = 5E-06;
2115
2115
  return _this;
2116
2116
  }
2117
2117
  XamGeographicMapView.prototype.m = function (a) {
2118
2118
  return 2;
2119
2119
  };
2120
2120
  XamGeographicMapView.prototype.bk = function (a) {
2121
- this.j.bv(a);
2122
- this.fn.u2(a);
2121
+ this.j.bw(a);
2122
+ this.fn.vb(a);
2123
2123
  this.el();
2124
2124
  };
2125
2125
  XamGeographicMapView.prototype.get_ap = function () {
@@ -2131,7 +2131,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
2131
2131
  var c;
2132
2132
  var d;
2133
2133
  var e;
2134
- var f = this.j.a7(a, b, c, d, e);
2134
+ var f = this.j.a8(a, b, c, d, e);
2135
2135
  a = f.p0;
2136
2136
  b = f.p1;
2137
2137
  c = f.p2;
@@ -2182,18 +2182,18 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
2182
2182
  }
2183
2183
  };
2184
2184
  XamGeographicMapView.prototype.fr = function (a) {
2185
- if (this.fn.t2 != null) {
2186
- this.fn.t2.windowRect = a;
2185
+ if (this.fn.ub != null) {
2186
+ this.fn.ub.windowRect = a;
2187
2187
  }
2188
2188
  };
2189
2189
  XamGeographicMapView.prototype.fu = function (a, b) {
2190
- if (this.fn.t2 != null) {
2191
- this.fn.t2.windowRect = this.fn.ta;
2190
+ if (this.fn.ub != null) {
2191
+ this.fn.ub.windowRect = this.fn.tj;
2192
2192
  }
2193
2193
  if (a != null) {
2194
2194
  var c = a.ao;
2195
2195
  if (c != null) {
2196
- this.fn.al.e.remove(c.ag);
2196
+ this.fn.al.h.remove(c.ag);
2197
2197
  }
2198
2198
  a.bd(null);
2199
2199
  a.be(null);
@@ -2201,7 +2201,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
2201
2201
  if (b != null) {
2202
2202
  var d = b.ao;
2203
2203
  if (d != null) {
2204
- this.fn.al.e.add(d.ag);
2204
+ this.fn.al.h.add(d.ag);
2205
2205
  }
2206
2206
  if (!this.fz.isEmpty) {
2207
2207
  this.dv(this.fz);
@@ -2215,7 +2215,7 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
2215
2215
  }
2216
2216
  };
2217
2217
  XamGeographicMapView.prototype.ft = function (a) {
2218
- var b = this.fn.gd;
2218
+ var b = this.fn.gf;
2219
2219
  if (b != 1) {
2220
2220
  a.aa();
2221
2221
  a.ab(b, b);
@@ -2438,6 +2438,9 @@ var IgcImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function () {
2438
2438
  this._implementation = this.createImplementation();
2439
2439
  this._implementation.externalObject = this;
2440
2440
  this.onImplementationCreated();
2441
+ if (this._initializeAdapters) {
2442
+ this._initializeAdapters();
2443
+ }
2441
2444
  }
2442
2445
  IgcImageTilesReadyEventArgs.prototype.createImplementation = function () {
2443
2446
  return new ImageTilesReadyEventArgs();
@@ -2458,6 +2461,9 @@ var IgcImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function () {
2458
2461
  this._implementation = i;
2459
2462
  this._implementation.externalObject = this;
2460
2463
  this.onImplementationCreated();
2464
+ if (this._initializeAdapters) {
2465
+ this._initializeAdapters();
2466
+ }
2461
2467
  };
2462
2468
  return IgcImageTilesReadyEventArgs;
2463
2469
  }());
@@ -2834,11 +2840,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2834
2840
  * Gets or sets zoomability of the current control
2835
2841
  */
2836
2842
  get: function () {
2837
- return this.i.uf;
2843
+ return this.i.uo;
2838
2844
  },
2839
2845
  set: function (v) {
2840
- this.i.uf = ensureBool(v);
2841
- this._a("zoomable", this.i.uf);
2846
+ this.i.uo = ensureBool(v);
2847
+ this._a("zoomable", this.i.uo);
2842
2848
  },
2843
2849
  enumerable: false,
2844
2850
  configurable: true
@@ -2848,11 +2854,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2848
2854
  * Gets or sets the behavior to use during resize.
2849
2855
  */
2850
2856
  get: function () {
2851
- return this.i.t8;
2857
+ return this.i.uh;
2852
2858
  },
2853
2859
  set: function (v) {
2854
- this.i.t8 = ensureEnum(MapResizeBehavior_$type, v);
2855
- this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.t8));
2860
+ this.i.uh = ensureEnum(MapResizeBehavior_$type, v);
2861
+ this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.uh));
2856
2862
  },
2857
2863
  enumerable: false,
2858
2864
  configurable: true
@@ -2862,11 +2868,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2862
2868
  * Gets or sets if the map should horizontally wrap.
2863
2869
  */
2864
2870
  get: function () {
2865
- return this.i.uc;
2871
+ return this.i.ul;
2866
2872
  },
2867
2873
  set: function (v) {
2868
- this.i.uc = ensureBool(v);
2869
- this._a("isHorizontalWrappingEnabled", this.i.uc);
2874
+ this.i.ul = ensureBool(v);
2875
+ this._a("isHorizontalWrappingEnabled", this.i.ul);
2870
2876
  },
2871
2877
  enumerable: false,
2872
2878
  configurable: true
@@ -2876,11 +2882,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2876
2882
  * Gets or sets if the map should horizontally wrap.
2877
2883
  */
2878
2884
  get: function () {
2879
- return this.i.t4;
2885
+ return this.i.ud;
2880
2886
  },
2881
2887
  set: function (v) {
2882
- this.i.t4 = ensureEnum(MapBackgroundTilingMode_$type, v);
2883
- this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.t4));
2888
+ this.i.ud = ensureEnum(MapBackgroundTilingMode_$type, v);
2889
+ this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.ud));
2884
2890
  },
2885
2891
  enumerable: false,
2886
2892
  configurable: true
@@ -2890,11 +2896,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2890
2896
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
2891
2897
  */
2892
2898
  get: function () {
2893
- return this.i.ue;
2899
+ return this.i.un;
2894
2900
  },
2895
2901
  set: function (v) {
2896
- this.i.ue = ensureBool(v);
2897
- this._a("useWorldRectForZoomBounds", this.i.ue);
2902
+ this.i.un = ensureBool(v);
2903
+ this._a("useWorldRectForZoomBounds", this.i.un);
2898
2904
  },
2899
2905
  enumerable: false,
2900
2906
  configurable: true
@@ -2904,11 +2910,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2904
2910
  * Gets or sets whether skip resetting the zoom when the world rect changes.
2905
2911
  */
2906
2912
  get: function () {
2907
- return this.i.ud;
2913
+ return this.i.um;
2908
2914
  },
2909
2915
  set: function (v) {
2910
- this.i.ud = ensureBool(v);
2911
- this._a("suppressZoomResetOnWorldRectChange", this.i.ud);
2916
+ this.i.um = ensureBool(v);
2917
+ this._a("suppressZoomResetOnWorldRectChange", this.i.um);
2912
2918
  },
2913
2919
  enumerable: false,
2914
2920
  configurable: true
@@ -2918,11 +2924,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2918
2924
  * Gets or sets the world bounding rectangle.
2919
2925
  */
2920
2926
  get: function () {
2921
- return fromRect(this.i.wa);
2927
+ return fromRect(this.i.wj);
2922
2928
  },
2923
2929
  set: function (v) {
2924
- this.i.wa = toRect(v);
2925
- this._a("worldRect", rectToString(this.i.wa));
2930
+ this.i.wj = toRect(v);
2931
+ this._a("worldRect", rectToString(this.i.wj));
2926
2932
  },
2927
2933
  enumerable: false,
2928
2934
  configurable: true
@@ -2932,11 +2938,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2932
2938
  * Gets the actual value of the WorldRect.
2933
2939
  */
2934
2940
  get: function () {
2935
- return fromRect(this.i.vy);
2941
+ return fromRect(this.i.v7);
2936
2942
  },
2937
2943
  set: function (v) {
2938
- this.i.vy = toRect(v);
2939
- this._a("actualWorldRect", rectToString(this.i.vy));
2944
+ this.i.v7 = toRect(v);
2945
+ this._a("actualWorldRect", rectToString(this.i.v7));
2940
2946
  },
2941
2947
  enumerable: false,
2942
2948
  configurable: true
@@ -2947,7 +2953,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2947
2953
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
2948
2954
  */
2949
2955
  get: function () {
2950
- var r = this.i.tx;
2956
+ var r = this.i.t6;
2951
2957
  if (r == null) {
2952
2958
  return null;
2953
2959
  }
@@ -2963,7 +2969,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2963
2969
  set: function (v) {
2964
2970
  if (v != null && this._stylingContainer && v._styling)
2965
2971
  v._styling(this._stylingContainer, this, this);
2966
- v == null ? this.i.tx = null : this.i.tx = v.i;
2972
+ v == null ? this.i.t6 = null : this.i.t6 = v.i;
2967
2973
  },
2968
2974
  enumerable: false,
2969
2975
  configurable: true
@@ -2974,7 +2980,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2974
2980
  * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
2975
2981
  */
2976
2982
  get: function () {
2977
- var r = this.i.tz;
2983
+ var r = this.i.t8;
2978
2984
  if (r == null) {
2979
2985
  return null;
2980
2986
  }
@@ -2990,7 +2996,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
2990
2996
  set: function (v) {
2991
2997
  if (v != null && this._stylingContainer && v._styling)
2992
2998
  v._styling(this._stylingContainer, this, this);
2993
- v == null ? this.i.tz = null : this.i.tz = v.i;
2999
+ v == null ? this.i.t8 = null : this.i.t8 = v.i;
2994
3000
  },
2995
3001
  enumerable: false,
2996
3002
  configurable: true
@@ -3000,7 +3006,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3000
3006
  * Indicates if this SeriesViewer is a map.
3001
3007
  */
3002
3008
  get: function () {
3003
- return this.i.ej;
3009
+ return this.i.ek;
3004
3010
  },
3005
3011
  enumerable: false,
3006
3012
  configurable: true
@@ -3011,11 +3017,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3011
3017
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
3012
3018
  */
3013
3019
  get: function () {
3014
- return this.i.uk;
3020
+ return this.i.ut;
3015
3021
  },
3016
3022
  set: function (v) {
3017
- this.i.uk = +v;
3018
- this._a("windowScale", this.i.uk);
3023
+ this.i.ut = +v;
3024
+ this._a("windowScale", this.i.ut);
3019
3025
  },
3020
3026
  enumerable: false,
3021
3027
  configurable: true
@@ -3026,11 +3032,11 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3026
3032
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
3027
3033
  */
3028
3034
  get: function () {
3029
- return this.i.uj;
3035
+ return this.i.us;
3030
3036
  },
3031
3037
  set: function (v) {
3032
- this.i.uj = +v;
3033
- this._a("actualWindowScale", this.i.uj);
3038
+ this.i.us = +v;
3039
+ this._a("actualWindowScale", this.i.us);
3034
3040
  },
3035
3041
  enumerable: false,
3036
3042
  configurable: true
@@ -3040,7 +3046,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3040
3046
  * Gets whether or not the control is ready for zooming
3041
3047
  */
3042
3048
  get: function () {
3043
- return this.i.ug;
3049
+ return this.i.up;
3044
3050
  },
3045
3051
  enumerable: false,
3046
3052
  configurable: true
@@ -3071,7 +3077,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3071
3077
 
3072
3078
  */
3073
3079
  IgcGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
3074
- var iv = this.i.v2();
3080
+ var iv = this.i.wb();
3075
3081
  return fromRect(iv);
3076
3082
  };
3077
3083
  /**
@@ -3088,14 +3094,14 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3088
3094
 
3089
3095
  */
3090
3096
  IgcGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
3091
- this.i.ve(toRect(zoomWindow));
3097
+ this.i.vn(toRect(zoomWindow));
3092
3098
  };
3093
3099
  /**
3094
3100
  * Updates world rect in geographic coordinates
3095
3101
 
3096
3102
  */
3097
3103
  IgcGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
3098
- this.i.vd(toRect(worldRect));
3104
+ this.i.vm(toRect(worldRect));
3099
3105
  };
3100
3106
  /**
3101
3107
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -3107,7 +3113,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3107
3113
  return fromRect(iv);
3108
3114
  };
3109
3115
  IgcGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
3110
- var iv = this.i.vz(toRect(geographic), extraPixelPadding);
3116
+ var iv = this.i.v8(toRect(geographic), extraPixelPadding);
3111
3117
  return fromRect(iv);
3112
3118
  };
3113
3119
  IgcGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -3120,7 +3126,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3120
3126
  * @param windowRect * The zoom area.
3121
3127
  */
3122
3128
  IgcGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
3123
- var iv = this.i.v4(toRect(windowRect));
3129
+ var iv = this.i.wd(toRect(windowRect));
3124
3130
  return fromRect(iv);
3125
3131
  };
3126
3132
  /**
@@ -3129,7 +3135,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3129
3135
  * @param pixelCoordinate * A pixel-based coordinate
3130
3136
  */
3131
3137
  IgcGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
3132
- var iv = this.i.vq(toPoint(pixelCoordinate));
3138
+ var iv = this.i.vz(toPoint(pixelCoordinate));
3133
3139
  return fromPoint(iv);
3134
3140
  };
3135
3141
  /**
@@ -3138,7 +3144,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3138
3144
  * @param geographicCoordinate * A geographic coordinate
3139
3145
  */
3140
3146
  IgcGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
3141
- var iv = this.i.vr(toPoint(geographicCoordinate));
3147
+ var iv = this.i.v0(toPoint(geographicCoordinate));
3142
3148
  return fromPoint(iv);
3143
3149
  };
3144
3150
  /**
@@ -3147,7 +3153,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3147
3153
  * @param geographicCoordinate * A geographic coordinate
3148
3154
  */
3149
3155
  IgcGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
3150
- var iv = this.i.vs(toPoint(geographicCoordinate));
3156
+ var iv = this.i.v1(toPoint(geographicCoordinate));
3151
3157
  return fromPoint(iv);
3152
3158
  };
3153
3159
  /**
@@ -3155,21 +3161,21 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3155
3161
 
3156
3162
  */
3157
3163
  IgcGeographicMapComponent.prototype.clearTileCache = function () {
3158
- this.i.u1();
3164
+ this.i.va();
3159
3165
  };
3160
3166
  /**
3161
3167
  * Notifies the chart that the CSS styles in effect have been updated.
3162
3168
 
3163
3169
  */
3164
3170
  IgcGeographicMapComponent.prototype.styleUpdated = function () {
3165
- this.i.u9();
3171
+ this.i.vi();
3166
3172
  };
3167
3173
  /**
3168
3174
  * Gets actual window scale for horizontal dimension of the control
3169
3175
 
3170
3176
  */
3171
3177
  IgcGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
3172
- var iv = this.i.gn();
3178
+ var iv = this.i.gp();
3173
3179
  return (iv);
3174
3180
  };
3175
3181
  /**
@@ -3177,7 +3183,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3177
3183
 
3178
3184
  */
3179
3185
  IgcGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
3180
- var iv = this.i.go();
3186
+ var iv = this.i.gq();
3181
3187
  return (iv);
3182
3188
  };
3183
3189
  /**
@@ -3192,7 +3198,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3192
3198
 
3193
3199
  */
3194
3200
  IgcGeographicMapComponent.prototype.exportVisualData = function () {
3195
- var iv = this.i.un();
3201
+ var iv = this.i.uw();
3196
3202
  return (iv);
3197
3203
  };
3198
3204
  /**
@@ -3201,7 +3207,7 @@ var IgcGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
3201
3207
  * @param geographic * The geographic region to zoom to.
3202
3208
  */
3203
3209
  IgcGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
3204
- this.i.vg(toRect(geographic));
3210
+ this.i.vp(toRect(geographic));
3205
3211
  };
3206
3212
  Object.defineProperty(IgcGeographicMapComponent.prototype, "imageTilesReady", {
3207
3213
  /**
@@ -3317,6 +3323,9 @@ var IgcImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
3317
3323
  this._implementation = this.createImplementation();
3318
3324
  this._implementation.externalObject = this;
3319
3325
  this.onImplementationCreated();
3326
+ if (this._initializeAdapters) {
3327
+ this._initializeAdapters();
3328
+ }
3320
3329
  }
3321
3330
  IgcImagesChangedEventArgs.prototype.createImplementation = function () {
3322
3331
  return new ImagesChangedEventArgs();
@@ -3337,6 +3346,9 @@ var IgcImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
3337
3346
  this._implementation = i;
3338
3347
  this._implementation.externalObject = this;
3339
3348
  this.onImplementationCreated();
3349
+ if (this._initializeAdapters) {
3350
+ this._initializeAdapters();
3351
+ }
3340
3352
  };
3341
3353
  return IgcImagesChangedEventArgs;
3342
3354
  }());
@@ -3357,6 +3369,9 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
3357
3369
  this._implementation = this.createImplementation();
3358
3370
  this._implementation.externalObject = this;
3359
3371
  this.onImplementationCreated();
3372
+ if (this._initializeAdapters) {
3373
+ this._initializeAdapters();
3374
+ }
3360
3375
  }
3361
3376
  IgcGeographicMapImagery.prototype.createImplementation = function () {
3362
3377
  return null;
@@ -3393,6 +3408,9 @@ var IgcGeographicMapImagery = /** @class */ /*@__PURE__*/ (function () {
3393
3408
  this._implementation = i;
3394
3409
  this._implementation.externalObject = this;
3395
3410
  this.onImplementationCreated();
3411
+ if (this._initializeAdapters) {
3412
+ this._initializeAdapters();
3413
+ }
3396
3414
  };
3397
3415
  Object.defineProperty(IgcGeographicMapImagery.prototype, "deferralHandler", {
3398
3416
  /**
@@ -5492,8 +5510,8 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
5492
5510
  a.qv = null;
5493
5511
  return;
5494
5512
  }
5495
- a.qt = this.ce.ce.tx;
5496
- a.qv = this.ce.ce.tz;
5513
+ a.qt = this.ce.ce.t6;
5514
+ a.qv = this.ce.ce.t8;
5497
5515
  };
5498
5516
  GeographicShapeSeriesBaseView.prototype.ch = function () {
5499
5517
  this.ce.qe.r5 = this.ce.q7;
@@ -6519,7 +6537,7 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
6519
6537
  if (f != null && typeCast(XamGeographicMap.$, this.ce) !== null) {
6520
6538
  f.geographicMap = this.ce;
6521
6539
  this.tb(this.b1);
6522
- this.sz.da(this.ce.ta);
6540
+ this.sz.da(this.ce.tj);
6523
6541
  }
6524
6542
  this.lu();
6525
6543
  break;
@@ -7499,10 +7517,10 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
7499
7517
  this.ce.qe.tb = this.ce.qq;
7500
7518
  };
7501
7519
  GeographicProportionalSymbolSeriesView.prototype.cv = function () {
7502
- this.ce.qe.xAxis = this.ce.ce.tx;
7520
+ this.ce.qe.xAxis = this.ce.ce.t6;
7503
7521
  };
7504
7522
  GeographicProportionalSymbolSeriesView.prototype.cw = function () {
7505
- this.ce.qe.yAxis = this.ce.ce.tz;
7523
+ this.ce.qe.yAxis = this.ce.ce.t8;
7506
7524
  };
7507
7525
  GeographicProportionalSymbolSeriesView.prototype.cu = function () {
7508
7526
  var a = this.ce.qe;
@@ -7511,8 +7529,8 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
7511
7529
  a.yAxis = null;
7512
7530
  return;
7513
7531
  }
7514
- a.xAxis = this.ce.ce.tx;
7515
- a.yAxis = this.ce.ce.tz;
7532
+ a.xAxis = this.ce.ce.t6;
7533
+ a.yAxis = this.ce.ce.t8;
7516
7534
  };
7517
7535
  GeographicProportionalSymbolSeriesView.prototype.co = function () {
7518
7536
  this.ce.qe.rn = this.ce.ri;
@@ -8182,10 +8200,10 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
8182
8200
  this.ce.qe.tb = this.ce.qq;
8183
8201
  };
8184
8202
  GeographicSymbolSeriesView.prototype.cp = function () {
8185
- this.ce.qe.xAxis = this.ce.ce.tx;
8203
+ this.ce.qe.xAxis = this.ce.ce.t6;
8186
8204
  };
8187
8205
  GeographicSymbolSeriesView.prototype.cq = function () {
8188
- this.ce.qe.yAxis = this.ce.ce.tz;
8206
+ this.ce.qe.yAxis = this.ce.ce.t8;
8189
8207
  };
8190
8208
  GeographicSymbolSeriesView.prototype.co = function () {
8191
8209
  var a = this.ce.qe;
@@ -8194,8 +8212,8 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
8194
8212
  a.yAxis = null;
8195
8213
  return;
8196
8214
  }
8197
- a.xAxis = this.ce.ce.tx;
8198
- a.yAxis = this.ce.ce.tz;
8215
+ a.xAxis = this.ce.ce.t6;
8216
+ a.yAxis = this.ce.ce.t8;
8199
8217
  };
8200
8218
  GeographicSymbolSeriesView.prototype.ci = function () {
8201
8219
  this.ce.qe.rx = this.ce.rm;
@@ -9012,14 +9030,14 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
9012
9030
  a.ql = null;
9013
9031
  return;
9014
9032
  }
9015
- a.qj = this.ce.ce.tx;
9016
- a.ql = this.ce.ce.tz;
9033
+ a.qj = this.ce.ce.t6;
9034
+ a.ql = this.ce.ce.t8;
9017
9035
  };
9018
9036
  GeographicHighDensityScatterSeriesView.prototype.cq = function () {
9019
- this.ce.qe.qj = this.ce.ce.tx;
9037
+ this.ce.qe.qj = this.ce.ce.t6;
9020
9038
  };
9021
9039
  GeographicHighDensityScatterSeriesView.prototype.cr = function () {
9022
- this.ce.qe.ql = this.ce.ce.tz;
9040
+ this.ce.qe.ql = this.ce.ce.t8;
9023
9041
  };
9024
9042
  GeographicHighDensityScatterSeriesView.prototype.ch = function () {
9025
9043
  this.ce.qe.ts = this.ce.rm;