igniteui-angular-maps 17.2.1 → 17.3.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1342 -1342
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +159 -159
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +57 -57
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +80 -80
  14. package/esm2015/lib/XamGeographicMap_combined.js +457 -457
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  17. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +10 -10
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +2 -2
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -73
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +157 -157
  32. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +56 -56
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +26 -26
  39. package/esm5/lib/TileSeries_combined.js +78 -78
  40. package/esm5/lib/XamGeographicMap_combined.js +450 -450
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  43. package/esm5/lib/igx-geographic-map-component.js +40 -40
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +10 -10
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  50. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +2 -2
  55. package/fesm2015/igniteui-angular-maps.js +1356 -1356
  56. package/fesm5/igniteui-angular-maps.js +1342 -1342
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +18 -18
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +30 -30
  60. package/lib/GeographicMarkerSeries.d.ts +13 -13
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +16 -16
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +22 -22
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  70. package/lib/GeographicTileSeries.d.ts +9 -9
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +20 -20
  73. package/lib/XamGeographicMap_combined.d.ts +108 -108
  74. package/package.json +2 -2
@@ -31,54 +31,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  _this.cl = null;
32
32
  _this.cl = a;
33
33
  if (!_this.q) {
34
- _this.cl.ux = "points";
34
+ _this.cl.uy = "points";
35
35
  }
36
36
  return _this;
37
37
  }
38
38
  GeographicShapeSeriesView.prototype.au = function () {
39
39
  _super.prototype.au.call(this);
40
40
  if (!this.q) {
41
- this.cl.wh = Defaults.aj;
41
+ this.cl.wi = Defaults.aj;
42
42
  this.cl.iv = Defaults.p;
43
- this.cl.vg = Defaults.o;
44
- this.cl.vd = Defaults.d;
45
- this.cl.vb = Defaults.a;
43
+ this.cl.vh = Defaults.o;
44
+ this.cl.ve = Defaults.d;
45
+ this.cl.vc = Defaults.a;
46
46
  }
47
47
  };
48
48
  GeographicShapeSeriesView.prototype.b5 = function () {
49
49
  _super.prototype.b5.call(this);
50
- this.cl.t4.yf = this.cl.wj;
51
- this.cl.t4.w8 = this.cl.ve;
52
- this.cl.t4.xu = this.cl.vz;
53
- this.cl.t4.xb = this.cl.vg;
54
- this.cl.t4.wu = this.cl.va;
50
+ this.cl.t5.yg = this.cl.wk;
51
+ this.cl.t5.w9 = this.cl.vf;
52
+ this.cl.t5.xv = this.cl.v0;
53
+ this.cl.t5.xc = this.cl.vh;
54
+ this.cl.t5.wv = this.cl.vb;
55
55
  };
56
56
  GeographicShapeSeriesView.prototype.cq = function () {
57
- this.cl.t4.xu = this.cl.vz;
57
+ this.cl.t5.xv = this.cl.v0;
58
58
  };
59
59
  GeographicShapeSeriesView.prototype.cs = function () {
60
- this.cl.t4.xb = this.cl.vg;
60
+ this.cl.t5.xc = this.cl.vh;
61
61
  };
62
62
  GeographicShapeSeriesView.prototype.cn = function () {
63
- this.cl.t4.wu = this.cl.va;
63
+ this.cl.t5.wv = this.cl.vb;
64
64
  };
65
65
  GeographicShapeSeriesView.prototype.cr = function () {
66
- this.cl.t4.w3 = this.cl.vd;
66
+ this.cl.t5.w4 = this.cl.ve;
67
67
  };
68
68
  GeographicShapeSeriesView.prototype.cm = function () {
69
- this.cl.t4.yb = this.cl.wg;
69
+ this.cl.t5.yc = this.cl.wh;
70
70
  };
