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

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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1047 -1020
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +182 -182
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +21 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +59 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +61 -58
  12. package/esm2015/lib/GeographicTileSeries.js +30 -27
  13. package/esm2015/lib/TileSeries_combined.js +94 -91
  14. package/esm2015/lib/XamGeographicMap_combined.js +93 -90
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -78
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +180 -180
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +21 -18
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -89
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +59 -56
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +61 -58
  37. package/esm5/lib/GeographicTileSeries.js +29 -26
  38. package/esm5/lib/TileSeries_combined.js +92 -89
  39. package/esm5/lib/XamGeographicMap_combined.js +92 -89
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1055 -1028
  54. package/fesm5/igniteui-angular-maps.js +1047 -1020
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -13
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -21
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -9
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +26 -25
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -18
  68. package/lib/GeographicTileSeries.d.ts +10 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +23 -21
  71. package/lib/XamGeographicMap_combined.d.ts +28 -27
  72. package/package.json +2 -2
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
30
30
  this.cl = null;
31
31
  this.cl = a;
32
32
  if (!this.q) {
33
- this.cl.uw = "points";
33
+ this.cl.ux = "points";
34
34
  }
35
35
  }
36
36
  au() {
37
37
  super.au();
38
38
  if (!this.q) {
39
- this.cl.wg = Defaults.aj;
40
- this.cl.iu = Defaults.p;
41
- this.cl.vf = Defaults.o;
42
- this.cl.vc = Defaults.d;
43
- this.cl.va = Defaults.a;
39
+ this.cl.wh = Defaults.aj;
40
+ this.cl.iv = Defaults.p;
41
+ this.cl.vg = Defaults.o;
42
+ this.cl.vd = Defaults.d;
43
+ this.cl.vb = Defaults.a;
44
44
  }
45
45
  }
46
46
  b5() {
47
47
  super.b5();
48
- this.cl.t3.ye = this.cl.wi;
49
- this.cl.t3.w7 = this.cl.vd;
50
- this.cl.t3.xt = this.cl.vy;
51
- this.cl.t3.xa = this.cl.vf;
52
- this.cl.t3.wt = this.cl.u9;
48
+ this.cl.t4.yf = this.cl.wj;
49
+ this.cl.t4.w8 = this.cl.ve;
50
+ this.cl.t4.xu = this.cl.vz;
51
+ this.cl.t4.xb = this.cl.vg;
52
+ this.cl.t4.wu = this.cl.va;
53
53
  }
54
54
  cq() {
55
- this.cl.t3.xt = this.cl.vy;
55
+ this.cl.t4.xu = this.cl.vz;
56
56
  }
57
57
  cs() {
58
- this.cl.t3.xa = this.cl.vf;
58
+ this.cl.t4.xb = this.cl.vg;
59
59
  }
60
60
  cn() {
61
- this.cl.t3.wt = this.cl.u9;
61
+ this.cl.t4.wu = this.cl.va;
62
62
  }
63
63
  cr() {
64
- this.cl.t3.w2 = this.cl.vc;
64
+ this.cl.t4.w3 = this.cl.vd;
65
65
  }
66
66
  cm() {
67
- this.cl.t3.ya = this.cl.wf;
67
+ this.cl.t4.yb = this.cl.wg;
68
68
  }
69
69
  co() {
70
- this.cl.t3.yb = this.cl.wg;
70
+ this.cl.t4.yc = this.cl.wh;
71
71
  }
72
72
  cp() {
73
- this.cl.t3.yd = this.cl.wh;
73
+ this.cl.t4.ye = this.cl.wi;
74
74
  }
75
75
  ct() {
76
- this.cl.t3.w7 = this.cl.vd;
76
+ this.cl.t4.w8 = this.cl.ve;
77
77
  }
78
78
  cu() {
79
- this.cl.t3.ye = this.cl.wi;
79
+ this.cl.t4.yf = this.cl.wj;
80
80
  }
81
81
  }
82
82
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -92,95 +92,98 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
92
92
  this.styleShape = null;
93
93
  this.ab = GeographicShapeSeries.$;
94
94
  }
95
- get_e3() {
95
+ bg() {
96
+ return new GeographicShapeSeries();
97
+ }
98
+ get_e4() {
96
99
  return true;
97
100
  }
98
- cg() {
101
+ ch() {
99
102
  return new GeographicShapeSeriesView(this);
100
103
  }
101
- o0(a) {
102
- super.o0(a);
103
- this.ve = a;
104
+ o1(a) {
105
+ super.o1(a);
106
+ this.vf = a;
104
107
  }
105
- t2() {
108
+ t3() {
106
109
  let a = new ScatterPolygonSeries();
107
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vv));
108
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vw));
110
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.vw));
111
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.vx));
109
112
  return a;
110
113
  }
