igniteui-angular-maps 14.1.1 → 14.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1470 -1458
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/TileSeries_combined.js +88 -88
  14. package/esm2015/lib/XamGeographicMap_combined.js +472 -460
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  18. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  19. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  20. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  21. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  22. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
  23. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  24. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  25. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  26. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  27. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  28. package/esm2015/lib/igx-tile-series-component.js +4 -4
  29. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  30. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
  31. package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
  32. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  33. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  34. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
  35. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
  36. package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
  37. package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
  38. package/esm5/lib/GeographicTileSeries.js +27 -27
  39. package/esm5/lib/TileSeries_combined.js +86 -86
  40. package/esm5/lib/XamGeographicMap_combined.js +465 -453
  41. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  42. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  43. package/esm5/lib/igx-geographic-map-component.js +50 -50
  44. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  45. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  47. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
  48. package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
  49. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  50. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  51. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  52. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  53. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  54. package/esm5/lib/igx-tile-series-component.js +4 -4
  55. package/fesm2015/igniteui-angular-maps.js +1484 -1472
  56. package/fesm5/igniteui-angular-maps.js +1471 -1459
  57. package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
  58. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
  59. package/lib/GeographicMapSeriesHost_combined.d.ts +39 -39
  60. package/lib/GeographicMarkerSeries.d.ts +18 -18
  61. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  62. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  63. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  64. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  65. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  66. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  67. package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
  68. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  69. package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
  70. package/lib/GeographicTileSeries.d.ts +10 -10
  71. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  72. package/lib/TileSeries_combined.d.ts +21 -21
  73. package/lib/XamGeographicMap_combined.d.ts +112 -112
  74. package/package.json +2 -2
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
30
30
  this.ci = null;
31
31
  this.ci = a;
32
32
  if (!this.q) {
33
- this.ci.qz = "points";
33
+ this.ci.q3 = "points";
34
34
  }
35
35
  }
36
36
  as() {
37
37
  super.as();
38
38
  if (!this.q) {
39
- this.ci.sj = Defaults.aj;
40
- this.ci.gz = Defaults.p;
41
- this.ci.ri = Defaults.o;
42
- this.ci.rf = Defaults.d;
43
- this.ci.rd = Defaults.a;
39
+ this.ci.sn = Defaults.aj;
40
+ this.ci.g1 = Defaults.p;
41
+ this.ci.rm = Defaults.o;
42
+ this.ci.rj = Defaults.d;
43
+ this.ci.rh = Defaults.a;
44
44
  }
45
45
  }
46
46
  b2() {
47
47
  super.b2();
48
- this.ci.p6.ud = this.ci.sl;
49
- this.ci.p6.s6 = this.ci.rg;
50
- this.ci.p6.ts = this.ci.r1;
51
- this.ci.p6.s9 = this.ci.ri;
52
- this.ci.p6.ss = this.ci.rc;
48
+ this.ci.qa.uh = this.ci.sp;
49
+ this.ci.qa.ta = this.ci.rk;
50
+ this.ci.qa.tw = this.ci.r5;
51
+ this.ci.qa.td = this.ci.rm;
52
+ this.ci.qa.sw = this.ci.rg;
53
53
  }
54
54
  cn() {
55
- this.ci.p6.ts = this.ci.r1;
55
+ this.ci.qa.tw = this.ci.r5;
56
56
  }
57
57
  cp() {
58
- this.ci.p6.s9 = this.ci.ri;
58
+ this.ci.qa.td = this.ci.rm;
59
59
  }
60
60
  ck() {
61
- this.ci.p6.ss = this.ci.rc;
61
+ this.ci.qa.sw = this.ci.rg;
62
62
  }
63
63
  co() {
64
- this.ci.p6.s1 = this.ci.rf;
64
+ this.ci.qa.s5 = this.ci.rj;
65
65
  }
66
66
  cj() {
67
- this.ci.p6.t9 = this.ci.si;
67
+ this.ci.qa.ud = this.ci.sm;
68
68
  }
69
69
  cl() {
70
- this.ci.p6.ua = this.ci.sj;
70
+ this.ci.qa.ue = this.ci.sn;
71
71
  }
