igniteui-angular-maps 13.1.1 → 13.2.0-beta.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 (78) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1515 -1496
  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 +86 -80
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
  6. package/esm2015/lib/GeographicMarkerSeries.js +33 -26
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +61 -54
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
  12. package/esm2015/lib/GeographicTileSeries.js +28 -28
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +92 -92
  16. package/esm2015/lib/XamGeographicMap_combined.js +473 -473
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-component.js +50 -50
  20. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  21. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  22. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  23. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  24. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
  25. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  26. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  27. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  28. package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
  29. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  30. package/esm2015/lib/igx-tile-series-component.js +4 -4
  31. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  32. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
  33. package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
  34. package/esm5/lib/GeographicMarkerSeries.js +33 -26
  35. package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
  36. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
  37. package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
  38. package/esm5/lib/GeographicShapeSeriesView_combined.js +61 -54
  39. package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
  40. package/esm5/lib/GeographicTileSeries.js +27 -27
  41. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  42. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  43. package/esm5/lib/TileSeries_combined.js +90 -90
  44. package/esm5/lib/XamGeographicMap_combined.js +466 -466
  45. package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
  46. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  47. package/esm5/lib/igx-geographic-map-component.js +50 -50
  48. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  49. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  50. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  51. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
  52. package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
  53. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  54. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  55. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  56. package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
  57. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  58. package/esm5/lib/igx-tile-series-component.js +4 -4
  59. package/fesm2015/igniteui-angular-maps.js +1528 -1509
  60. package/fesm5/igniteui-angular-maps.js +1515 -1496
  61. package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
  62. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
  63. package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
  64. package/lib/GeographicMarkerSeries.d.ts +18 -17
  65. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  66. package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
  67. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  68. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +28 -28
  69. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  70. package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
  71. package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
  72. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  73. package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
  74. package/lib/GeographicTileSeries.d.ts +10 -10
  75. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  76. package/lib/TileSeries_combined.d.ts +22 -22
  77. package/lib/XamGeographicMap_combined.d.ts +115 -115
  78. package/package.json +3 -3
@@ -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.qm = "points";
33
+ this.ci.qy = "points";
34
34
  }
35
35
  }
36
36
  as() {
37
37
  super.as();
38
38
  if (!this.q) {
39
- this.ci.r6 = Defaults.aj;
40
- this.ci.gp = Defaults.p;
41
- this.ci.q5 = Defaults.o;
42
- this.ci.q2 = Defaults.d;
43
- this.ci.q0 = Defaults.a;
39
+ this.ci.si = Defaults.aj;
40
+ this.ci.gz = Defaults.p;
41
+ this.ci.rh = Defaults.o;
42
+ this.ci.re = Defaults.d;
43
+ this.ci.rc = Defaults.a;
44
44
  }
45
45
  }
46
46
  b2() {
47
47
  super.b2();
48
- this.ci.pt.t0 = this.ci.r8;
49
- this.ci.pt.st = this.ci.q3;
50
- this.ci.pt.tf = this.ci.ro;
51
- this.ci.pt.sw = this.ci.q5;
52
- this.ci.pt.sf = this.ci.qz;
48
+ this.ci.p5.uc = this.ci.sk;
49
+ this.ci.p5.s5 = this.ci.rf;
50
+ this.ci.p5.tr = this.ci.r0;
51
+ this.ci.p5.s8 = this.ci.rh;
52
+ this.ci.p5.sr = this.ci.rb;
53
53
  }
54
54
  cn() {
55
- this.ci.pt.tf = this.ci.ro;
55
+ this.ci.p5.tr = this.ci.r0;
56
56
  }
57
57
  cp() {
58
- this.ci.pt.sw = this.ci.q5;
58
+ this.ci.p5.s8 = this.ci.rh;
59
59
  }
60
60
  ck() {
61
- this.ci.pt.sf = this.ci.qz;
61
+ this.ci.p5.sr = this.ci.rb;
62
62
  }
63
63
  co() {
64
- this.ci.pt.so = this.ci.q2;
64
+ this.ci.p5.s0 = this.ci.re;
65
65
  }
66
66
  cj() {
67
- this.ci.pt.tw = this.ci.r5;
67
+ this.ci.p5.t8 = this.ci.sh;
68
68
  }