111
- vv(a, b) {
114
+ vw(a, b) {
112
115
  if (this.styleShape != null) {
113
116
  this.styleShape(this, b);
114
117
  }
115
118
  }
116
- vw(a, b) {
117
- let c = typeCast(ScatterPolygonSeries.$, this.t3);
119
+ vx(a, b) {
120
+ let c = typeCast(ScatterPolygonSeries.$, this.t4);
118
121
  if (c == null) {
119
122
  return;
120
123
  }
121
124
  }
122
- hs() {
123
- return this.vf;
124
- }
125
- sz() {
126
- return this.wd;
125
+ ht() {
126
+ return this.vg;
127
127
  }
128
128
  s0() {
129
129
  return this.we;
130
130
  }
131
- qv() {
132
- return this.vx;
131
+ s1() {
132
+ return this.wf;
133
+ }
134
+ qw() {
135
+ return this.vy;
133
136
  }
134
- kx() {
135
- let a = typeCast(ScatterPolygonSeries.$, this.t3);
137
+ ky() {
138
+ let a = typeCast(ScatterPolygonSeries.$, this.t4);
136
139
  if (a == null) {
137
140
  return "Unknown";
138
141
  }
139
- return a.kx();
142
+ return a.ky();
140
143
  }
141
- o8(a, b, c, d) {
142
- super.o8(a, b, c, d);
144
+ o9(a, b, c, d) {
145
+ super.o9(a, b, c, d);
143
146
  switch (b) {
144
147
  case GeographicShapeSeries.$$p[6]:
145
- this.t3.w0 = this.vb;
148
+ this.t4.w1 = this.vc;
146
149
  break;
147
150
  case GeographicShapeSeries.$$p[5]:
148
- this.t3.ww = this.va;
151
+ this.t4.wx = this.vb;
149
152
  break;
150
153
  case GeographicShapeSeries.$$p[9]:
151
- this.ve.cq();
154
+ this.vf.cq();
152
155
  break;
153
156
  case GeographicShapeSeries.$$p[10]:
154
- this.ve.cs();
157
+ this.vf.cs();
155
158
  break;
156
159
  case GeographicShapeSeries.$$p[4]:
157
- this.ve.cn();
160
+ this.vf.cn();
158
161
  break;
159
162
  case GeographicShapeSeries.$$p[11]:
160
- this.ve.cr();
163
+ this.vf.cr();
161
164
  break;
162
165
  case GeographicShapeSeries.$$p[3]:
163
- this.ve.cm();
166
+ this.vf.cm();
164
167
  break;
165
168
  case GeographicShapeSeries.$$p[7]:
166
- this.ve.co();
169
+ this.vf.co();
167
170
  break;
168
171
  case GeographicShapeSeries.$$p[8]:
169
- this.ve.cp();
172
+ this.vf.cp();
170
173
  break;
171
174
  case GeographicShapeSeries.$$p[13]:
172
- this.ve.ct();
175
+ this.vf.ct();
173
176
  break;
174
177
  case GeographicShapeSeries.$$p[12]:
175
- this.ve.cu();
178
+ this.vf.cu();
176
179
  break;
177
180
  }
178
181
  }
179
- iq() {
182
+ ir() {
180
183
  return 0.7;
181
184
  }
182
185
  }
183
186
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
184
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:wd:vz', [Brush.$], 'ActualMarkerOutline:we:v0', [Brush.$], 'ActualMarkerTemplate:vx:v1', [DataTemplate.$, null], 'MarkerBrush:wf:v2', [Brush.$], 'MarkerCollisionAvoidance:u9:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:va:v4', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:vb:v5', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:wg:v6', [Brush.$], 'MarkerStyle:wh:v7', [Style.$], 'MarkerTemplate:vy:v8', [DataTemplate.$, null], 'MarkerThickness:vf:v9', [1, DeviceUtils.g(2)], 'MarkerType:vc:wa', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:wi:wb', [Style.$, null], 'ShapeStyleSelector:vd:wc', [StyleSelector.$, null]]);
187
+ 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]]);
185
188
  return GeographicShapeSeries;
186
189
  })();
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
28
  }
29
29
  }
30
30
  b5() {
31
- let a = this.ch.t3;
31
+ let a = this.ch.t4;
32
32
  super.b5();
33
- a.xl = this.ch.vr;
34
- a.xt = this.ch.vp;
35
- a.ua = this.ch.ud;
36
- a.uw = this.ch.ut;
37
- a.uf = this.ch.ue;
33
+ a.xm = this.ch.vs;
34
+ a.xu = this.ch.vq;
35
+ a.ub = this.ch.ue;
36
+ a.ux = this.ch.uu;
37
+ a.ug = this.ch.uf;
38
38
  }