71
71
  GeographicShapeSeriesView.prototype.co = function () {
72
- this.cl.t4.yc = this.cl.wh;
72
+ this.cl.t5.yd = this.cl.wi;
73
73
  };
74
74
  GeographicShapeSeriesView.prototype.cp = function () {
75
- this.cl.t4.ye = this.cl.wi;
75
+ this.cl.t5.yf = this.cl.wj;
76
76
  };
77
77
  GeographicShapeSeriesView.prototype.ct = function () {
78
- this.cl.t4.w8 = this.cl.ve;
78
+ this.cl.t5.w9 = this.cl.vf;
79
79
  };
80
80
  GeographicShapeSeriesView.prototype.cu = function () {
81
- this.cl.t4.yf = this.cl.wj;
81
+ this.cl.t5.yg = this.cl.wk;
82
82
  };
83
83
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
84
84
  return GeographicShapeSeriesView;
@@ -95,90 +95,90 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  _this.ab = GeographicShapeSeries.$;
96
96
  return _this;
97
97
  }
98
- GeographicShapeSeries.prototype.bg = function () {
98
+ GeographicShapeSeries.prototype.bc = function () {
99
99
  return new GeographicShapeSeries();
100
100
  };
101
101
  GeographicShapeSeries.prototype.get_e4 = function () {
102
102
  return true;
103
103
  };
104
- GeographicShapeSeries.prototype.ch = function () {
104
+ GeographicShapeSeries.prototype.cd = function () {
105
105
  return new GeographicShapeSeriesView(this);
106
106
  };
107
- GeographicShapeSeries.prototype.o1 = function (a) {
108
- _super.prototype.o1.call(this, a);
109
- this.vf = a;
107
+ GeographicShapeSeries.prototype.o2 = function (a) {
108
+ _super.prototype.o2.call(this, a);
109
+ this.vg = a;
110
110
  };
111
- GeographicShapeSeries.prototype.t3 = function () {
111
+ GeographicShapeSeries.prototype.t4 = function () {
112
112
  var a = new ScatterPolygonSeries();
113
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
114
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
113
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vx));
114
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vy));
115
115
  return a;
116
116
  };