69
69
  cl() {
70
- this.ci.pt.tx = this.ci.r6;
70
+ this.ci.p5.t9 = this.ci.si;
71
71
  }
72
72
  cm() {
73
- this.ci.pt.tz = this.ci.r7;
73
+ this.ci.p5.ub = this.ci.sj;
74
74
  }
75
75
  cq() {
76
- this.ci.pt.st = this.ci.q3;
76
+ this.ci.p5.s5 = this.ci.rf;
77
77
  }
78
78
  cr() {
79
- this.ci.pt.t0 = this.ci.r8;
79
+ this.ci.p5.uc = this.ci.sk;
80
80
  }
81
81
  }
82
82
  GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
@@ -92,88 +92,95 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
92
92
  this.styleShape = null;
93
93
  this.ab = GeographicShapeSeries.$;
94
94
  }
95
- get_d3() {
95
+ get_d7() {
96
96
  return true;
97
97
  }
98
- bv() {
98
+ bx() {
99
99
  return new GeographicShapeSeriesView(this);
100
100
  }
101
- lo(a) {
102
- super.lo(a);
103
- this.q4 = a;
101
+ ly(a) {
102
+ super.ly(a);
103
+ this.rg = a;
104
104
  }
105
- ps() {
105
+ p4() {
106
106
  let a = new ScatterPolygonSeries();
107
- a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rl));
108
- a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.rm));
107
+ a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rx));
108
+ a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.ry));
109
109
  return a;
110
110
  }
