igniteui-angular-maps 21.0.0 → 21.0.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.
- package/bundles/igniteui-angular-maps.umd.js +1415 -1415
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +456 -456
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +85 -85
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +449 -449
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1429 -1429
- package/fesm5/igniteui-angular-maps.js +1415 -1415
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- package/package.json +2 -2
|
@@ -30,22 +30,22 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
30
30
|
* Gets whether the current series shows a line contour shape.
|
|
31
31
|
*/
|
|
32
32
|
get isLineContour() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.fn;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
37
37
|
*/
|
|
38
38
|
get valueMemberPath() {
|
|
39
|
-
return this.i.
|
|
39
|
+
return this.i.yl;
|
|
40
40
|
}
|
|
41
41
|
set valueMemberPath(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.yl = v;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
46
46
|
*/
|
|
47
47
|
get fillScale() {
|
|
48
|
-
const r = this.i.
|
|
48
|
+
const r = this.i.yh;
|
|
49
49
|
if (r == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
@@ -61,13 +61,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
61
61
|
set fillScale(v) {
|
|
62
62
|
if (v != null && this._stylingContainer && v._styling)
|
|
63
63
|
v._styling(this._stylingContainer, this, this);
|
|
64
|
-
v == null ? this.i.
|
|
64
|
+
v == null ? this.i.yh = null : this.i.yh = v.i;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
68
68
|
*/
|
|
69
69
|
get actualFillScale() {
|
|
70
|
-
const r = this.i.
|
|
70
|
+
const r = this.i.yg;
|
|
71
71
|
if (r == null) {
|
|
72
72
|
return null;
|
|
73
73
|
}
|
|
@@ -83,13 +83,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
83
83
|
set actualFillScale(v) {
|
|
84
84
|
if (v != null && this._stylingContainer && v._styling)
|
|
85
85
|
v._styling(this._stylingContainer, this, this);
|
|
86
|
-
v == null ? this.i.
|
|
86
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
90
90
|
*/
|
|
91
91
|
get valueResolver() {
|
|
92
|
-
const r = this.i.
|
|
92
|
+
const r = this.i.yd;
|
|
93
93
|
if (r == null) {
|
|
94
94
|
return null;
|
|
95
95
|
}
|
|
@@ -105,7 +105,7 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
|
|
|
105
105
|
set valueResolver(v) {
|
|
106
106
|
if (v != null && this._stylingContainer && v._styling)
|
|
107
107
|
v._styling(this._stylingContainer, this, this);
|
|
108
|
-
v == null ? this.i.
|
|
108
|
+
v == null ? this.i.yd = null : this.i.yd = v.i;
|
|
109
109
|
}
|
|
110
110
|
findByName(name) {
|
|
111
111
|
var baseResult = super.findByName(name);
|
|
@@ -29,106 +29,106 @@ export let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
|
|
|
29
29
|
* Gets whether the current series shows pixels.
|
|
30
30
|
*/
|
|
31
31
|
get isPixel() {
|
|
32
|
-
return this.i.
|
|
32
|
+
return this.i.fs;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
36
36
|
*/
|
|
37
37
|
get latitudeMemberPath() {
|
|
38
|
-
return this.i.
|
|
38
|
+
return this.i.x9;
|
|
39
39
|
}
|
|
40
40
|
set latitudeMemberPath(v) {
|
|
41
|
-
this.i.
|
|
41
|
+
this.i.x9 = v;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
45
45
|
*/
|
|
46
46
|
get longitudeMemberPath() {
|
|
47
|
-
return this.i.
|
|
47
|
+
return this.i.yb;
|
|
48
48
|
}
|
|
49
49
|
set longitudeMemberPath(v) {
|
|
50
|
-
this.i.
|
|
50
|
+
this.i.yb = v;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* Gets or sets the whether to use use brute force mode.
|
|
54
54
|
*/
|
|
55
55
|
get useBruteForce() {
|
|
56
|
-
return this.i.
|
|
56
|
+
return this.i.xy;
|
|
57
57
|
}
|
|
58
58
|
set useBruteForce(v) {
|
|
59
|
-
this.i.
|
|
59
|
+
this.i.xy = ensureBool(v);
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
62
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
63
63
|
*/
|
|
64
64
|
get progressiveLoad() {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.xx;
|
|
66
66
|
}
|
|
67
67
|
set progressiveLoad(v) {
|
|
68
|
-
this.i.
|
|
68
|
+
this.i.xx = ensureBool(v);
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
71
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
72
72
|
*/
|
|
73
73
|
get mouseOverEnabled() {
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.xw;
|
|
75
75
|
}
|
|
76
76
|
set mouseOverEnabled(v) {
|
|
77
|
-
this.i.
|
|
77
|
+
this.i.xw = ensureBool(v);
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
81
81
|
*/
|
|
82
82
|
get heatMinimum() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.x0;
|
|
84
84
|
}
|
|
85
85
|
set heatMinimum(v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.x0 = +v;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Gets or sets the value that maps to the maximum heat color.
|
|
90
90
|
*/
|
|
91
91
|
get heatMaximum() {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.xz;
|
|
93
93
|
}
|
|
94
94
|
set heatMaximum(v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.xz = +v;
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
98
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
99
99
|
*/
|
|
100
100
|
get heatMinimumColor() {
|
|
101
|
-
return colorToString(this.i.
|
|
101
|
+
return colorToString(this.i.yu);
|
|
102
102
|
}
|
|
103
103
|
set heatMinimumColor(v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.yu = stringToColor(v);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
107
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
108
108
|
*/
|
|
109
109
|
get heatMaximumColor() {
|
|
110
|
-
return colorToString(this.i.
|
|
110
|
+
return colorToString(this.i.yt);
|
|
111
111
|
}
|
|
112
112
|
set heatMaximumColor(v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.yt = stringToColor(v);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
117
117
|
*/
|
|
118
118
|
get pointExtent() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.x3;
|
|
120
120
|
}
|
|
121
121
|
set pointExtent(v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.x3 = +v;
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
126
126
|
*/
|
|
127
127
|
get progressiveStatus() {
|
|
128
|
-
return this.i.
|
|
128
|
+
return this.i.x4;
|
|
129
129
|
}
|
|
130
130
|
set progressiveStatus(v) {
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.x4 = +v;
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
134
|
* Raised when the progressive loading state of the series has changed.
|
|
@@ -260,80 +260,80 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
260
260
|
* Gets or sets zoomability of the current control
|
|
261
261
|
*/
|
|
262
262
|
get zoomable() {
|
|
263
|
-
return this.i.
|
|
263
|
+
return this.i.z0;
|
|
264
264
|
}
|
|
265
265
|
set zoomable(v) {
|
|
266
|
-
this.i.
|
|
266
|
+
this.i.z0 = ensureBool(v);
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
269
|
* Gets or sets the behavior to use during resize.
|
|
270
270
|
*/
|
|
271
271
|
get resizeBehavior() {
|
|
272
|
-
return this.i.
|
|
272
|
+
return this.i.zt;
|
|
273
273
|
}
|
|
274
274
|
set resizeBehavior(v) {
|
|
275
|
-
this.i.
|
|
275
|
+
this.i.zt = ensureEnum(MapResizeBehavior_$type, v);
|
|
276
276
|
}
|
|
277
277
|
/**
|
|
278
278
|
* Gets or sets if the map should horizontally wrap.
|
|
279
279
|
*/
|
|
280
280
|
get isHorizontalWrappingEnabled() {
|
|
281
|
-
return this.i.
|
|
281
|
+
return this.i.zx;
|
|
282
282
|
}
|
|
283
283
|
set isHorizontalWrappingEnabled(v) {
|
|
284
|
-
this.i.
|
|
284
|
+
this.i.zx = ensureBool(v);
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
287
|
* Gets or sets if the map should horizontally wrap.
|
|
288
288
|
*/
|
|
289
289
|
get backgroundTilingMode() {
|
|
290
|
-
return this.i.
|
|
290
|
+
return this.i.zp;
|
|
291
291
|
}
|
|
292
292
|
set backgroundTilingMode(v) {
|
|
293
|
-
this.i.
|
|
293
|
+
this.i.zp = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
296
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
297
297
|
*/
|
|
298
298
|
get useWorldRectForZoomBounds() {
|
|
299
|
-
return this.i.
|
|
299
|
+
return this.i.zz;
|
|
300
300
|
}
|
|
301
301
|
set useWorldRectForZoomBounds(v) {
|
|
302
|
-
this.i.
|
|
302
|
+
this.i.zz = ensureBool(v);
|
|
303
303
|
}
|
|
304
304
|
/**
|
|
305
305
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
306
306
|
*/
|
|
307
307
|
get suppressZoomResetOnWorldRectChange() {
|
|
308
|
-
return this.i.
|
|
308
|
+
return this.i.zy;
|
|
309
309
|
}
|
|
310
310
|
set suppressZoomResetOnWorldRectChange(v) {
|
|
311
|
-
this.i.
|
|
311
|
+
this.i.zy = ensureBool(v);
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Gets or sets the world bounding rectangle.
|
|
315
315
|
*/
|
|
316
316
|
get worldRect() {
|
|
317
|
-
return fromRect(this.i.
|
|
317
|
+
return fromRect(this.i.abv);
|
|
318
318
|
}
|
|
319
319
|
set worldRect(v) {
|
|
320
|
-
this.i.
|
|
320
|
+
this.i.abv = toRect(v);
|
|
321
321
|
}
|
|
322
322
|
/**
|
|
323
323
|
* Gets the actual value of the WorldRect.
|
|
324
324
|
*/
|
|
325
325
|
get actualWorldRect() {
|
|
326
|
-
return fromRect(this.i.
|
|
326
|
+
return fromRect(this.i.abj);
|
|
327
327
|
}
|
|
328
328
|
set actualWorldRect(v) {
|
|
329
|
-
this.i.
|
|
329
|
+
this.i.abj = toRect(v);
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* The X-axis for this IgxGeographicMap.Component
|
|
333
333
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
334
334
|
*/
|
|
335
335
|
get xAxis() {
|
|
336
|
-
const r = this.i.
|
|
336
|
+
const r = this.i.zi;
|
|
337
337
|
if (r == null) {
|
|
338
338
|
return null;
|
|
339
339
|
}
|
|
@@ -349,14 +349,14 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
349
349
|
set xAxis(v) {
|
|
350
350
|
if (v != null && this._stylingContainer && v._styling)
|
|
351
351
|
v._styling(this._stylingContainer, this, this);
|
|
352
|
-
v == null ? this.i.
|
|
352
|
+
v == null ? this.i.zi = null : this.i.zi = v.i;
|
|
353
353
|
}
|
|
354
354
|
/**
|
|
355
355
|
* The Y-axis for this IgxGeographicMap.Component
|
|
356
356
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
357
357
|
*/
|
|
358
358
|
get yAxis() {
|
|
359
|
-
const r = this.i.
|
|
359
|
+
const r = this.i.zk;
|
|
360
360
|
if (r == null) {
|
|
361
361
|
return null;
|
|
362
362
|
}
|
|
@@ -372,39 +372,39 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
372
372
|
set yAxis(v) {
|
|
373
373
|
if (v != null && this._stylingContainer && v._styling)
|
|
374
374
|
v._styling(this._stylingContainer, this, this);
|
|
375
|
-
v == null ? this.i.
|
|
375
|
+
v == null ? this.i.zk = null : this.i.zk = v.i;
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
378
|
* Indicates if this SeriesViewer is a map.
|
|
379
379
|
*/
|
|
380
380
|
get isMap() {
|
|
381
|
-
return this.i.
|
|
381
|
+
return this.i.f7;
|
|
382
382
|
}
|
|
383
383
|
/**
|
|
384
384
|
* A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
|
|
385
385
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
386
386
|
*/
|
|
387
387
|
get windowScale() {
|
|
388
|
-
return this.i.
|
|
388
|
+
return this.i.z5;
|
|
389
389
|
}
|
|
390
390
|
set windowScale(v) {
|
|
391
|
-
this.i.
|
|
391
|
+
this.i.z5 = +v;
|
|
392
392
|
}
|
|
393
393
|
/**
|
|
394
394
|
* A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
|
|
395
395
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
396
396
|
*/
|
|
397
397
|
get actualWindowScale() {
|
|
398
|
-
return this.i.
|
|
398
|
+
return this.i.z4;
|
|
399
399
|
}
|
|
400
400
|
set actualWindowScale(v) {
|
|
401
|
-
this.i.
|
|
401
|
+
this.i.z4 = +v;
|
|
402
402
|
}
|
|
403
403
|
/**
|
|
404
404
|
* Gets whether or not the control is ready for zooming
|
|
405
405
|
*/
|
|
406
406
|
get zoomIsReady() {
|
|
407
|
-
return this.i.
|
|
407
|
+
return this.i.z1;
|
|
408
408
|
}
|
|
409
409
|
findByName(name) {
|
|
410
410
|
var baseResult = super.findByName(name);
|
|
@@ -432,7 +432,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
432
432
|
|
|
433
433
|
*/
|
|
434
434
|
getCurrentActualWorldRect() {
|
|
435
|
-
let iv = this.i.
|
|
435
|
+
let iv = this.i.abn();
|
|
436
436
|
return fromRect(iv);
|
|
437
437
|
}
|
|
438
438
|
/**
|
|
@@ -449,14 +449,14 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
449
449
|
|
|
450
450
|
*/
|
|
451
451
|
updateZoomWindow(zoomWindow) {
|
|
452
|
-
this.i.
|
|
452
|
+
this.i.aaz(toRect(zoomWindow));
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
* Updates world rect in geographic coordinates
|
|
456
456
|
|
|
457
457
|
*/
|
|
458
458
|
updateWorldRect(worldRect) {
|
|
459
|
-
this.i.
|
|
459
|
+
this.i.aay(toRect(worldRect));
|
|
460
460
|
}
|
|
461
461
|
/**
|
|
462
462
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -468,7 +468,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
468
468
|
return fromRect(iv);
|
|
469
469
|
}
|
|
470
470
|
convertGeographicToZoom(geographic, extraPixelPadding) {
|
|
471
|
-
let iv = this.i.
|
|
471
|
+
let iv = this.i.abk(toRect(geographic), extraPixelPadding);
|
|
472
472
|
return fromRect(iv);
|
|
473
473
|
}
|
|
474
474
|
getZoomFromGeographicPoints(northWest, southEast) {
|
|
@@ -481,7 +481,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
481
481
|
* @param windowRect * The zoom area.
|
|
482
482
|
*/
|
|
483
483
|
getGeographicFromZoom(windowRect) {
|
|
484
|
-
let iv = this.i.
|
|
484
|
+
let iv = this.i.abp(toRect(windowRect));
|
|
485
485
|
return fromRect(iv);
|
|
486
486
|
}
|
|
487
487
|
/**
|
|
@@ -490,7 +490,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
490
490
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
491
491
|
*/
|
|
492
492
|
getGeographicPoint(pixelCoordinate) {
|
|
493
|
-
let iv = this.i.
|
|
493
|
+
let iv = this.i.abb(toPoint(pixelCoordinate));
|
|
494
494
|
return fromPoint(iv);
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
@@ -499,7 +499,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
499
499
|
* @param geographicCoordinate * A geographic coordinate
|
|
500
500
|
*/
|
|
501
501
|
getPixelPoint(geographicCoordinate) {
|
|
502
|
-
let iv = this.i.
|
|
502
|
+
let iv = this.i.abc(toPoint(geographicCoordinate));
|
|
503
503
|
return fromPoint(iv);
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
@@ -508,7 +508,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
508
508
|
* @param geographicCoordinate * A geographic coordinate
|
|
509
509
|
*/
|
|
510
510
|
getWindowPoint(geographicCoordinate) {
|
|
511
|
-
let iv = this.i.
|
|
511
|
+
let iv = this.i.abd(toPoint(geographicCoordinate));
|
|
512
512
|
return fromPoint(iv);
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
@@ -516,21 +516,21 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
516
516
|
|
|
517
517
|
*/
|
|
518
518
|
clearTileCache() {
|
|
519
|
-
this.i.
|
|
519
|
+
this.i.aam();
|
|
520
520
|
}
|
|
521
521
|
/**
|
|
522
522
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
523
523
|
|
|
524
524
|
*/
|
|
525
525
|
styleUpdated() {
|
|
526
|
-
this.i.
|
|
526
|
+
this.i.aau();
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
529
|
* Gets actual window scale for horizontal dimension of the control
|
|
530
530
|
|
|
531
531
|
*/
|
|
532
532
|
getActualWindowScaleHorizontal() {
|
|
533
|
-
let iv = this.i.
|
|
533
|
+
let iv = this.i.iv();
|
|
534
534
|
return (iv);
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
@@ -538,7 +538,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
538
538
|
|
|
539
539
|
*/
|
|
540
540
|
getActualWindowScaleVertical() {
|
|
541
|
-
let iv = this.i.
|
|
541
|
+
let iv = this.i.iw();
|
|
542
542
|
return (iv);
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
@@ -553,7 +553,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
553
553
|
|
|
554
554
|
*/
|
|
555
555
|
exportVisualData() {
|
|
556
|
-
let iv = this.i.
|
|
556
|
+
let iv = this.i.z8();
|
|
557
557
|
return (iv);
|
|
558
558
|
}
|
|
559
559
|
/**
|
|
@@ -562,7 +562,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
562
562
|
* @param geographic * The geographic region to zoom to.
|
|
563
563
|
*/
|
|
564
564
|
zoomToGeographic(geographic) {
|
|
565
|
-
this.i.
|
|
565
|
+
this.i.aa1(toRect(geographic));
|
|
566
566
|
}
|
|
567
567
|
/**
|
|
568
568
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -33,10 +33,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
33
33
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
34
34
|
*/
|
|
35
35
|
get visibleFromScale() {
|
|
36
|
-
return this.i.
|
|
36
|
+
return this.i.xo;
|
|
37
37
|
}
|
|
38
38
|
set visibleFromScale(v) {
|
|
39
|
-
this.i.
|
|
39
|
+
this.i.xo = +v;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -54,10 +54,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
54
54
|
|
|
55
55
|
*/
|
|
56
56
|
notifyIndexedPropertiesChanged() {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.qw();
|
|
58
58
|
}
|
|
59
59
|
getItemValue(item, memberPathName) {
|
|
60
|
-
let iv = this.i.
|
|
60
|
+
let iv = this.i.k0(item, memberPathName);
|
|
61
61
|
return (iv);
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
@@ -66,7 +66,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* @param memberPathName * The property name of a valid member path for the series
|
|
67
67
|
*/
|
|
68
68
|
getMemberPathValue(memberPathName) {
|
|
69
|
-
let iv = this.i.
|
|
69
|
+
let iv = this.i.mp(memberPathName);
|
|
70
70
|
return (iv);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
@@ -75,23 +75,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
75
75
|
* @param world * The world coordinates to use.
|
|
76
76
|
*/
|
|
77
77
|
getItem(world) {
|
|
78
|
-
let iv = this.i.
|
|
78
|
+
let iv = this.i.kx(toPoint(world));
|
|
79
79
|
return (iv);
|
|
80
80
|
}
|
|
81
81
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
82
|
-
let iv = this.i.
|
|
82
|
+
let iv = this.i.kk(toPoint(world), skipUnknowns);
|
|
83
83
|
return (iv);
|
|
84
84
|
}
|
|
85
85
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
86
|
-
let iv = this.i.
|
|
86
|
+
let iv = this.i.ki(toPoint(world), skipUnknowns);
|
|
87
87
|
return (iv);
|
|
88
88
|
}
|
|
89
89
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
90
|
-
let iv = this.i.
|
|
90
|
+
let iv = this.i.je(toPoint(world), useInterpolation, skipUnknowns);
|
|
91
91
|
return (iv);
|
|
92
92
|
}
|
|
93
93
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
94
|
-
let iv = this.i.
|
|
94
|
+
let iv = this.i.wx(toPoint(world), useInterpolation, skipUnknowns);
|
|
95
95
|
return fromPoint(iv);
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
@@ -100,7 +100,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
100
100
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
101
101
|
*/
|
|
102
102
|
getSeriesValueBoundingBox(world) {
|
|
103
|
-
let iv = this.i.
|
|
103
|
+
let iv = this.i.w9(toPoint(world));
|
|
104
104
|
return fromRect(iv);
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
@@ -109,31 +109,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
109
109
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
110
110
|
*/
|
|
111
111
|
getSeriesValueMarkerBoundingBox(world) {
|
|
112
|
-
let iv = this.i.
|
|
112
|
+
let iv = this.i.xb(toPoint(world));
|
|
113
113
|
return fromRect(iv);
|
|
114
114
|
}
|
|
115
115
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
116
|
-
let iv = this.i.
|
|
116
|
+
let iv = this.i.ja(toPoint(world), useInterpolation, skipUnknowns);
|
|
117
117
|
return (iv);
|
|
118
118
|
}
|
|
119
119
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
120
|
-
let iv = this.i.
|
|
120
|
+
let iv = this.i.wt(toPoint(world), useInterpolation, skipUnknowns);
|
|
121
121
|
return fromPoint(iv);
|
|
122
122
|
}
|
|
123
123
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
124
|
-
let iv = this.i.
|
|
124
|
+
let iv = this.i.jc(toPoint(world), useInterpolation, skipUnknowns);
|
|
125
125
|
return (iv);
|
|
126
126
|
}
|
|
127
127
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
128
|
-
let iv = this.i.
|
|
128
|
+
let iv = this.i.wv(toPoint(world), useInterpolation, skipUnknowns);
|
|
129
129
|
return fromPoint(iv);
|
|
130
130
|
}
|
|
131
131
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
132
|
-
let iv = this.i.
|
|
132
|
+
let iv = this.i.wy(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
133
133
|
return fromPoint(iv);
|
|
134
134
|
}
|
|
135
135
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
136
|
-
let iv = this.i.
|
|
136
|
+
let iv = this.i.jf(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
137
137
|
return (iv);
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
@@ -141,7 +141,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
141
141
|
|
|
142
142
|
*/
|
|
143
143
|
getItemSpan() {
|
|
144
|
-
let iv = this.i.
|
|
144
|
+
let iv = this.i.i4();
|
|
145
145
|
return (iv);
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
@@ -150,14 +150,14 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
150
150
|
* @param animate * True if the change should be animated.
|
|
151
151
|
*/
|
|
152
152
|
renderSeries(animate) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.r9(animate);
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* Called when this series' Style is updated.
|
|
157
157
|
|
|
158
158
|
*/
|
|
159
159
|
styleUpdated() {
|
|
160
|
-
this.i.
|
|
160
|
+
this.i.sv();
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|