igniteui-webcomponents-maps 4.7.0 → 4.7.2-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 (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1100 -1073
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +41 -38
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -79
  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 +95 -92
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +41 -38
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -79
  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 +94 -91
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1109 -1082
  54. package/fesm5/igniteui-webcomponents-maps.js +1100 -1073
  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 +3 -3
@@ -26,24 +26,24 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
26
26
  au() {
27
27
  super.au();
28
28
  if (!this.q) {
29
- this.cp.iu = Defaults.m;
29
+ this.cp.iv = Defaults.m;
30
30
  }
31
31
  }
32
32
  b5() {
33
33
  super.b5();
34
- if (this.cp.t3 != null) {
35
- this.cp.uv.vy = this.cp.uy;
36
- this.cp.uv.v8 = this.cp.u2;
34
+ if (this.cp.t4 != null) {
35
+ this.cp.uw.vz = this.cp.uz;
36
+ this.cp.uw.v9 = this.cp.u3;
37
37
  }
38
38
  }
39
39
  cq() {
40
- if (this.cp.uv != null) {
41
- this.cp.uv.vy = this.cp.uy;
40
+ if (this.cp.uw != null) {
41
+ this.cp.uw.vz = this.cp.uz;
42
42
  }
43
43
  }
44
44
  cr() {
45
- if (this.cp.uv != null) {
46
- this.cp.uv.v8 = this.cp.u2;
45
+ if (this.cp.uw != null) {
46
+ this.cp.uw.v9 = this.cp.u3;
47
47
  }
48
48
  }
49
49
  }
@@ -55,7 +55,10 @@ export let GeographicContourLineSeriesView = /*@__PURE__*/ (() => {
55
55
  */
56
56
  export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
57
57
  class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
58
- get_ew() {
58
+ bg() {
59
+ return new GeographicContourLineSeries();
60
+ }
61
+ get_ex() {
59
62
  return true;
60
63
  }
61
64
  constructor() {
@@ -63,69 +66,69 @@ export let GeographicContourLineSeries = /*@__PURE__*/ (() => {
63
66
  this.triangulationStatusChanged = null;
64
67
  this.ab = GeographicContourLineSeries.$;
65
68
  }
66
- t8() {
67
- super.t8();
69
+ t9() {
70
+ super.t9();
68
71
  }
69
- t2() {
70
- this.uv = new ScatterContourSeries();
71
- let a = this.uv;
72
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u5));
73
- let b = this.uv;
74
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u6));
75
- return this.uv;
72
+ t3() {
73
+ this.uw = new ScatterContourSeries();
74
+ let a = this.uw;
75
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.u6));
76
+ let b = this.uw;
77
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.u7));
78
+ return this.uw;
76
79
  }
77
- u5(a, b) {
80
+ u6(a, b) {
78
81
  if (this.triangulationStatusChanged != null) {
79
82
  this.triangulationStatusChanged(this, b);
80
83
  }
81
84
  }
82
- u6(a, b) {
83
- let c = typeCast(ScatterContourSeries.$, this.t3);
85
+ u7(a, b) {
86
+ let c = typeCast(ScatterContourSeries.$, this.t4);
84
87
  if (c == null) {
85
88
  return;
86
89
  }
87
90
  if (b.propertyName == "ActualFillScale") {
88
- this.ux = c.vx;
91
+ this.uy = c.vy;
89
92
  }
90
93
  }
91
- qd() {
92
- super.qd();
94
+ qe() {
95
+ super.qe();
93
96
  }
94
- cg() {
97
+ ch() {
95
98
  return new GeographicContourLineSeriesView(this);
96
99
  }
97
- o0(a) {
98
- super.o0(a);
99
- this.uz = a;
100
+ o1(a) {
101
+ super.o1(a);
102
+ this.u0 = a;
100
103
  }
101
- o8(a, b, c, d) {
102
- super.o8(a, b, c, d);
104
+ o9(a, b, c, d) {
105
+ super.o9(a, b, c, d);
103
106
  switch (b) {
104
107
  case GeographicContourLineSeries.$$p[1]:
105
- this.uz.cq();
108
+ this.u0.cq();
106
109
  break;
107
110
  case GeographicContourLineSeries.$$p[2]:
108
- this.uz.cr();
111
+ this.u0.cr();
109
112
  break;
110
113
  case GeographicContourLineSeries.$$p[3]:
111
- this.uv.vv = this.uu;
114
+ this.uw.vw = this.uv;
112
115
  break;
113
116
  case "DashArray":
114
- this.uv.s7 = this.s7;
117
+ this.uw.s8 = this.s8;
115
118
  break;
116
119
  case "DashCap":
117
- this.uv.s8 = this.s8;
120
+ this.uw.s9 = this.s9;
118
121
  break;
119
122
  case "MiterLimit":
120
- this.uv.il = this.il;
123
+ this.uw.im = this.im;
121
124
  break;
122
125
  case "LineJoin":
123
- this.uv.ta = this.ta;
126
+ this.uw.tb = this.tb;
124
127
  break;
125
128
  }
126
129
  }
127
130
  }
128
131
  GeographicContourLineSeries.$t = /*@__PURE__*/ markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
129
- GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:ux:u7', [ValueBrushScale.$, null], 'FillScale:uy:u8', [ValueBrushScale.$, null], 'ValueMemberPath:u2:u9', [2, "value"], 'ValueResolver:uu:va', [ContourValueResolver.$, null]]);
132
+ GeographicContourLineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:uy:u8', [ValueBrushScale.$, null], 'FillScale:uz:u9', [ValueBrushScale.$, null], 'ValueMemberPath:u3:va', [2, "value"], 'ValueResolver:uv:vb', [ContourValueResolver.$, null]]);
130
133
  return GeographicContourLineSeries;
131
134
  })();
@@ -5,8 +5,8 @@ https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
7
  import { HostSeriesView } from "./HostSeriesView";
8
- import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
9
8
  import { HighDensityScatterSeries } from "igniteui-webcomponents-charts";
9
+ import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
10
10
  import { Color } from "igniteui-webcomponents-core";
11
11
  import { Defaults } from "igniteui-webcomponents-charts";
12
12
  import { typeCast, markType, runOn, delegateCombine, markDep } from "igniteui-webcomponents-core";
@@ -25,71 +25,71 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
25
25
  }
26
26
  b5() {
27
27
  super.b5();
28
- let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
29
- a.wb = this.ch.us;
30
- a.wj = this.ch.uq;
28
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
29
+ a.wc = this.ch.ut;
30
+ a.wk = this.ch.ur;
31
+ a.up = this.ch.ug;
31
32
  a.uo = this.ch.uf;
32
- a.un = this.ch.ue;
33
- a.fk = this.ch.ud;
33
+ a.fl = this.ch.ue;
34
+ a.vk = this.ch.ui;
34
35
  a.vj = this.ch.uh;
35
- a.vi = this.ch.ug;
36
+ a.xi = this.ch.vc;
36
37
  a.xh = this.ch.vb;
37
- a.xg = this.ch.va;
38
- a.vv = this.ch.uk;
38
+ a.vw = this.ch.ul;
39
39
  }
40
40
  cn() {
41
- this.ch.t3.wb = this.ch.us;
41
+ this.ch.t4.wc = this.ch.ut;
42
42
  }
43
43
  cm() {
44
- this.ch.t3.wj = this.ch.uq;
44
+ this.ch.t4.wk = this.ch.ur;
45
45
  }
46
46
  cs() {
47
- this.ch.t3.uo = this.ch.uf;
47
+ this.ch.t4.up = this.ch.ug;
48
48
  }
49
49
  cq() {
50
- this.ch.t3.un = this.ch.ue;
50
+ this.ch.t4.uo = this.ch.uf;
51
51
  }
52
52
  co() {
53
- this.ch.t3.fk = this.ch.ud;
53
+ this.ch.t4.fl = this.ch.ue;
54
54
  }
55
55
  cl() {
56
- this.ch.t3.vj = this.ch.uh;
56
+ this.ch.t4.vk = this.ch.ui;
57
57
  }
58
58
  cj() {
59
- this.ch.t3.vi = this.ch.ug;
59
+ this.ch.t4.vj = this.ch.uh;
60
60
  }
61
61
  cr() {
62
- let a = typeCast(HighDensityScatterSeries.$, this.ch.t3);
63
- if (this.ch.cy == null) {
64
- a.t8 = null;
65
- a.ua = null;
62
+ let a = typeCast(HighDensityScatterSeries.$, this.ch.t4);
63
+ if (this.ch.cz == null) {
64
+ a.t9 = null;
65
+ a.ub = null;
66
66
  return;
67
67
  }
68
- a.t8 = this.ch.cy.ua;
69
- a.ua = this.ch.cy.uc;
68
+ a.t9 = this.ch.cz.ua;
69
+ a.ub = this.ch.cz.uc;
70
70
  }
71
71
  ct() {
72
- this.ch.t3.t8 = this.ch.cy.ua;
72
+ this.ch.t4.t9 = this.ch.cz.ua;
73
73
  }
74
74
  cu() {
75
- this.ch.t3.ua = this.ch.cy.uc;
75
+ this.ch.t4.ub = this.ch.cz.uc;
76
76
  }
77
77
  ck() {
78
- this.ch.t3.xh = this.ch.vb;
78
+ this.ch.t4.xi = this.ch.vc;
79
79
  }
80
80
  ci() {
81
- this.ch.t3.xg = this.ch.va;
81
+ this.ch.t4.xh = this.ch.vb;
82
82
  }
83
83
  cp() {
84
- this.ch.t3.vv = this.ch.uk;
84
+ this.ch.t4.vw = this.ch.ul;
85
85
  }
86
86
  au() {
87
87
  super.au();
88
88
  if (!this.q) {
89
- this.ch.vb = Defaults.aq;
90
- this.ch.va = Defaults.ap;
91
- this.ch.sw = Defaults.al;
92
- this.ch.s2 = Defaults.ak;
89
+ this.ch.vc = Defaults.aq;
90
+ this.ch.vb = Defaults.ap;
91
+ this.ch.sx = Defaults.al;
92
+ this.ch.s3 = Defaults.ak;
93
93
  }
94
94
  }
95
95
  }
@@ -101,111 +101,114 @@ export let GeographicHighDensityScatterSeriesView = /*@__PURE__*/ (() => {
101
101
  */
102
102
  export let GeographicHighDensityScatterSeries = /*@__PURE__*/ (() => {
103
103
  class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
104
- ip() {
105
- if (!isNaN_(this.io)) {
106
- return super.ip();
104
+ bg() {
105
+ return new GeographicHighDensityScatterSeries();
106
+ }
107
+ iq() {
108
+ if (!isNaN_(this.ip)) {
109
+ return super.iq();
107
110
  }
108
111
  return Defaults.q;
109
112
  }
110
- get_e1() {
113
+ get_e2() {
111
114
  return true;
112
115
  }
113
116
  constructor() {
114
117
  super();
115
- this.ub = null;
118
+ this.uc = null;
116
119
  this.progressiveLoadStatusChanged = null;
117
- this.uj = 0;
120
+ this.uk = 0;
118
121
  this.ab = GeographicHighDensityScatterSeries.$;
119
122
  }
120
- cg() {
123
+ ch() {
121
124
  return new GeographicHighDensityScatterSeriesView(this);
122
125
  }
123
- o0(a) {
124
- super.o0(a);
125
- this.uc = a;
126
+ o1(a) {
127
+ super.o1(a);
128
+ this.ud = a;
126
129
  }
127
- t2() {
128
- this.ub = new HighDensityScatterSeries();
129
- return this.ub;
130
+ t3() {
131
+ this.uc = new HighDensityScatterSeries();
132
+ return this.uc;
130
133
  }
131
- get ul() {
132
- return this.uj;
134
+ get um() {
135
+ return this.uk;
133
136
  }
134
- set ul(a) {
135
- let b = this.uj;
136
- this.uj = a;
137
- this.raisePropertyChanged("ProgressiveStatus", b, this.uj);
137
+ set um(a) {
138
+ let b = this.uk;
139
+ this.uk = a;
140
+ this.raisePropertyChanged("ProgressiveStatus", b, this.uk);
138
141
  }
139
- t8() {
140
- super.t8();
141
- let a = this.t3;
142
- a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.uz));
143
- let b = this.t3;
144
- b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uy));
142
+ t9() {
143
+ super.t9();
144
+ let a = this.t4;
145
+ a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.u0));
146
+ let b = this.t4;
147
+ b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.uz));
145
148
  }
146
- uz(a, b) {
147
- this.ul = b.currentStatus;
149
+ u0(a, b) {
150
+ this.um = b.currentStatus;
148
151
  if (this.progressiveLoadStatusChanged != null) {
149
152
  this.progressiveLoadStatusChanged(this, b);
150
153
  }
151
154
  }
152
- uy(a, b) {
153
- if (this.ub == null) {
155
+ uz(a, b) {
156
+ if (this.uc == null) {
154
157
  return;
155
158
  }
156
159
  }
157
- o8(a, b, c, d) {
158
- super.o8(a, b, c, d);
160
+ o9(a, b, c, d) {
161
+ super.o9(a, b, c, d);
159
162
  switch (b) {
160
163
  case "SeriesViewer":
161
- this.uc.cr();
164
+ this.ud.cr();
162
165
  break;
163
166
  case GeographicHighDensityScatterSeries.$$p[5]:
164
- this.uc.cn();
167
+ this.ud.cn();
165
168
  break;
166
169
  case GeographicHighDensityScatterSeries.$$p[4]:
167
- this.uc.cm();
170
+ this.ud.cm();
168
171
  break;
169
172
  case GeographicHighDensityScatterSeries.$$p[9]:
170
- this.uc.cs();
173
+ this.ud.cs();
171
174
  break;
172
175
  case GeographicHighDensityScatterSeries.$$p[8]:
173
- this.uc.cq();
176
+ this.ud.cq();
174
177
  break;
175
178
  case GeographicHighDensityScatterSeries.$$p[6]:
176
- this.uc.co();
179
+ this.ud.co();
177
180
  break;
178
181
  case "XAxis":
179
- this.uc.ct();
182
+ this.ud.ct();
180
183
  break;
181
184
  case "YAxis":
182
- this.uc.cu();
185
+ this.ud.cu();
183
186
  break;
184
187
  case GeographicHighDensityScatterSeries.$$p[3]:
185
- this.uc.cl();
188
+ this.ud.cl();
186
189
  break;
187
190
  case GeographicHighDensityScatterSeries.$$p[1]:
188
- this.uc.cj();
191
+ this.ud.cj();
189
192
  break;
190
193
  case GeographicHighDensityScatterSeries.$$p[2]:
191
- this.uc.ck();
194
+ this.ud.ck();
192
195
  break;
193
196
  case GeographicHighDensityScatterSeries.$$p[0]:
194
- this.uc.ci();
197
+ this.ud.ci();
195
198
  break;
196
199
  case GeographicHighDensityScatterSeries.$$p[7]:
197
- this.uc.cp();
200
+ this.ud.cp();
198
201
  break;
199
202
  }
200
203
  }
201
- get_gf() {
204
+ get_gg() {
202
205
  return true;
203
206
  }
204
- set_gf(a) {
205
- super.set_gf(a);
207
+ set_gg(a) {
208
+ super.set_gg(a);
206
209
  }
207
210
  }
208
211
  GeographicHighDensityScatterSeries.$t = /*@__PURE__*/ markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
209
- GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:va:u0', [Color.$, Defaults.ap], 'HeatMaximum:ug:u1', [1, 50], 'HeatMinimumColor:vb:u2', [Color.$, Defaults.aq], 'HeatMinimum:uh:u3', [1, 0], 'LatitudeMemberPath:uq:u4', [2, null], 'LongitudeMemberPath:us:u5', [2, null], 'MouseOverEnabled:ud:u6', [0, false], 'PointExtent:uk:u7', [1, 1], 'ProgressiveLoad:ue:u8', [0, true], 'UseBruteForce:uf:u9', [0, false]]);
212
+ GeographicHighDensityScatterSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:vb:u1', [Color.$, Defaults.ap], 'HeatMaximum:uh:u2', [1, 50], 'HeatMinimumColor:vc:u3', [Color.$, Defaults.aq], 'HeatMinimum:ui:u4', [1, 0], 'LatitudeMemberPath:ur:u5', [2, null], 'LongitudeMemberPath:ut:u6', [2, null], 'MouseOverEnabled:ue:u7', [0, false], 'PointExtent:ul:u8', [1, 1], 'ProgressiveLoad:uf:u9', [0, true], 'UseBruteForce:ug:va', [0, false]]);
210
213
  return GeographicHighDensityScatterSeries;
211
214
  })();