igniteui-webcomponents-maps 6.0.1-beta.1 → 6.0.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 (99) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1770 -1483
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/AzureMapsImagery.js +7 -0
  4. package/esm2015/lib/AzureMapsImageryStyle.js +32 -0
  5. package/esm2015/lib/AzureMapsImageryView.js +7 -0
  6. package/esm2015/lib/AzureMapsImageryView_combined.js +119 -0
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +187 -187
  10. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +59 -59
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -55
  16. package/esm2015/lib/GeographicTileSeries.js +27 -27
  17. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  18. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  19. package/esm2015/lib/TileSeries_combined.js +86 -86
  20. package/esm2015/lib/XamGeographicMap_combined.js +472 -472
  21. package/esm2015/lib/igc-azure-maps-imagery-module.js +15 -0
  22. package/esm2015/lib/igc-azure-maps-imagery.js +81 -0
  23. package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
  24. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  25. package/esm2015/lib/igc-geographic-map-component.js +50 -50
  26. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  27. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  28. package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
  29. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  30. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  31. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  32. package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
  33. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  34. package/esm2015/lib/igc-geographic-tile-series-component.js +3 -3
  35. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  36. package/esm2015/lib/igc-tile-series-component.js +2 -2
  37. package/esm2015/public_api.js +5 -0
  38. package/esm5/lib/AzureMapsImagery.js +7 -0
  39. package/esm5/lib/AzureMapsImageryStyle.js +32 -0
  40. package/esm5/lib/AzureMapsImageryView.js +7 -0
  41. package/esm5/lib/AzureMapsImageryView_combined.js +122 -0
  42. package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
  43. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
  44. package/esm5/lib/GeographicMapSeriesHost_combined.js +185 -185
  45. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  46. package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
  47. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +88 -88
  48. package/esm5/lib/GeographicShapeSeriesBase_combined.js +58 -58
  49. package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
  50. package/esm5/lib/GeographicSymbolSeriesView_combined.js +55 -55
  51. package/esm5/lib/GeographicTileSeries.js +26 -26
  52. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  53. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  54. package/esm5/lib/TileSeries_combined.js +84 -84
  55. package/esm5/lib/XamGeographicMap_combined.js +465 -465
  56. package/esm5/lib/igc-azure-maps-imagery-module.js +19 -0
  57. package/esm5/lib/igc-azure-maps-imagery.js +113 -0
  58. package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
  59. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
  60. package/esm5/lib/igc-geographic-map-component.js +50 -50
  61. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  62. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  63. package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
  64. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  65. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  66. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  67. package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
  68. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  69. package/esm5/lib/igc-geographic-tile-series-component.js +3 -3
  70. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  71. package/esm5/lib/igc-tile-series-component.js +2 -2
  72. package/esm5/public_api.js +5 -0
  73. package/fesm2015/igniteui-webcomponents-maps.js +1748 -1500
  74. package/fesm5/igniteui-webcomponents-maps.js +1766 -1485
  75. package/lib/AzureMapsImagery.d.ts +1 -0
  76. package/lib/AzureMapsImageryStyle.d.ts +25 -0
  77. package/lib/AzureMapsImageryView.d.ts +1 -0
  78. package/lib/AzureMapsImageryView_combined.d.ts +39 -0
  79. package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
  80. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +22 -22
  81. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  82. package/lib/GeographicMarkerSeries.d.ts +17 -17
  83. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  84. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  85. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  86. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
  87. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  88. package/lib/GeographicShapeSeriesBase_combined.d.ts +23 -23
  89. package/lib/GeographicShapeSeriesView_combined.d.ts +25 -25
  90. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  91. package/lib/GeographicSymbolSeriesView_combined.d.ts +18 -18
  92. package/lib/GeographicTileSeries.d.ts +9 -9
  93. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  94. package/lib/TileSeries_combined.d.ts +19 -19
  95. package/lib/XamGeographicMap_combined.d.ts +110 -110
  96. package/lib/igc-azure-maps-imagery-module.d.ts +3 -0
  97. package/lib/igc-azure-maps-imagery.d.ts +50 -0
  98. package/package.json +3 -3
  99. package/public_api.d.ts +5 -0