39
39
  cj() {
40
- this.ch.t3.xl = this.ch.vr;
40
+ this.ch.t4.xm = this.ch.vs;
41
41
  }
42
42
  ci() {
43
- this.ch.t3.xt = this.ch.vp;
43
+ this.ch.t4.xu = this.ch.vq;
44
44
  }
45
45
  cp() {
46
- this.ch.t3.ua = this.ch.ud;
46
+ this.ch.t4.ub = this.ch.ue;
47
47
  }
48
48
  cn() {
49
- this.ch.t3.uw = this.ch.ut;
49
+ this.ch.t4.ux = this.ch.uu;
50
50
  }
51
51
  co() {
52
- this.ch.t3.uf = this.ch.ue;
52
+ this.ch.t4.ug = this.ch.uf;
53
53
  }
54
54
  cq() {
55
- this.ch.t3.w1 = this.ch.uf;
55
+ this.ch.t4.w2 = this.ch.ug;
56
56
  }
57
57
  cs() {
58
- this.ch.t3.xAxis = this.ch.cy.ua;
58
+ this.ch.t4.xAxis = this.ch.cz.ua;
59
59
  }
60
60
  ct() {
61
- this.ch.t3.yAxis = this.ch.cy.uc;
61
+ this.ch.t4.yAxis = this.ch.cz.uc;
62
62
  }
63
63
  cr() {
64
- let a = this.ch.t3;
65
- if (this.ch.cy == null) {
64
+ let a = this.ch.t4;
65
+ if (this.ch.cz == null) {
66
66
  a.xAxis = null;
67
67
  a.yAxis = null;
68
68
  return;
69
69
  }
70
- a.xAxis = this.ch.cy.ua;
71
- a.yAxis = this.ch.cy.uc;
70
+ a.xAxis = this.ch.cz.ua;
71
+ a.yAxis = this.ch.cz.uc;
72
72
  }
73
73
  cl() {
74
- this.ch.t3.vm = this.ch.vb;
74
+ this.ch.t4.vn = this.ch.vc;
75
75
  }
76
76
  ck() {
77
- this.ch.t3.vc = this.ch.u7;
77
+ this.ch.t4.vd = this.ch.u8;
78
78
  }
79
79
  cm() {
80
- this.ch.t3.vd = this.ch.u8;
80
+ this.ch.t4.ve = this.ch.u9;
81
81
  }
82
82
  }
83
83
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -90,97 +90,100 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
90
90
  class GeographicSymbolSeries extends GeographicMarkerSeries {
91
91
  constructor() {
92
92
  super();
93
- this.vd = null;
93
+ this.ve = null;
94
+ this.vh = false;
94
95
  this.vg = false;
95
- this.vf = false;
96
96
  this.assigningScatterStyle = null;
97
97
  this.assigningScatterMarkerStyle = null;
98
98
  this.ab = GeographicSymbolSeries.$;
99
99
  }
100
- get_dx() {
100
+ bg() {
101
+ return new GeographicSymbolSeries();
102
+ }
103
+ get_dy() {
101
104
  return true;
102
105
  }
103
- cg() {
106
+ ch() {
104
107
  return new GeographicSymbolSeriesView(this);
105
108
  }
106
- o0(a) {
107
- super.o0(a);
108
- this.ve = a;
109
+ o1(a) {
110
+ super.o1(a);
111
+ this.vf = a;
109
112
  }
110
- iq() {
113
+ ir() {
111
114
  return 0.7;
112
115
  }
113
- t2() {
116
+ t3() {
114
117
  return new ScatterSeries();
115
118
  }
116
- get_es() {
119
+ get_et() {
117
120
  return true;
118
121
  }
119
- o8(a, b, c, d) {
120
- super.o8(a, b, c, d);
122
+ o9(a, b, c, d) {
123
+ super.o9(a, b, c, d);
121
124
  switch (b) {
122
125
  case "SeriesViewer":
123
- this.ve.cr();
126
+ this.vf.cr();
124
127
  break;
125
128
  case GeographicSymbolSeries.$$p[5]:
126
- this.ve.cj();
129
+ this.vf.cj();
127
130
  break;
128
131
  case GeographicSymbolSeries.$$p[4]:
129
- this.ve.ci();
132
+ this.vf.ci();
130
133
  break;
131
134
  case GeographicSymbolSeries.$$p[6]:
132
- this.ve.cl();
135
+ this.vf.cl();
133
136
  break;
134
137
  case "XAxis":
135
- this.ve.cs();
138
+ this.vf.cs();
136
139
  break;
137
140
  case "YAxis":
138
- this.ve.ct();
141
+ this.vf.ct();
139
142
  break;
140
143
  case GeographicSymbolSeries.$$p[1]:
141
- this.t3.wi = this.vi;
142
- this.vg = this.vi;
143
- if (this.vi) {
144
- let e = this.t3;
145
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vw));
144
+ this.t4.wj = this.vj;
145
+ this.vh = this.vj;
146
+ if (this.vj) {
147
+ let e = this.t4;
148
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vx));
146
149
  }
147
150
  else {
148
- let f = this.t3;
149
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vw));
151
+ let f = this.t4;
152
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vx));
150
153
  }
151
154
  break;
152
155
  case GeographicSymbolSeries.$$p[0]:
153
- this.t3.wh = this.vh;
154
- this.vf = this.vh;
155
- if (this.vi) {
156
- let g = this.t3;
157
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vv));
156
+ this.t4.wi = this.vi;
157
+ this.vg = this.vi;
158
+ if (this.vj) {
159
+ let g = this.t4;
160
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vw));
158
161
  }