72
72
  cm() {
73
- this.ci.p6.uc = this.ci.sk;
73
+ this.ci.qa.ug = this.ci.so;
74
74
  }
75
75
  cq() {
76
- this.ci.p6.s6 = this.ci.rg;
76
+ this.ci.qa.ta = this.ci.rk;
77
77
  }
78
78
  cr() {
79
- this.ci.p6.ud = this.ci.sl;
79
+ this.ci.qa.uh = this.ci.sp;
80
80
  }
81
81
  }
82
82
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -92,95 +92,95 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
92
92
  this.styleShape = null;
93
93
  this.ab = GeographicShapeSeries.$;
94
94
  }
95
- get_d7() {
95
+ get_d8() {
96
96
  return true;
97
97
  }
98
98
  bx() {
99
99
  return new GeographicShapeSeriesView(this);
100
100
  }
101
- lz(a) {
102
- super.lz(a);
103
- this.rh = a;
101
+ l2(a) {
102
+ super.l2(a);
103
+ this.rl = a;
104
104
  }
105
- p5() {
105
+ p9() {
106
106
  let a = new ScatterPolygonSeries();
107
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ry));
108
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.rz));
107
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.r2));
108
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.r3));
109
109
  return a;
110
110
  }
111
- ry(a, b) {
111
+ r2(a, b) {
112
112
  if (this.styleShape != null) {
113
113
  this.styleShape(this, b);
114
114
  }
115
115
  }
116
- rz(a, b) {
117
- let c = typeCast(ScatterPolygonSeries.$, this.p6);
116
+ r3(a, b) {
117
+ let c = typeCast(ScatterPolygonSeries.$, this.qa);
118
118
  if (c == null) {
119
119
  return;
120
120
  }
121
121
  }
122
- f2() {
123
- return this.ri;
122
+ f4() {
123
+ return this.rm;
124
124
  }
125
- o6() {
126
- return this.sg;
125
+ pa() {
126
+ return this.sk;
127
127
  }
128
- o7() {
129
- return this.sh;
128
+ pb() {
129
+ return this.sl;
130
130
  }
131
- ne() {
132
- return this.r0;
131
+ nh() {
132
+ return this.r4;
133
133
  }
134
- iy() {
135
- let a = typeCast(ScatterPolygonSeries.$, this.p6);
134
+ i0() {
135
+ let a = typeCast(ScatterPolygonSeries.$, this.qa);
136
136
  if (a == null) {
137
137
  return "Unknown";
138
138
  }
139
- return a.iy();
139
+ return a.i0();
140
140
  }
141
- l4(a, b, c, d) {
142
- super.l4(a, b, c, d);
141
+ l7(a, b, c, d) {
142
+ super.l7(a, b, c, d);
143
143
  switch (b) {
144
144
  case GeographicShapeSeries.$$p[6]:
145
- this.p6.sz = this.re;
145
+ this.qa.s3 = this.ri;
146
146
  break;
147
147
  case GeographicShapeSeries.$$p[5]:
148
- this.p6.sv = this.rd;
148
+ this.qa.sz = this.rh;
149
149
  break;
150
150
  case GeographicShapeSeries.$$p[9]:
151
- this.rh.cn();
151
+ this.rl.cn();
152
152
  break;
153
153
  case GeographicShapeSeries.$$p[10]:
154
- this.rh.cp();
154
+ this.rl.cp();
155
155
  break;
156
156
  case GeographicShapeSeries.$$p[4]:
157
- this.rh.ck();
157
+ this.rl.ck();
158
158
  break;
159
159
  case GeographicShapeSeries.$$p[11]:
160
- this.rh.co();
160
+ this.rl.co();
161
161
  break;
162
162
  case GeographicShapeSeries.$$p[3]:
163
- this.rh.cj();
163
+ this.rl.cj();
164
164
  break;
165
165
  case GeographicShapeSeries.$$p[7]:
166
- this.rh.cl();
166
+ this.rl.cl();
167
167
  break;
168
168
  case GeographicShapeSeries.$$p[8]:
169
- this.rh.cm();
169
+ this.rl.cm();
170
170
  break;
171
171
  case GeographicShapeSeries.$$p[13]:
172
- this.rh.cq();
172
+ this.rl.cq();
173
173
  break;
174
174
  case GeographicShapeSeries.$$p[12]:
175
- this.rh.cr();
175
+ this.rl.cr();
176
176
  break;
177
177
  }
178
178
  }
179
- gv() {
179
+ gx() {
180
180
  return 0.7;
181
181
  }
182
182
  }
183
183
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
184
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sg:r2', [Brush.$], 'ActualMarkerOutline:sh:r3', [Brush.$], 'ActualMarkerTemplate:r0:r4', [DataTemplate.$, null], 'MarkerBrush:si:r5', [Brush.$], 'MarkerCollisionAvoidance:rc:r6', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rd:r7', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:re:r8', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sj:r9', [Brush.$], 'MarkerStyle:sk:sa', [Style.$], 'MarkerTemplate:r1:sb', [DataTemplate.$, null], 'MarkerThickness:ri:sc', [1, DeviceUtils.g(2)], 'MarkerType:rf:sd', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sl:se', [Style.$, null], 'ShapeStyleSelector:rg:sf', [StyleSelector.$, null]]);
184
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sk:r6', [Brush.$], 'ActualMarkerOutline:sl:r7', [Brush.$], 'ActualMarkerTemplate:r4:r8', [DataTemplate.$, null], 'MarkerBrush:sm:r9', [Brush.$], 'MarkerCollisionAvoidance:rg:sa', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rh:sb', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:ri:sc', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sn:sd', [Brush.$], 'MarkerStyle:so:se', [Style.$], 'MarkerTemplate:r5:sf', [DataTemplate.$, null], 'MarkerThickness:rm:sg', [1, DeviceUtils.g(2)], 'MarkerType:rj:sh', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sp:si', [Style.$, null], 'ShapeStyleSelector:rk:sj', [StyleSelector.$, null]]);
185
185
  return GeographicShapeSeries;
186
186
  })();
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
28
  }
29
29
  }
30
30
  b2() {
31
- let a = this.ce.p6;
31
+ let a = this.ce.qa;
32
32
  super.b2();
33
- a.te = this.ce.ru;
34
- a.tm = this.ce.rs;
35
- a.qd = this.ce.qg;
36
- a.qz = this.ce.qw;
37
- a.qi = this.ce.qh;
33
+ a.ti = this.ce.ry;
34
+ a.tq = this.ce.rw;
35
+ a.qh = this.ce.qk;
36
+ a.q3 = this.ce.q0;
37
+ a.qm = this.ce.ql;
38
38
  }
39
39
  cg() {
40
- this.ce.p6.te = this.ce.ru;
40
+ this.ce.qa.ti = this.ce.ry;
41
41
  }
42
42
  cf() {
43
- this.ce.p6.tm = this.ce.rs;
43
+ this.ce.qa.tq = this.ce.rw;
44
44
  }
45
45
  cm() {
46
- this.ce.p6.qd = this.ce.qg;
46
+ this.ce.qa.qh = this.ce.qk;
47
47
  }
48
48
  ck() {
49
- this.ce.p6.qz = this.ce.qw;
49
+ this.ce.qa.q3 = this.ce.q0;
50
50
  }
51
51
  cl() {
52
- this.ce.p6.qi = this.ce.qh;
52
+ this.ce.qa.qm = this.ce.ql;
53
53
  }
54
54
  cn() {
55
- this.ce.p6.sy = this.ce.qi;
55
+ this.ce.qa.s2 = this.ce.qm;
56
56
  }
57
57
  cp() {
58
- this.ce.p6.xAxis = this.ce.cd.s2;
58
+ this.ce.qa.xAxis = this.ce.cd.tw;
59
59
  }
60
60
  cq() {
61
- this.ce.p6.yAxis = this.ce.cd.s4;
61
+ this.ce.qa.yAxis = this.ce.cd.ty;
62
62
  }
63
63
  co() {
64
- let a = this.ce.p6;
64
+ let a = this.ce.qa;
65
65
  if (this.ce.cd == null) {
66
66
  a.xAxis = null;
67
67
  a.yAxis = null;
68
68
  return;
69
69
  }
70
- a.xAxis = this.ce.cd.s2;
71
- a.yAxis = this.ce.cd.s4;
70
+ a.xAxis = this.ce.cd.tw;
71
+ a.yAxis = this.ce.cd.ty;
72
72
  }
73
73
  ci() {
74
- this.ce.p6.rp = this.ce.re;
74
+ this.ce.qa.rt = this.ce.ri;
75
75
  }
76
76
  ch() {
77
- this.ce.p6.rf = this.ce.ra;
77
+ this.ce.qa.rj = this.ce.re;
78
78
  }
79
79
  cj() {
80
- this.ce.p6.rg = this.ce.rb;
80
+ this.ce.qa.rk = this.ce.rf;
81
81
  }
82
82
  }
83
83
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -90,9 +90,9 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
90
90
  class GeographicSymbolSeries extends GeographicMarkerSeries {
91
91
  constructor() {
92
92
  super();
93
- this.rg = null;
94
- this.rj = false;
95
- this.ri = false;
93
+ this.rk = null;
94
+ this.rn = false;
95
+ this.rm = false;
96
96
  this.assigningScatterStyle = null;
97
97
  this.assigningScatterMarkerStyle = null;
98
98
  this.ab = GeographicSymbolSeries.$;
@@ -103,84 +103,84 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
103
103
  bx() {
104
104
  return new GeographicSymbolSeriesView(this);
105
105
  }
106
- lz(a) {
107
- super.lz(a);
108
- this.rh = a;
106
+ l2(a) {
107
+ super.l2(a);
108
+ this.rl = a;
109
109
  }
110
- gv() {
110
+ gx() {
111
111
  return 0.7;
112
112
  }
113
- p5() {
113
+ p9() {
114
114
  return new ScatterSeries();
115
115
  }
116
- get_dx() {
116
+ get_dy() {
117
117
  return true;
118
118
  }
119
- l4(a, b, c, d) {
120
- super.l4(a, b, c, d);
119
+ l7(a, b, c, d) {
120
+ super.l7(a, b, c, d);
121
121
  switch (b) {
122
122
  case "SeriesViewer":
123
- this.rh.co();
123
+ this.rl.co();
124
124
  break;
125
125
  case GeographicSymbolSeries.$$p[5]:
126
- this.rh.cg();
126
+ this.rl.cg();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[4]:
129
- this.rh.cf();
129
+ this.rl.cf();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[6]:
132
- this.rh.ci();
132
+ this.rl.ci();
133
133
  break;
134
134
  case "XAxis":
135
- this.rh.cp();
135
+ this.rl.cp();
136
136
  break;
137
137
  case "YAxis":
138
- this.rh.cq();
138
+ this.rl.cq();
139
139
  break;
140
140
  case GeographicSymbolSeries.$$p[1]:
141
- this.p6.sk = this.rl;
142
- this.rj = this.rl;
143
- if (this.rl) {
144
- let e = this.p6;
145
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.rz));
141
+ this.qa.so = this.rp;
142
+ this.rn = this.rp;
143
+ if (this.rp) {
144
+ let e = this.qa;
145
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.r3));
146
146
  }
147
147
  else {
148
- let f = this.p6;
149
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.rz));
148
+ let f = this.qa;
149
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.r3));
150
150
  }
151
151
  break;
152
152
  case GeographicSymbolSeries.$$p[0]:
153
- this.p6.sj = this.rk;
154
- this.ri = this.rk;
155
- if (this.rl) {
156
- let g = this.p6;
157
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ry));
153
+ this.qa.sn = this.ro;
154
+ this.rm = this.ro;
155
+ if (this.rp) {
156
+ let g = this.qa;
157
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.r2));
158
158
  }
159
159
  else {
160
- let h = this.p6;
161
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ry));
160
+ let h = this.qa;
161
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.r2));
162
162
  }