@@ -120,65 +120,65 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
120
120
  * To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
121
121
  */
122
122
  get shapeMemberPath() {
123
- return this.i.x4;
123
+ return this.i.x9;
124
124
  }
125
125
  set shapeMemberPath(v) {
126
- this.i.x4 = v;
126
+ this.i.x9 = v;
127
127
  }
128
128
  /**
129
129
  * Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
130
130
  */
131
131
  get isCustomShapeStyleAllowed() {
132
- return this.i.xp;
132
+ return this.i.xu;
133
133
  }
134
134
  set isCustomShapeStyleAllowed(v) {
135
- this.i.xp = ensureBool(v);
136
- this._a("isCustomShapeStyleAllowed", this.i.xp);
135
+ this.i.xu = ensureBool(v);
136
+ this._a("isCustomShapeStyleAllowed", this.i.xu);
137
137
  }
138
138
  /**
139
139
  * Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
140
140
  */
141
141
  get isCustomShapeMarkerStyleAllowed() {
142
- return this.i.xo;
142
+ return this.i.xt;
143
143
  }
144
144
  set isCustomShapeMarkerStyleAllowed(v) {
145
- this.i.xo = ensureBool(v);
146
- this._a("isCustomShapeMarkerStyleAllowed", this.i.xo);
145
+ this.i.xt = ensureBool(v);
146
+ this._a("isCustomShapeMarkerStyleAllowed", this.i.xt);
147
147
  }
148
148
  /**
149
149
  * Gets or sets the mode the series will use to find the closest point to the cursor.
150
150
  */
151
151
  get itemSearchMode() {
152
- return this.i.xg;
152
+ return this.i.xl;
153
153
  }
154
154
  set itemSearchMode(v) {
155
- this.i.xg = ensureEnum(ShapeItemSearchMode_$type, v);
156
- this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xg));
155
+ this.i.xl = ensureEnum(ShapeItemSearchMode_$type, v);
156
+ this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.xl));
157
157
  }
158
158
  /**
159
159
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
160
160
  */
161
161
  get itemSearchThreshold() {
162
- return this.i.xs;
162
+ return this.i.xx;
163
163
  }
164
164
  set itemSearchThreshold(v) {
165
- this.i.xs = +v;
166
- this._a("itemSearchThreshold", this.i.xs);
165
+ this.i.xx = +v;
166
+ this._a("itemSearchThreshold", this.i.xx);
167
167
  }
168
168
  /**
169
169
  * Gets or sets the fill mapping property for the current series object.
170
170
  */
171
171
  get fillMemberPath() {
172
- return this.i.xt;
172
+ return this.i.xy;
173
173
  }
174
174
  set fillMemberPath(v) {
175
- this.i.xt = v;
175
+ this.i.xy = v;
176
176
  }
177
177
  /**
178
178
  * Gets or sets the brush scale for the fill brush of markers.
179
179
  */