111
- rl(a, b) {
111
+ rx(a, b) {
112
112
  if (this.styleShape != null) {
113
113
  this.styleShape(this, b);
114
114
  }
115
115
  }
116
- rm(a, b) {
117
- let c = typeCast(ScatterPolygonSeries.$, this.pt);
116
+ ry(a, b) {
117
+ let c = typeCast(ScatterPolygonSeries.$, this.p5);
118
118
  if (c == null) {
119
119
  return;
120
120
  }
121
121
  }
122
- fv() {
123
- return this.q5;
122
+ f2() {
123
+ return this.rh;
124
124
  }
125
- ov() {
126
- return this.r3;
125
+ o5() {
126
+ return this.sf;
127
127
  }
128
- ow() {
129
- return this.r4;
128
+ o6() {
129
+ return this.sg;
130
130
  }
131
- m2() {
132
- return this.rn;
131
+ nd() {
132
+ return this.rz;
133
133
  }
134
- lt(a, b, c, d) {
135
- super.lt(a, b, c, d);
134
+ iy() {
135
+ let a = typeCast(ScatterPolygonSeries.$, this.p5);
136
+ if (a == null) {
137
+ return "Unknown";
138
+ }
139
+ return a.iy();
140
+ }
141
+ l3(a, b, c, d) {
142
+ super.l3(a, b, c, d);
136
143
  switch (b) {
137
144
  case GeographicShapeSeries.$$p[6]:
138
- this.pt.sm = this.q1;
145
+ this.p5.sy = this.rd;
139
146
  break;
140
147
  case GeographicShapeSeries.$$p[5]:
141
- this.pt.si = this.q0;
148
+ this.p5.su = this.rc;
142
149
  break;
143
150
  case GeographicShapeSeries.$$p[9]:
144
- this.q4.cn();
151
+ this.rg.cn();
145
152
  break;
146
153
  case GeographicShapeSeries.$$p[10]:
147
- this.q4.cp();
154
+ this.rg.cp();
148
155
  break;
149
156
  case GeographicShapeSeries.$$p[4]:
150
- this.q4.ck();
157
+ this.rg.ck();
151
158
  break;
152
159
  case GeographicShapeSeries.$$p[11]:
153
- this.q4.co();
160
+ this.rg.co();
154
161
  break;
155
162
  case GeographicShapeSeries.$$p[3]:
156
- this.q4.cj();
163
+ this.rg.cj();
157
164
  break;
158
165
  case GeographicShapeSeries.$$p[7]:
159
- this.q4.cl();
166
+ this.rg.cl();
160
167
  break;
161
168
  case GeographicShapeSeries.$$p[8]:
162
- this.q4.cm();
169
+ this.rg.cm();
163
170
  break;
164
171
  case GeographicShapeSeries.$$p[13]:
165
- this.q4.cq();
172
+ this.rg.cq();
166
173
  break;
167
174
  case GeographicShapeSeries.$$p[12]:
168
- this.q4.cr();
175
+ this.rg.cr();
169
176
  break;
170
177
  }
171
178
  }
172
- gl() {
179
+ gv() {
173
180
  return 0.7;
174
181
  }
175
182
  }
176
183
  GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
177
- GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:r3:rp', [Brush.$], 'ActualMarkerOutline:r4:rq', [Brush.$], 'ActualMarkerTemplate:rn:rr', [DataTemplate.$, null], 'MarkerBrush:r5:rs', [Brush.$], 'MarkerCollisionAvoidance:qz:rt', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:q0:ru', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:q1:rv', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:r6:rw', [Brush.$], 'MarkerStyle:r7:rx', [Style.$], 'MarkerTemplate:ro:ry', [DataTemplate.$, null], 'MarkerThickness:q5:rz', [1, DeviceUtils.g(2)], 'MarkerType:q2:r0', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:r8:r1', [Style.$, null], 'ShapeStyleSelector:q3:r2', [StyleSelector.$, null]]);
184
+ GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sf:r1', [Brush.$], 'ActualMarkerOutline:sg:r2', [Brush.$], 'ActualMarkerTemplate:rz:r3', [DataTemplate.$, null], 'MarkerBrush:sh:r4', [Brush.$], 'MarkerCollisionAvoidance:rb:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rc:r6', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:rd:r7', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:si:r8', [Brush.$], 'MarkerStyle:sj:r9', [Style.$], 'MarkerTemplate:r0:sa', [DataTemplate.$, null], 'MarkerThickness:rh:sb', [1, DeviceUtils.g(2)], 'MarkerType:re:sc', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sk:sd', [Style.$, null], 'ShapeStyleSelector:rf:se', [StyleSelector.$, null]]);
178
185
  return GeographicShapeSeries;
179
186
  })();
@@ -28,56 +28,56 @@ export let GeographicSymbolSeriesView = /*@__PURE__*/ (() => {
28
28
  }
29
29
  }
30
30
  b2() {
31
- let a = this.ce.pt;
31
+ let a = this.ce.p5;
32
32
  super.b2();
33
- a.sx = this.ce.rh;
34
- a.s1 = this.ce.rf;
35
- a.p0 = this.ce.p3;
36
- a.qm = this.ce.qj;
37
- a.p5 = this.ce.p4;
33
+ a.td = this.ce.rt;
34
+ a.tl = this.ce.rr;
35
+ a.qc = this.ce.qf;
36
+ a.qy = this.ce.qv;
37
+ a.qh = this.ce.qg;
38
38
  }
39
39
  cg() {
40
- this.ce.pt.sx = this.ce.rh;
40
+ this.ce.p5.td = this.ce.rt;
41
41
  }
42
42
  cf() {
43
- this.ce.pt.s1 = this.ce.rf;
43
+ this.ce.p5.tl = this.ce.rr;
44
44
  }
45
45
  cm() {
46
- this.ce.pt.p0 = this.ce.p3;
46
+ this.ce.p5.qc = this.ce.qf;
47
47
  }
48
48
  ck() {
49
- this.ce.pt.qm = this.ce.qj;
49
+ this.ce.p5.qy = this.ce.qv;
50
50
  }
51
51
  cl() {
52
- this.ce.pt.p5 = this.ce.p4;
52
+ this.ce.p5.qh = this.ce.qg;
53
53
  }
54
54
  cn() {
55
- this.ce.pt.sl = this.ce.p5;
55
+ this.ce.p5.sx = this.ce.qh;
56
56
  }
57
57
  cp() {
58
- this.ce.pt.xAxis = this.ce.cb.sn;
58
+ this.ce.p5.xAxis = this.ce.cd.s2;
59
59
  }
60
60
  cq() {
61
- this.ce.pt.yAxis = this.ce.cb.sp;
61
+ this.ce.p5.yAxis = this.ce.cd.s4;
62
62
  }
63
63
  co() {
64
- let a = this.ce.pt;
65
- if (this.ce.cb == null) {
64
+ let a = this.ce.p5;
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.cb.sn;
71
- a.yAxis = this.ce.cb.sp;
70
+ a.xAxis = this.ce.cd.s2;
71
+ a.yAxis = this.ce.cd.s4;
72
72
  }
73
73
  ci() {
74
- this.ce.pt.rc = this.ce.q1;
74
+ this.ce.p5.ro = this.ce.rd;
75
75
  }
76
76
  ch() {
77
- this.ce.pt.q2 = this.ce.qx;
77
+ this.ce.p5.re = this.ce.q9;
78
78
  }
79
79
  cj() {
80
- this.ce.pt.q3 = this.ce.qy;
80
+ this.ce.p5.rf = this.ce.ra;
81
81
  }
82
82
  }
83
83
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
@@ -90,97 +90,97 @@ export let GeographicSymbolSeries = /*@__PURE__*/ (() => {
90
90
  class GeographicSymbolSeries extends GeographicMarkerSeries {
91
91
  constructor() {
92
92
  super();
93
- this.q3 = null;
94
- this.q6 = false;
95
- this.q5 = false;
93
+ this.rf = null;
94
+ this.ri = false;
95
+ this.rh = false;
96
96
  this.assigningScatterStyle = null;
97
97
  this.assigningScatterMarkerStyle = null;
98
98
  this.ab = GeographicSymbolSeries.$;
99
99
  }
100
- get_c1() {
100
+ get_c4() {
101
101
  return true;
102
102
  }
103
- bv() {
103
+ bx() {
104
104
  return new GeographicSymbolSeriesView(this);
105
105
  }
106
- lo(a) {
107
- super.lo(a);
108
- this.q4 = a;
106
+ ly(a) {
107
+ super.ly(a);
108
+ this.rg = a;
109
109
  }
110
- gl() {
110
+ gv() {
111
111
  return 0.7;
112
112
  }
113
- ps() {
113
+ p4() {
114
114
  return new ScatterSeries();
115
115
  }
116
- get_dt() {
116
+ get_dx() {
117
117
  return true;
118
118
  }
119
- lt(a, b, c, d) {
120
- super.lt(a, b, c, d);
119
+ l3(a, b, c, d) {
120
+ super.l3(a, b, c, d);
121
121
  switch (b) {
122
122
  case "SeriesViewer":
123
- this.q4.co();
123
+ this.rg.co();
124
124
  break;
125
125
  case GeographicSymbolSeries.$$p[5]:
126
- this.q4.cg();
126
+ this.rg.cg();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[4]:
129
- this.q4.cf();
129
+ this.rg.cf();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[6]:
132
- this.q4.ci();
132
+ this.rg.ci();
133
133
  break;
134
134
  case "XAxis":
135
- this.q4.cp();
135
+ this.rg.cp();
136
136
  break;
137
137
  case "YAxis":
138
- this.q4.cq();
138
+ this.rg.cq();
139
139
  break;
140
140
  case GeographicSymbolSeries.$$p[1]:
141
- this.pt.r7 = this.q8;
142
- this.q6 = this.q8;
143
- if (this.q8) {
144
- let e = this.pt;
145
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.rm));
141
+ this.p5.sj = this.rk;
142
+ this.ri = this.rk;
143
+ if (this.rk) {
144
+ let e = this.p5;
145
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.ry));
146
146
  }
147
147
  else {
148
- let f = this.pt;
149
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.rm));
148
+ let f = this.p5;
149
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.ry));
150
150
  }
151
151
  break;
152
152
  case GeographicSymbolSeries.$$p[0]:
153
- this.pt.r6 = this.q7;
154
- this.q5 = this.q7;
155
- if (this.q8) {
156
- let g = this.pt;
157
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.rl));
153
+ this.p5.si = this.rj;
154
+ this.rh = this.rj;
155
+ if (this.rk) {
156
+ let g = this.p5;
157
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.rx));
158
158
  }
159
159
  else {
160
- let h = this.pt;
161
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.rl));
160
+ let h = this.p5;
161
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.rx));
162
162
  }
163
163
  break;
164
164
  case GeographicSymbolSeries.$$p[2]:
165
- this.pt.rw = this.q2;
165
+ this.p5.r8 = this.re;
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[3]:
168
- this.pt.sk = this.ra;
168
+ this.p5.sw = this.rm;
169
169
  break;
170
170
  }