163
163
  break;
164
164
  case GeographicSymbolSeries.$$p[2]:
165
- this.p6.r9 = this.rf;
165
+ this.qa.sd = this.rj;
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[3]:
168
- this.p6.sx = this.rn;
168
+ this.qa.s1 = this.rr;
169
169
  break;
170
170
  }
171
171
  }
172
- rz(a, b) {
172
+ r3(a, b) {
173
173
  if (this.assigningScatterStyle != null) {
174
174
  this.assigningScatterStyle(this, b);
175
175
  }
176
176
  }
177
- ry(a, b) {
177
+ r2(a, b) {
178
178
  if (this.assigningScatterMarkerStyle != null) {
179
179
  this.assigningScatterMarkerStyle(this, b);
180
180
  }
181
181
  }
182
182
  }
183
183
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
184
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rk:r0', [0, false], 'IsCustomScatterStyleAllowed:rl:r1', [0, false], 'ItemSearchMode:rf:r2', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rn:r3', [1, 10000], 'LatitudeMemberPath:rs:r4', [2, null], 'LongitudeMemberPath:ru:r5', [2, null], 'MarkerCollisionAvoidance:re:r6', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rm:r7', [0, false]]);
184
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:ro:r4', [0, false], 'IsCustomScatterStyleAllowed:rp:r5', [0, false], 'ItemSearchMode:rj:r6', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rr:r7', [1, 10000], 'LatitudeMemberPath:rw:r8', [2, null], 'LongitudeMemberPath:ry:r9', [2, null], 'MarkerCollisionAvoidance:ri:sa', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rq:sb', [0, false]]);
185
185
  return GeographicSymbolSeries;
186
186
  })();