180
180
  get fillScale() {
181
- const r = this.i.xf;
181
+ const r = this.i.xk;
182
182
  if (r == null) {
183
183
  return null;
184
184
  }
@@ -194,34 +194,34 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
194
194
  set fillScale(v) {
195
195
  if (v != null && this._stylingContainer && v._styling)
196
196
  v._styling(this._stylingContainer, this, this);
197
- v == null ? this.i.xf = null : this.i.xf = v.i;
197
+ v == null ? this.i.xk = null : this.i.xk = v.i;
198
198
  }
199
199
  /**
200
200
  * Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
201
201
  * This setting applies only if multiple series are using the same FillScale.
202
202
  */
203
203
  get fillScaleUseGlobalValues() {
204
- return this.i.xn;
204
+ return this.i.xs;
205
205
  }
206
206
  set fillScaleUseGlobalValues(v) {
207
- this.i.xn = ensureBool(v);
208
- this._a("fillScaleUseGlobalValues", this.i.xn);
207
+ this.i.xs = ensureBool(v);
208
+ this._a("fillScaleUseGlobalValues", this.i.xs);
209
209
  }
210
210
  /**
211
211
  * Gets or sets the points threshold to use when searching for items using ItemSearchMode.
212
212
  */
213
213
  get itemSearchPointsThreshold() {
214
- return this.i.xr;
214
+ return this.i.xw;
215
215
  }
216
216
  set itemSearchPointsThreshold(v) {
217
- this.i.xr = +v;
218
- this._a("itemSearchPointsThreshold", this.i.xr);
217
+ this.i.xw = +v;
218
+ this._a("itemSearchPointsThreshold", this.i.xw);
219
219
  }
220
220
  /**
221
221
  * Set a shapefile datasource to use with the series.
222
222
  */
223
223
  get shapefileDataSource() {
224
- const r = this.i.xj;
224
+ const r = this.i.xo;
225
225
  if (r == null) {
226
226
  return null;
227
227
  }
@@ -240,18 +240,18 @@ export let IgcGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
240
240
  return r.externalObject;
241
241
  }
242
242
  set shapefileDataSource(v) {
243
- v == null ? this.i.xj = null : this.i.xj = v.i;
243
+ v == null ? this.i.xo = null : this.i.xo = v.i;
244
244
  }
245
245
  /**
246
246
  * The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
247
247
  * In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
248
248
  */
249
249
  get shapeFilterResolution() {
250
- return this.i.xq;
250
+ return this.i.xv;
251
251
  }
252
252
  set shapeFilterResolution(v) {
253
- this.i.xq = +v;
254
- this._a("shapeFilterResolution", this.i.xq);
253
+ this.i.xv = +v;
254
+ this._a("shapeFilterResolution", this.i.xv);
255
255
  }
256
256
  findByName(name) {
257
257
  var baseResult = super.findByName(name);
@@ -77,158 +77,158 @@ export let IgcGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
77
77
  * Gets or sets the fill brush.
78
78
  */
79
79
  get shapeFill() {
80
- return this.i.zt ? this.i.zt.fill : null;
80
+ return this.i.zy ? this.i.zy.fill : null;
81
81
  }
82
82
  set shapeFill(v) {
83
83
  this.ensureShapeStyle();
84
- this.i.zt.fill = v;
84
+ this.i.zy.fill = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the stroke brush.
88
88
  */
89
89
  get shapeStroke() {
90
- return this.i.zt ? this.i.zt.stroke : null;
90
+ return this.i.zy ? this.i.zy.stroke : null;
91
91
  }
92
92
  set shapeStroke(v) {
93
93
  this.ensureShapeStyle();
94
- this.i.zt.stroke = v;
94
+ this.i.zy.stroke = v;
95
95
  }
96
96
  /**
97
97
  * Gets or sets the stroke thickness.
98
98
  */
99
99
  get shapeStrokeThickness() {
100
- return this.i.zt ? this.i.zt.strokeThickness : NaN;
100
+ return this.i.zy ? this.i.zy.strokeThickness : NaN;
101
101
  }
102
102
  set shapeStrokeThickness(v) {
103
103
  this.ensureShapeStyle();
104
- this.i.zt.strokeThickness = +v;
105
- this._a("shapeStrokeThickness", this.i.zt.strokeThickness);
104
+ this.i.zy.strokeThickness = +v;
105
+ this._a("shapeStrokeThickness", this.i.zy.strokeThickness);
106
106
  }
107
107
  /**
108
108
  * Gets or sets the opacity.
109
109
  */
110
110
  get shapeOpacity() {
111
- return this.i.zt ? this.i.zt.opacity : NaN;
111
+ return this.i.zy ? this.i.zy.opacity : NaN;
112
112
  }
113
113
  set shapeOpacity(v) {
114
114
  this.ensureShapeStyle();
115
- this.i.zt.opacity = +v;
116
- this._a("shapeOpacity", this.i.zt.opacity);
115
+ this.i.zy.opacity = +v;
116
+ this._a("shapeOpacity", this.i.zy.opacity);
117
117
  }
118
118
  ensureShapeStyle() {
119
- if (this.i.zt) {
119
+ if (this.i.zy) {
120
120
  return;
121
121
  }
122
- this.i.zt = new Style();
122
+ this.i.zy = new Style();
123
123
  }
124
124
  /**
125
125
  * Gets or sets the marker type for the current series object.
126
126
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
127
127
  */
128
128
  get markerType() {
129
- return this.i.yn;
129
+ return this.i.ys;
130
130
  }
131
131
  set markerType(v) {
132
- this.i.yn = ensureEnum(MarkerType_$type, v);
133
- this._a("markerType", enumToString(MarkerType_$type, this.i.yn));
132
+ this.i.ys = ensureEnum(MarkerType_$type, v);
133
+ this._a("markerType", enumToString(MarkerType_$type, this.i.ys));
134
134
  }
135
135
  /**
136
136
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
137
137
  */
138
138
  get markerOutlineMode() {
139
- return this.i.ym;
139
+ return this.i.yr;
140
140
  }
141
141
  set markerOutlineMode(v) {
142
- this.i.ym = ensureEnum(MarkerOutlineMode_$type, v);
143
- this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ym));
142
+ this.i.yr = ensureEnum(MarkerOutlineMode_$type, v);
143
+ this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.yr));
144
144
  }