171
171
  }
172
- rm(a, b) {
172
+ ry(a, b) {
173
173
  if (this.assigningScatterStyle != null) {
174
174
  this.assigningScatterStyle(this, b);
175
175
  }
176
176
  }
177
- rl(a, b) {
177
+ rx(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:q7:rn', [0, false], 'IsCustomScatterStyleAllowed:q8:ro', [0, false], 'ItemSearchMode:q2:rp', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:ra:rq', [1, 10000], 'LatitudeMemberPath:rf:rr', [2, null], 'LongitudeMemberPath:rh:rs', [2, null], 'MarkerCollisionAvoidance:q1:rt', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:q9:ru', [0, false]]);
184
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rj:rz', [0, false], 'IsCustomScatterStyleAllowed:rk:r0', [0, false], 'ItemSearchMode:re:r1', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rm:r2', [1, 10000], 'LatitudeMemberPath:rr:r3', [2, null], 'LongitudeMemberPath:rt:r4', [2, null], 'MarkerCollisionAvoidance:rd:r5', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rl:r6', [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.q0 = null;
19
- this.qz = null;
18
+ this.rc = null;
19
+ this.rb = null;
20
20
  this.imageTilesReady = null;
21
21
  this.ab = GeographicTileSeries.$;
22
22
  }
23
- get_ee() {
23
+ get_ei() {
24
24
  return true;
25
25
  }
26
- get q1() {
27
- return this.q0;
26
+ get rd() {
27
+ return this.rc;
28
28
  }
29
- set q1(a) {
30
- let b = a != this.q1;
29
+ set rd(a) {
30
+ let b = a != this.rd;
31
31
  if (b) {
32
- let c = this.q1;
33
- this.q0 = a;
32
+ let c = this.rd;
33
+ this.rc = a;
34
34
  this.raisePropertyChanged("TileImagery", c, a);
35
35
  }
36
36
  }
37
- q5() {
38
- if (this.q1 != null) {
39
- this.q1.clearTileCache();
37
+ rh() {
38
+ if (this.rd != null) {
39
+ this.rd.clearTileCache();
40
40
  }
41
41
  }
42
- lt(a, b, c, d) {
43
- super.lt(a, b, c, d);
42
+ l3(a, b, c, d) {
43
+ super.l3(a, b, c, d);
44
44
  switch (b) {
45
45
  case "TileImagery":
46
- if (this.pt != null) {
47
- this.pt.si = this.q1;
46
+ if (this.p5 != null) {
47
+ this.p5.su = this.rd;
48
48
  }
49
49
  break;
50
50
  }
51
51
  }
52
- py() {
53
- super.py();
54
- this.pt.si = this.q1;
55
- if (this.qz != null) {
56
- let a = this.qz;
57
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.q4));
52
+ qa() {
53
+ super.qa();
54
+ this.p5.su = this.rd;
55
+ if (this.rb != null) {
56
+ let a = this.rb;
57
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rg));
58
58
  }
59
- this.qz = this.pt;
60
- if (this.qz != null) {
61
- let b = this.qz;
62
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.q4));
59
+ this.rb = this.p5;
60
+ if (this.rb != null) {
61
+ let b = this.rb;
62
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rg));
63
63
  }
64
64
  }
65
- ps() {
65
+ p4() {
66
66
  return new TileSeries();
67
67
  }
68
- q4(a, b) {
68
+ rg(a, b) {
69
69
  if (this.imageTilesReady != null) {
70
70
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
71
71
  }
@@ -101,8 +101,8 @@ export let SphericalMercatorHorizontalScaler = /*@__PURE__*/ (() => {
101
101
  }
102
102
  }
103
103
  t(a, b, c, d, e) {
104
- d = a.ll;
105
- e = a.lk;
104
+ d = a.l3;
105
+ e = a.l2;
106
106
  return {
107
107
  p3: d,
108
108
  p4: e
@@ -123,8 +123,8 @@ export let SphericalMercatorVerticalScaler = /*@__PURE__*/ (() => {
123
123
  }
124
124
  }
125
125
  t(a, b, c, d, e) {
126
- d = this.ak(a.ll);
127
- e = this.ak(a.lk);
126
+ d = this.ak(a.l3);
127
+ e = this.ak(a.l2);
128
128
  return {
129
129
  p3: d,
130
130
  p4: e