117
- GeographicShapeSeries.prototype.vw = function (a, b) {
117
+ GeographicShapeSeries.prototype.vx = function (a, b) {
118
118
  if (this.styleShape != null) {
119
119
  this.styleShape(this, b);
120
120
  }
121
121
  };
122
- GeographicShapeSeries.prototype.vx = function (a, b) {
123
- var c = typeCast(ScatterPolygonSeries.$, this.t4);
122
+ GeographicShapeSeries.prototype.vy = function (a, b) {
123
+ var c = typeCast(ScatterPolygonSeries.$, this.t5);
124
124
  if (c == null) {
125
125
  return;
126
126
  }
127
127
  };
128
128
  GeographicShapeSeries.prototype.ht = function () {
129
- return this.vg;
130
- };
131
- GeographicShapeSeries.prototype.s0 = function () {
132
- return this.we;
129
+ return this.vh;
133
130
  };
134
131
  GeographicShapeSeries.prototype.s1 = function () {
135
132
  return this.wf;
136
133
  };
137
- GeographicShapeSeries.prototype.qw = function () {
138
- return this.vy;
134
+ GeographicShapeSeries.prototype.s2 = function () {
135
+ return this.wg;
136
+ };
137
+ GeographicShapeSeries.prototype.qx = function () {
138
+ return this.vz;
139
139
  };
140
140
  GeographicShapeSeries.prototype.ky = function () {
141
- var a = typeCast(ScatterPolygonSeries.$, this.t4);
141
+ var a = typeCast(ScatterPolygonSeries.$, this.t5);
142
142
  if (a == null) {
143
143
  return "Unknown";
144
144
  }
145
145
  return a.ky();
146
146
  };
147
- GeographicShapeSeries.prototype.o9 = function (a, b, c, d) {
148
- _super.prototype.o9.call(this, a, b, c, d);
147
+ GeographicShapeSeries.prototype.pa = function (a, b, c, d) {
148
+ _super.prototype.pa.call(this, a, b, c, d);
149
149
  switch (b) {
150
150
  case GeographicShapeSeries.$$p[6]:
151
- this.t4.w1 = this.vc;
151
+ this.t5.w2 = this.vd;
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[5]:
154
- this.t4.wx = this.vb;
154
+ this.t5.wy = this.vc;
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[9]:
157
- this.vf.cq();
157
+ this.vg.cq();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[10]:
160
- this.vf.cs();
160
+ this.vg.cs();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[4]:
163
- this.vf.cn();
163
+ this.vg.cn();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[11]:
166
- this.vf.cr();
166
+ this.vg.cr();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[3]:
169
- this.vf.cm();
169
+ this.vg.cm();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[7]:
172
- this.vf.co();
172
+ this.vg.co();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[8]:
175
- this.vf.cp();
175
+ this.vg.cp();
176
176
  break;
177
177
  case GeographicShapeSeries.$$p[13]:
178
- this.vf.ct();
178
+ this.vg.ct();
179
179
  break;
180
180
  case GeographicShapeSeries.$$p[12]:
181
- this.vf.cu();
181
+ this.vg.cu();
182
182
  break;
183
183
  }
184
184
  };
@@ -186,7 +186,7 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
186
186
  return 0.7;
187
187
  };
188
188
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
189
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:we:v0', [Brush.$], 'ActualMarkerOutline:wf:v1', [Brush.$], 'ActualMarkerTemplate:vy:v2', [DataTemplate.$, null], 'MarkerBrush:wg:v3', [Brush.$], 'MarkerCollisionAvoidance:va:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vb:v5', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vc:v6', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wh:v7', [Brush.$], 'MarkerStyle:wi:v8', [Style.$], 'MarkerTemplate:vz:v9', [DataTemplate.$, null], 'MarkerThickness:vg:wa', [1, DeviceUtils.g(2)], 'MarkerType:vd:wb', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wj:wc', [Style.$, null], 'ShapeStyleSelector:ve:wd', [StyleSelector.$, null]]);
189
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:wf:v1', [Brush.$], 'ActualMarkerOutline:wg:v2', [Brush.$], 'ActualMarkerTemplate:vz:v3', [DataTemplate.$, null], 'MarkerBrush:wh:v4', [Brush.$], 'MarkerCollisionAvoidance:vb:v5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:vc:v6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vd:v7', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wi:v8', [Brush.$], 'MarkerStyle:wj:v9', [Style.$], 'MarkerTemplate:v0:wa', [DataTemplate.$, null], 'MarkerThickness:vh:wb', [1, DeviceUtils.g(2)], 'MarkerType:ve:wc', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wk:wd', [Style.$, null], 'ShapeStyleSelector:vf:we', [StyleSelector.$, null]]);
190
190
  return GeographicShapeSeries;
191
191
  }(GeographicShapeSeriesBase));
192
192
  export { GeographicShapeSeries };
@@ -30,56 +30,56 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
30
30
  }
31
31
  };
32
32
  GeographicSymbolSeriesView.prototype.b5 = function () {
33
- var a = this.ch.t4;
33
+ var a = this.ch.t5;
34
34
  _super.prototype.b5.call(this);
35
- a.xm = this.ch.vs;
36
- a.xu = this.ch.vq;
37
- a.ub = this.ch.ue;
38
- a.ux = this.ch.uu;
39
- a.ug = this.ch.uf;
35
+ a.xn = this.ch.vt;
36
+ a.xv = this.ch.vr;
37
+ a.uc = this.ch.uf;
38
+ a.uy = this.ch.uv;
39
+ a.uh = this.ch.ug;
40
40
  };