145
145
  /**
146
146
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
147
147
  */
148
148
  get markerFillMode() {
149
- return this.i.yl;
149
+ return this.i.yq;
150
150
  }
151
151
  set markerFillMode(v) {
152
- this.i.yl = ensureEnum(MarkerFillMode_$type, v);
153
- this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.yl));
152
+ this.i.yq = ensureEnum(MarkerFillMode_$type, v);
153
+ this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.yq));
154
154
  }
155
155
  /**
156
156
  * Gets or sets the MarkerTemplate for the current series object.
157
157
  */
158
158
  get markerTemplate() {
159
- return this.i.y9;
159
+ return this.i.ze;
160
160
  }
161
161
  set markerTemplate(v) {
162
- this.i.y9 = v;
162
+ this.i.ze = v;
163
163
  }
164
164
  /**
165
165
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
166
166
  */
167
167
  get markerBrush() {
168
- return brushToString(this.i.zq);
168
+ return brushToString(this.i.zv);
169
169
  }
170
170
  set markerBrush(v) {
171
- this.i.zq = stringToBrush(v);
172
- this._a("markerBrush", brushToString(this.i.zq));
171
+ this.i.zv = stringToBrush(v);
172
+ this._a("markerBrush", brushToString(this.i.zv));
173
173
  }
174
174
  /**
175
175
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
176
176
  */
177
177
  get markerOutline() {
178
- return brushToString(this.i.zr);
178
+ return brushToString(this.i.zw);
179
179
  }
180
180
  set markerOutline(v) {
181
- this.i.zr = stringToBrush(v);
182
- this._a("markerOutline", brushToString(this.i.zr));
181
+ this.i.zw = stringToBrush(v);
182
+ this._a("markerOutline", brushToString(this.i.zw));
183
183
  }
184
184
  /**
185
185
  * Gets or sets thickness of the marker outline
186
186
  */
187
187
  get markerThickness() {
188
- return this.i.yq;
188
+ return this.i.yv;
189
189
  }
190
190
  set markerThickness(v) {
191
- this.i.yq = +v;
192
- this._a("markerThickness", this.i.yq);
191
+ this.i.yv = +v;
192
+ this._a("markerThickness", this.i.yv);
193
193
  }
194
194
  /**
195
195
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
196
196
  */
197
197
  get markerCollisionAvoidance() {
198
- return this.i.yk;
198
+ return this.i.yp;
199
199
  }
200
200
  set markerCollisionAvoidance(v) {
201
- this.i.yk = ensureEnum(CollisionAvoidanceType_$type, v);
202
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yk));
201
+ this.i.yp = ensureEnum(CollisionAvoidanceType_$type, v);
202
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yp));
203
203
  }
204
204
  /**
205
205
  * Gets the effective marker template for the current series object.
206
206
  */
207
207
  get actualMarkerTemplate() {
208
- return this.i.y8;
208
+ return this.i.zd;
209
209
  }