@@ -15,57 +15,57 @@ export let GeographicTileSeries = /*@__PURE__*/ (() => {
15
15
  class GeographicTileSeries extends GeographicShapeSeriesBase {
16
16
  constructor() {
17
17
  super();
18
- this.rd = null;
19
- this.rc = null;
18
+ this.rh = null;
19
+ this.rg = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
23
- get_ei() {
23
+ get_ej() {
24
24
  return true;
25
25
  }
26
- get re() {
27
- return this.rd;
26
+ get ri() {
27
+ return this.rh;
28
28
  }
29
- set re(a) {
30
- let b = a != this.re;
29
+ set ri(a) {
30
+ let b = a != this.ri;
31
31
  if (b) {
32
- let c = this.re;
33
- this.rd = a;
32
+ let c = this.ri;
33
+ this.rh = a;
34
34
  this.raisePropertyChanged("TileImagery", c, a);
35
35
  }
36
36
  }
37
- ri() {
38
- if (this.re != null) {
39
- this.re.clearTileCache();
37
+ rm() {
38
+ if (this.ri != null) {
39
+ this.ri.clearTileCache();
40
40
  }
41
41
  }
42
- l4(a, b, c, d) {
43
- super.l4(a, b, c, d);
42
+ l7(a, b, c, d) {
43
+ super.l7(a, b, c, d);
44
44
  switch (b) {
45
45
  case "TileImagery":
46
- if (this.p6 != null) {
47
- this.p6.sv = this.re;
46
+ if (this.qa != null) {
47
+ this.qa.sz = this.ri;
48
48
  }
49
49
  break;
50
50
  }
51
51
  }
52
- qb() {
53
- super.qb();
54
- this.p6.sv = this.re;
55
- if (this.rc != null) {
56
- let a = this.rc;
57
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rh));
52
+ qf() {
53
+ super.qf();
54
+ this.qa.sz = this.ri;
55
+ if (this.rg != null) {
56
+ let a = this.rg;
57
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rl));
58
58
  }
59
- this.rc = this.p6;
60
- if (this.rc != null) {
61
- let b = this.rc;
62
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rh));
59
+ this.rg = this.qa;
60
+ if (this.rg != null) {
61
+ let b = this.rg;
62
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rl));
63
63
  }
64
64
  }
65
- p5() {
65
+ p9() {
66
66
  return new TileSeries();
67
67
  }
68
- rh(a, b) {
68
+ rl(a, b) {
69
69
  if (this.imageTilesReady != null) {
70
70
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
71
71
  }