159
162
  else {
160
- let h = this.t3;
161
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vv));
163
+ let h = this.t4;
164
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vw));
162
165
  }
163
166
  break;
164
167
  case GeographicSymbolSeries.$$p[2]:
165
- this.t3.v6 = this.vc;
168
+ this.t4.v7 = this.vd;
166
169
  break;
167
170
  case GeographicSymbolSeries.$$p[3]:
168
- this.t3.w0 = this.vk;
171
+ this.t4.w1 = this.vl;
169
172
  break;
170
173
  }
171
174
  }
172
- vw(a, b) {
175
+ vx(a, b) {
173
176
  if (this.assigningScatterStyle != null) {
174
177
  this.assigningScatterStyle(this, b);
175
178
  }
176
179
  }
177
- vv(a, b) {
180
+ vw(a, b) {
178
181
  if (this.assigningScatterMarkerStyle != null) {
179
182
  this.assigningScatterMarkerStyle(this, b);
180
183
  }
181
184
  }
182
185
  }
183
186
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
184
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vh:vx', [0, false], 'IsCustomScatterStyleAllowed:vi:vy', [0, false], 'ItemSearchMode:vc:vz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vk:v0', [1, 10000], 'LatitudeMemberPath:vp:v1', [2, null], 'LongitudeMemberPath:vr:v2', [2, null], 'MarkerCollisionAvoidance:vb:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vj:v4', [0, false]]);
187
+ 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]]);
185
188
  return GeographicSymbolSeries;
186
189
  })();
@@ -15,57 +15,60 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
15
15
  class GeographicTileSeries extends GeographicShapeSeriesBase {
16
16
  constructor() {
17
17
  super();
18
+ this.vb = null;
18
19
  this.va = null;
19
- this.u9 = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
23
- get_fg() {
23
+ bg() {
24
+ return new GeographicTileSeries();
25
+ }
26
+ get_fh() {
24
27
  return true;
25
28
  }
26
- get vb() {
27
- return this.va;
29
+ get vc() {
30
+ return this.vb;
28
31
  }
29
- set vb(a) {
30
- let b = a != this.vb;
32
+ set vc(a) {
33
+ let b = a != this.vc;
31
34
  if (b) {
32
- let c = this.vb;
33
- this.va = a;
35
+ let c = this.vc;
36
+ this.vb = a;
34
37
  this.raisePropertyChanged("TileImagery", c, a);
35
38
  }
36
39
  }
37
- vf() {
38
- if (this.vb != null) {
39
- this.vb.clearTileCache();
40
+ vg() {
41
+ if (this.vc != null) {
42
+ this.vc.clearTileCache();
40
43
  }
41
44
  }
42
- o8(a, b, c, d) {
43
- super.o8(a, b, c, d);
45
+ o9(a, b, c, d) {
46
+ super.o9(a, b, c, d);
44
47
  switch (b) {
45
48
  case "TileImagery":
46
- if (this.t3 != null) {
47
- this.t3.ww = this.vb;
49
+ if (this.t4 != null) {
50
+ this.t4.wx = this.vc;
48
51
  }
49
52
  break;
50
53
  }
51
54
  }
52
- t8() {
53
- super.t8();
54
- this.t3.ww = this.vb;
55
- if (this.u9 != null) {
56
- let a = this.u9;
57
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.ve));
55
+ t9() {
56
+ super.t9();
57
+ this.t4.wx = this.vc;
58
+ if (this.va != null) {
59
+ let a = this.va;
60
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.vf));
58
61
  }
59
- this.u9 = this.t3;
60
- if (this.u9 != null) {
61
- let b = this.u9;
62
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.ve));
62
+ this.va = this.t4;
63
+ if (this.va != null) {
64
+ let b = this.va;
65
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.vf));
63
66
  }
64
67
  }
65
- t2() {
68
+ t3() {
66
69
  return new TileSeries();
67
70
  }
68
- ve(a, b) {
71
+ vf(a, b) {
69
72
  if (this.imageTilesReady != null) {
70
73
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
71
74
  }