210
210
  set actualMarkerTemplate(v) {
211
- this.i.y8 = v;
211
+ this.i.zd = v;
212
212
  }
213
213
  /**
214
214
  * Gets the effective marker brush for the current series object.
215
215
  */
216
216
  get actualMarkerBrush() {
217
- return brushToString(this.i.zo);
217
+ return brushToString(this.i.zt);
218
218
  }
219
219
  set actualMarkerBrush(v) {
220
- this.i.zo = stringToBrush(v);
221
- this._a("actualMarkerBrush", brushToString(this.i.zo));
220
+ this.i.zt = stringToBrush(v);
221
+ this._a("actualMarkerBrush", brushToString(this.i.zt));
222
222
  }
223
223
  /**
224
224
  * Gets the effective marker outline for the current series object.
225
225
  */
226
226
  get actualMarkerOutline() {
227
- return brushToString(this.i.zp);
227
+ return brushToString(this.i.zu);
228
228
  }
229
229
  set actualMarkerOutline(v) {
230
- this.i.zp = stringToBrush(v);
231
- this._a("actualMarkerOutline", brushToString(this.i.zp));
230
+ this.i.zu = stringToBrush(v);
231
+ this._a("actualMarkerOutline", brushToString(this.i.zu));
232
232
  }
233
233
  get styleShape() {
234
234
  return this._styleShape;
@@ -78,69 +78,69 @@ export let IgcGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
78
78
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
79
79
  */
80
80
  get latitudeMemberPath() {
81
- return this.i.yr;
81
+ return this.i.yw;
82
82
  }
83
83
  set latitudeMemberPath(v) {
84
- this.i.yr = v;
84
+ this.i.yw = v;
85
85
  }
86
86
  /**
87
87
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
88
88
  */
89
89
  get longitudeMemberPath() {
90
- return this.i.yt;
90
+ return this.i.yy;
91
91
  }
92
92
  set longitudeMemberPath(v) {
93
- this.i.yt = v;
93
+ this.i.yy = v;
94
94
  }
95
95
  /**
96
96
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
97
97
  */
98
98
  get markerCollisionAvoidance() {
99
- return this.i.yd;
99
+ return this.i.yi;
100
100
  }
101
101
  set markerCollisionAvoidance(v) {
102
- this.i.yd = ensureEnum(CollisionAvoidanceType_$type, v);
103
- this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yd));
102
+ this.i.yi = ensureEnum(CollisionAvoidanceType_$type, v);
103
+ this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.yi));
104
104
  }
105
105
  /**
106
106
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
107
107
  */
108
108
  get isCustomScatterStyleAllowed() {
109
- return this.i.yk;
109
+ return this.i.yp;
110
110
  }
111
111
  set isCustomScatterStyleAllowed(v) {
112
- this.i.yk = ensureBool(v);
113
- this._a("isCustomScatterStyleAllowed", this.i.yk);
112
+ this.i.yp = ensureBool(v);
113
+ this._a("isCustomScatterStyleAllowed", this.i.yp);
114
114
  }
115
115
  /**
116
116
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
117
117
  */
118
118
  get isCustomScatterMarkerStyleAllowed() {
119
- return this.i.yj;
119
+ return this.i.yo;
120
120
  }
121
121
  set isCustomScatterMarkerStyleAllowed(v) {
122
- this.i.yj = ensureBool(v);
123
- this._a("isCustomScatterMarkerStyleAllowed", this.i.yj);
122
+ this.i.yo = ensureBool(v);
123
+ this._a("isCustomScatterMarkerStyleAllowed", this.i.yo);
124
124
  }
125
125
  /**
126
126
  * Gets or sets the mode the series will use to find the closest point to the cursor.
127
127
  */
128
128
  get itemSearchMode() {
129
- return this.i.ye;
129
+ return this.i.yj;
130
130
  }
131
131
  set itemSearchMode(v) {
132
- this.i.ye = ensureEnum(ScatterItemSearchMode_$type, v);
133
- this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.ye));
132
+ this.i.yj = ensureEnum(ScatterItemSearchMode_$type, v);
133
+ this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.yj));
134
134
  }