41
41
  GeographicSymbolSeriesView.prototype.cj = function () {
42
- this.ch.t4.xm = this.ch.vs;
42
+ this.ch.t5.xn = this.ch.vt;
43
43
  };
44
44
  GeographicSymbolSeriesView.prototype.ci = function () {
45
- this.ch.t4.xu = this.ch.vq;
45
+ this.ch.t5.xv = this.ch.vr;
46
46
  };
47
47
  GeographicSymbolSeriesView.prototype.cp = function () {
48
- this.ch.t4.ub = this.ch.ue;
48
+ this.ch.t5.uc = this.ch.uf;
49
49
  };
50
50
  GeographicSymbolSeriesView.prototype.cn = function () {
51
- this.ch.t4.ux = this.ch.uu;
51
+ this.ch.t5.uy = this.ch.uv;
52
52
  };
53
53
  GeographicSymbolSeriesView.prototype.co = function () {
54
- this.ch.t4.ug = this.ch.uf;
54
+ this.ch.t5.uh = this.ch.ug;
55
55
  };
56
56
  GeographicSymbolSeriesView.prototype.cq = function () {
57
- this.ch.t4.w2 = this.ch.ug;
57
+ this.ch.t5.w3 = this.ch.uh;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.cs = function () {
60
- this.ch.t4.xAxis = this.ch.cz.ua;
60
+ this.ch.t5.xAxis = this.ch.cv.ue;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.ct = function () {
63
- this.ch.t4.yAxis = this.ch.cz.uc;
63
+ this.ch.t5.yAxis = this.ch.cv.ug;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.cr = function () {
66
- var a = this.ch.t4;
67
- if (this.ch.cz == null) {
66
+ var a = this.ch.t5;
67
+ if (this.ch.cv == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.ch.cz.ua;
73
- a.yAxis = this.ch.cz.uc;
72
+ a.xAxis = this.ch.cv.ue;
73
+ a.yAxis = this.ch.cv.ug;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.cl = function () {
76
- this.ch.t4.vn = this.ch.vc;
76
+ this.ch.t5.vo = this.ch.vd;
77
77
  };
78
78
  GeographicSymbolSeriesView.prototype.ck = function () {
79
- this.ch.t4.vd = this.ch.u8;
79
+ this.ch.t5.ve = this.ch.u9;
80
80
  };
81
81
  GeographicSymbolSeriesView.prototype.cm = function () {
82
- this.ch.t4.ve = this.ch.u9;
82
+ this.ch.t5.vf = this.ch.va;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -92,101 +92,101 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  __extends(GeographicSymbolSeries, _super);
93
93
  function GeographicSymbolSeries() {
94
94
  var _this = _super.call(this) || this;
95
- _this.ve = null;
95
+ _this.vf = null;
96
+ _this.vi = false;
96
97
  _this.vh = false;
97
- _this.vg = false;
98
98
  _this.assigningScatterStyle = null;
99
99
  _this.assigningScatterMarkerStyle = null;
100
100
  _this.ab = GeographicSymbolSeries.$;
101
101
  return _this;
102
102
  }
103
- GeographicSymbolSeries.prototype.bg = function () {
103
+ GeographicSymbolSeries.prototype.bc = function () {
104
104
  return new GeographicSymbolSeries();
105
105
  };
106
106
  GeographicSymbolSeries.prototype.get_dy = function () {
107
107
  return true;
108
108
  };
109
- GeographicSymbolSeries.prototype.ch = function () {
109
+ GeographicSymbolSeries.prototype.cd = function () {
110
110
  return new GeographicSymbolSeriesView(this);
111
111
  };
112
- GeographicSymbolSeries.prototype.o1 = function (a) {
113
- _super.prototype.o1.call(this, a);
114
- this.vf = a;
112
+ GeographicSymbolSeries.prototype.o2 = function (a) {
113
+ _super.prototype.o2.call(this, a);
114
+ this.vg = a;
115
115
  };
116
116
  GeographicSymbolSeries.prototype.ir = function () {
117
117
  return 0.7;
118
118
  };
119
- GeographicSymbolSeries.prototype.t3 = function () {
119
+ GeographicSymbolSeries.prototype.t4 = function () {
120
120
  return new ScatterSeries();
121
121
  };
122
122
  GeographicSymbolSeries.prototype.get_et = function () {
123
123
  return true;
124
124
  };
125
- GeographicSymbolSeries.prototype.o9 = function (a, b, c, d) {
126
- _super.prototype.o9.call(this, a, b, c, d);
125
+ GeographicSymbolSeries.prototype.pa = function (a, b, c, d) {
126
+ _super.prototype.pa.call(this, a, b, c, d);
127
127
  switch (b) {
128
128
  case "SeriesViewer":
129
- this.vf.cr();
129
+ this.vg.cr();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[5]:
132
- this.vf.cj();
132
+ this.vg.cj();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[4]:
135
- this.vf.ci();
135
+ this.vg.ci();
136
136
  break;
137
137
  case GeographicSymbolSeries.$$p[6]:
138
- this.vf.cl();
138
+ this.vg.cl();
139
139
  break;
140
140
  case "XAxis":
141
- this.vf.cs();
141
+ this.vg.cs();
142
142
  break;
143
143
  case "YAxis":
144
- this.vf.ct();
144
+ this.vg.ct();
145
145
  break;
146
146
  case GeographicSymbolSeries.$$p[1]:
147
- this.t4.wj = this.vj;
148
- this.vh = this.vj;
149
- if (this.vj) {
150
- var e = this.t4;
151
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
147
+ this.t5.wk = this.vk;
148
+ this.vi = this.vk;
149
+ if (this.vk) {
150
+ var e = this.t5;
151
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vy));
152
152
  }
153
153
  else {
154
- var f = this.t4;
155
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
154
+ var f = this.t5;
155
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vy));
156
156
  }
157
157
  break;
158
158
  case GeographicSymbolSeries.$$p[0]:
159
- this.t4.wi = this.vi;
160
- this.vg = this.vi;
161
- if (this.vj) {
162
- var g = this.t4;
163
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
159
+ this.t5.wj = this.vj;
160
+ this.vh = this.vj;
161
+ if (this.vk) {
162
+ var g = this.t5;
163
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vx));
164
164
  }
165
165
  else {
166
- var h = this.t4;
167
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
166
+ var h = this.t5;
167
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vx));
168
168
  }
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[2]:
171
- this.t4.v7 = this.vd;
171
+ this.t5.v3 = this.ve;
172
172
  break;
173
173
  case GeographicSymbolSeries.$$p[3]:
174
- this.t4.w1 = this.vl;
174
+ this.t5.w2 = this.vm;
175
175
  break;
176
176
  }
177
177
  };
178
- GeographicSymbolSeries.prototype.vx = function (a, b) {
178
+ GeographicSymbolSeries.prototype.vy = function (a, b) {
179
179
  if (this.assigningScatterStyle != null) {
180
180
  this.assigningScatterStyle(this, b);
181
181
  }
182
182
  };
183
- GeographicSymbolSeries.prototype.vw = function (a, b) {
183
+ GeographicSymbolSeries.prototype.vx = function (a, b) {
184
184
  if (this.assigningScatterMarkerStyle != null) {
185
185
  this.assigningScatterMarkerStyle(this, b);
186
186
  }
187
187
  };
188
188
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
189
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vi:vy', [0, false], 'IsCustomScatterStyleAllowed:vj:vz', [0, false], 'ItemSearchMode:vd:v0', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vl:v1', [1, 10000], 'LatitudeMemberPath:vq:v2', [2, null], 'LongitudeMemberPath:vs:v3', [2, null], 'MarkerCollisionAvoidance:vc:v4', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vk:v5', [0, false]]);
189
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vj:vz', [0, false], 'IsCustomScatterStyleAllowed:vk:v0', [0, false], 'ItemSearchMode:ve:v1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vm:v2', [1, 10000], 'LatitudeMemberPath:vr:v3', [2, null], 'LongitudeMemberPath:vt:v4', [2, null], 'MarkerCollisionAvoidance:vd:v5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vl:v6', [0, false]]);
190
190
  return GeographicSymbolSeries;
191
191
  }(GeographicMarkerSeries));
192
192
  export { GeographicSymbolSeries };
@@ -16,65 +16,65 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(GeographicTileSeries, _super);
17
17
  function GeographicTileSeries() {
18
18
  var _this = _super.call(this) || this;
19
+ _this.vc = null;
19
20
  _this.vb = null;
20
- _this.va = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
24
24
  }
25
- GeographicTileSeries.prototype.bg = function () {
25
+ GeographicTileSeries.prototype.bc = function () {
26
26
  return new GeographicTileSeries();
27
27
  };
28
28
  GeographicTileSeries.prototype.get_fh = function () {
29
29
  return true;
30
30
  };
31
- Object.defineProperty(GeographicTileSeries.prototype, "vc", {
31
+ Object.defineProperty(GeographicTileSeries.prototype, "vd", {
32
32
  get: function () {
33
- return this.vb;
33
+ return this.vc;
34
34
  },
35
35
  set: function (a) {
36
- var b = a != this.vc;
36
+ var b = a != this.vd;
37
37
  if (b) {
38
- var c = this.vc;
39
- this.vb = a;
38
+ var c = this.vd;
39
+ this.vc = a;
40
40
  this.raisePropertyChanged("TileImagery", c, a);
41
41
  }
42
42
  },
43
43
  enumerable: false,
44
44
  configurable: true
45
45
  });
46
- GeographicTileSeries.prototype.vg = function () {
47
- if (this.vc != null) {
48
- this.vc.clearTileCache();
46
+ GeographicTileSeries.prototype.vh = function () {
47
+ if (this.vd != null) {
48
+ this.vd.clearTileCache();
49
49
  }
50
50
  };
51
- GeographicTileSeries.prototype.o9 = function (a, b, c, d) {
52
- _super.prototype.o9.call(this, a, b, c, d);
51
+ GeographicTileSeries.prototype.pa = function (a, b, c, d) {
52
+ _super.prototype.pa.call(this, a, b, c, d);
53
53
  switch (b) {
54
54
  case "TileImagery":
55
- if (this.t4 != null) {
56
- this.t4.wx = this.vc;
55
+ if (this.t5 != null) {
56
+ this.t5.wy = this.vd;
57
57
  }
58
58
  break;
59
59
  }
60
60
  };
61
- GeographicTileSeries.prototype.t9 = function () {
62
- _super.prototype.t9.call(this);
63
- this.t4.wx = this.vc;
64
- if (this.va != null) {
65
- var a = this.va;
66
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vf));
61
+ GeographicTileSeries.prototype.ua = function () {
62
+ _super.prototype.ua.call(this);
63
+ this.t5.wy = this.vd;
64
+ if (this.vb != null) {
65
+ var a = this.vb;
66
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vg));
67
67
  }
68
- this.va = this.t4;
69
- if (this.va != null) {
70
- var b = this.va;
71
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vf));
68
+ this.vb = this.t5;
69
+ if (this.vb != null) {
70
+ var b = this.vb;
71
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vg));
72
72
  }
73
73
  };
74
- GeographicTileSeries.prototype.t3 = function () {
74
+ GeographicTileSeries.prototype.t4 = function () {
75
75
  return new TileSeries();
76
76
  };
77
- GeographicTileSeries.prototype.vf = function (a, b) {
77
+ GeographicTileSeries.prototype.vg = function (a, b) {
78
78
  if (this.imageTilesReady != null) {
79
79
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
80
80
  }