135
135
  /**
136
136
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
137
137
  */
138
138
  get itemSearchThreshold() {
139
- return this.i.ym;
139
+ return this.i.yr;
140
140
  }
141
141
  set itemSearchThreshold(v) {
142
- this.i.ym = +v;
143
- this._a("itemSearchThreshold", this.i.ym);
142
+ this.i.yr = +v;
143
+ this._a("itemSearchThreshold", this.i.yr);
144
144
  }
145
145
  /**
146
146
  * Event raised when Assigning Category Style
@@ -72,14 +72,14 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
72
72
  * The MapImagery which is used to provide the tiles for display.
73
73
  */
74
74
  get tileImagery() {
75
- const r = this.i.ym;
75
+ const r = this.i.yr;
76
76
  if (r == null) {
77
77
  return null;
78
78
  }
79
79
  return r.externalObject;
80
80
  }
81
81
  set tileImagery(v) {
82
- v == null ? this.i.ym = null : this.i.ym = v.i;
82
+ v == null ? this.i.yr = null : this.i.yr = v.i;
83
83
  }
84
84
  findByName(name) {
85
85
  var baseResult = super.findByName(name);
@@ -96,7 +96,7 @@ export let IgcGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
96
96
 
97
97
  */
98
98
  clearTileCache() {
99
- this.i.yq();
99
+ this.i.yv();
100
100
  }
101
101
  /**
102
102
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -48,56 +48,56 @@ export let IgcGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
48
48
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
49
49
  */
50
50
  get longitudeMemberPath() {
51
- return this.i.xh;
51
+ return this.i.xm;
52
52
  }
53
53
  set longitudeMemberPath(v) {
54
- this.i.xh = v;
54
+ this.i.xm = v;
55
55
  }
56
56
  /**
57
57
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
58
58
  */
59
59
  get latitudeMemberPath() {
60
- return this.i.xf;
60
+ return this.i.xk;
61
61
  }
62
62
  set latitudeMemberPath(v) {
63
- this.i.xf = v;
63
+ this.i.xk = v;
64
64
  }
65
65
  /**
66
66
  * The source of triangulation data.
67
67
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
68
68
  */
69
69
  get trianglesSource() {
70
- return this.i.xe;
70
+ return this.i.xj;
71
71
  }
72
72
  set trianglesSource(v) {
73
- this.i.xe = v;
73
+ this.i.xj = v;
74
74
  }
75
75
  /**
76
76
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath1() {
79
- return this.i.xk;
79
+ return this.i.xp;
80
80
  }
81
81
  set triangleVertexMemberPath1(v) {
82
- this.i.xk = v;
82
+ this.i.xp = v;
83
83
  }
84
84
  /**
85
85
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath2() {
88
- return this.i.xm;
88
+ return this.i.xr;
89
89
  }
90
90
  set triangleVertexMemberPath2(v) {
91
- this.i.xm = v;
91
+ this.i.xr = v;
92
92
  }
93
93
  /**
94
94
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
95
95
  */
96
96
  get triangleVertexMemberPath3() {
97
- return this.i.xo;
97
+ return this.i.xt;
98
98
  }
99
99
  set triangleVertexMemberPath3(v) {
100
- this.i.xo = v;
100
+ this.i.xt = v;
101
101
  }
102
102
  }
103
103
  IgcGeographicXYTriangulatingSeriesComponent._observedAttributesIgcGeographicXYTriangulatingSeriesComponent = null;
@@ -68,14 +68,14 @@ export let IgcTileSeriesComponent = /*@__PURE__*/ (() => {
68
68
  * The MapImagery which is used to provide the tiles for display.
69
69
  */
70
70
  get tileImagery() {
71
- const r = this.i.aag;
71
+ const r = this.i.aal;
72
72
  if (r == null) {
73
73
  return null;
74
74
  }
75
75
  return r.externalObject;
76
76
  }
77
77
  set tileImagery(v) {
78
- v == null ? this.i.aag = null : this.i.aag = v.i;
78
+ v == null ? this.i.aal = null : this.i.aal = v.i;
79
79
  }
80
80
  findByName(name) {
81
81
  var baseResult = super.findByName(name);
@@ -13,6 +13,7 @@ export * from './lib/igc-arc-gis-online-map-imagery-module';
13
13
  export * from './lib/GeographicTileSeries';
14
14
  export * from './lib/igc-geographic-tile-series-component';
15
15
  export * from './lib/igc-geographic-tile-series-module';
16
+ export * from './lib/AzureMapsImageryView';
16
17
  export * from './lib/BingMapsMapImageryView';
17
18
  export * from './lib/GeographicMapImageryView';
18
19
  export * from './lib/GeographicPolylineSeriesView';
@@ -31,6 +32,10 @@ export * from './lib/GeographicXYTriangulatingSeriesView';
31
32
  export * from './lib/XamGeographicMapView';
32
33
  export * from './lib/SphericalMercatorHorizontalScaler';
33
34
  export * from './lib/SphericalMercatorVerticalScaler';
35
+ export * from './lib/AzureMapsImageryStyle';
36
+ export * from './lib/AzureMapsImagery';
37
+ export * from './lib/igc-azure-maps-imagery';
38
+ export * from './lib/igc-azure-maps-imagery-module';
34
39
  export * from './lib/BingMapsImageryStyle';
35
40
  export * from './lib/BingResponse';
36
41
  export * from './lib/BingResourceSet';
@@ -0,0 +1,7 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
@@ -0,0 +1,32 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ import { markEnum } from "igniteui-webcomponents-core";
8
+ /**
9
+ * Describes available map styles for the Azure Maps imagery.
10
+ */
11
+ export var AzureMapsImageryStyle = /*@__PURE__*/ (function (AzureMapsImageryStyle) {
12
+ AzureMapsImageryStyle[AzureMapsImageryStyle["Road"] = 0] = "Road";
13
+ AzureMapsImageryStyle[AzureMapsImageryStyle["Satellite"] = 1] = "Satellite";
14
+ AzureMapsImageryStyle[AzureMapsImageryStyle["DarkGrey"] = 2] = "DarkGrey";
15
+ AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsRoadOverlay"] = 3] = "LabelsRoadOverlay";
16
+ AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsDarkGreyOverlay"] = 4] = "LabelsDarkGreyOverlay";
17
+ AzureMapsImageryStyle[AzureMapsImageryStyle["HybridRoadOverlay"] = 5] = "HybridRoadOverlay";
18
+ AzureMapsImageryStyle[AzureMapsImageryStyle["HybridDarkGreyOverlay"] = 6] = "HybridDarkGreyOverlay";
19
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TerraOverlay"] = 7] = "TerraOverlay";
20
+ AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherRadarOverlay"] = 8] = "WeatherRadarOverlay";
21
+ AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherInfraredOverlay"] = 9] = "WeatherInfraredOverlay";
22
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficAbsoluteOverlay"] = 10] = "TrafficAbsoluteOverlay";
23
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelativeOverlay"] = 11] = "TrafficRelativeOverlay";
24
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelativeDarkOverlay"] = 12] = "TrafficRelativeDarkOverlay";
25
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficDelayOverlay"] = 13] = "TrafficDelayOverlay";
26
+ AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficReducedOverlay"] = 14] = "TrafficReducedOverlay";
27
+ return AzureMapsImageryStyle;
28
+ })({});
29
+ /**
30
+ * @hidden
31
+ */
32
+ export var AzureMapsImageryStyle_$type = /*@__PURE__*/ markEnum('AzureMapsImageryStyle', 'Road,0|Satellite,1|DarkGrey,2|LabelsRoadOverlay,3|LabelsDarkGreyOverlay,4|HybridRoadOverlay,5|HybridDarkGreyOverlay,6|TerraOverlay,7|WeatherRadarOverlay,8|WeatherInfraredOverlay,9|TrafficAbsoluteOverlay,10|TrafficRelativeOverlay,11|TrafficRelativeDarkOverlay,12|TrafficDelayOverlay,13|TrafficReducedOverlay,14');
@@ -0,0 +1,7 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
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
+ */
7
+ export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";