igniteui-angular-maps 20.0.2-beta.2 → 20.1.0-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 (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -40,147 +40,147 @@ export let IgxGeographicShapeSeriesComponent = /*@__PURE__*/ (() => {
40
40
  * Gets or sets the fill brush.
41
41
  */
42
42
  get shapeFill() {
43
- return this.i.zy ? this.i.zy.fill : null;
43
+ return this.i.zz ? this.i.zz.fill : null;
44
44
  }
45
45
  set shapeFill(v) {
46
46
  this.ensureShapeStyle();
47
- this.i.zy.fill = v;
47
+ this.i.zz.fill = v;
48
48
  }
49
49
  /**
50
50
  * Gets or sets the stroke brush.
51
51
  */
52
52
  get shapeStroke() {
53
- return this.i.zy ? this.i.zy.stroke : null;
53
+ return this.i.zz ? this.i.zz.stroke : null;
54
54
  }
55
55
  set shapeStroke(v) {
56
56
  this.ensureShapeStyle();
57
- this.i.zy.stroke = v;
57
+ this.i.zz.stroke = v;
58
58
  }
59
59
  /**
60
60
  * Gets or sets the stroke thickness.
61
61
  */
62
62
  get shapeStrokeThickness() {
63
- return this.i.zy ? this.i.zy.strokeThickness : NaN;
63
+ return this.i.zz ? this.i.zz.strokeThickness : NaN;
64
64
  }
65
65
  set shapeStrokeThickness(v) {
66
66
  this.ensureShapeStyle();
67
- this.i.zy.strokeThickness = +v;
67
+ this.i.zz.strokeThickness = +v;
68
68
  }
69
69
  /**
70
70
  * Gets or sets the opacity.
71
71
  */
72
72
  get shapeOpacity() {
73
- return this.i.zy ? this.i.zy.opacity : NaN;
73
+ return this.i.zz ? this.i.zz.opacity : NaN;
74
74
  }
75
75
  set shapeOpacity(v) {
76
76
  this.ensureShapeStyle();
77
- this.i.zy.opacity = +v;
77
+ this.i.zz.opacity = +v;
78
78
  }
79
79
  ensureShapeStyle() {
80
- if (this.i.zy) {
80
+ if (this.i.zz) {
81
81
  return;
82
82
  }
83
- this.i.zy = new Style();
83
+ this.i.zz = new Style();
84
84
  }
85
85
  /**
86
86
  * Gets or sets the marker type for the current series object.
87
87
  * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
88
88
  */
89
89
  get markerType() {
90
- return this.i.ys;
90
+ return this.i.yt;
91
91
  }
92
92
  set markerType(v) {
93
- this.i.ys = ensureEnum(MarkerType_$type, v);
93
+ this.i.yt = ensureEnum(MarkerType_$type, v);
94
94
  }
95
95
  /**
96
96
  * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
97
97
  */
98
98
  get markerOutlineMode() {
99
- return this.i.yr;
99
+ return this.i.ys;
100
100
  }
101
101
  set markerOutlineMode(v) {
102
- this.i.yr = ensureEnum(MarkerOutlineMode_$type, v);
102
+ this.i.ys = ensureEnum(MarkerOutlineMode_$type, v);
103
103
  }
104
104
  /**
105
105
  * Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
106
106
  */
107
107
  get markerFillMode() {
108
- return this.i.yq;
108
+ return this.i.yr;
109
109
  }
110
110
  set markerFillMode(v) {
111
- this.i.yq = ensureEnum(MarkerFillMode_$type, v);
111
+ this.i.yr = ensureEnum(MarkerFillMode_$type, v);
112
112
  }
113
113
  /**
114
114
  * Gets or sets the MarkerTemplate for the current series object.
115
115
  */
116
116
  get markerTemplate() {
117
- return this.i.ze;
117
+ return this.i.zf;
118
118
  }
119
119
  set markerTemplate(v) {
120
- this.i.ze = v;
120
+ this.i.zf = v;
121
121
  }
122
122
  /**
123
123
  * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
124
124
  */
125
125
  get markerBrush() {
126
- return brushToString(this.i.zv);
126
+ return brushToString(this.i.zw);
127
127
  }
128
128
  set markerBrush(v) {
129
- this.i.zv = stringToBrush(v);
129
+ this.i.zw = stringToBrush(v);
130
130
  }
131
131
  /**
132
132
  * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
133
133
  */
134
134
  get markerOutline() {
135
- return brushToString(this.i.zw);
135
+ return brushToString(this.i.zx);
136
136
  }
137
137
  set markerOutline(v) {
138
- this.i.zw = stringToBrush(v);
138
+ this.i.zx = stringToBrush(v);
139
139
  }
140
140
  /**
141
141
  * Gets or sets thickness of the marker outline
142
142
  */
143
143
  get markerThickness() {
144
- return this.i.yv;
144
+ return this.i.yw;
145
145
  }
146
146
  set markerThickness(v) {
147
- this.i.yv = +v;
147
+ this.i.yw = +v;
148
148
  }
149
149
  /**
150
150
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
151
151
  */
152
152
  get markerCollisionAvoidance() {
153
- return this.i.yp;
153
+ return this.i.yq;
154
154
  }
155
155
  set markerCollisionAvoidance(v) {
156
- this.i.yp = ensureEnum(CollisionAvoidanceType_$type, v);
156
+ this.i.yq = ensureEnum(CollisionAvoidanceType_$type, v);
157
157
  }
158
158
  /**
159
159
  * Gets the effective marker template for the current series object.
160
160
  */
161
161
  get actualMarkerTemplate() {
162
- return this.i.zd;
162
+ return this.i.ze;
163
163
  }
164
164
  set actualMarkerTemplate(v) {
165
- this.i.zd = v;
165
+ this.i.ze = v;
166
166
  }
167
167
  /**
168
168
  * Gets the effective marker brush for the current series object.
169
169
  */
170
170
  get actualMarkerBrush() {
171
- return brushToString(this.i.zt);
171
+ return brushToString(this.i.zu);
172
172
  }
173
173
  set actualMarkerBrush(v) {
174
- this.i.zt = stringToBrush(v);
174
+ this.i.zu = stringToBrush(v);
175
175
  }
176
176
  /**
177
177
  * Gets the effective marker outline for the current series object.
178
178
  */
179
179
  get actualMarkerOutline() {
180
- return brushToString(this.i.zu);
180
+ return brushToString(this.i.zv);
181
181
  }
182
182
  set actualMarkerOutline(v) {
183
- this.i.zu = stringToBrush(v);
183
+ this.i.zv = stringToBrush(v);
184
184
  }
185
185
  get styleShape() {
186
186
  if (this._styleShape == null) {
@@ -40,64 +40,64 @@ export let IgxGeographicSymbolSeriesComponent = /*@__PURE__*/ (() => {
40
40
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
41
41
  */
42
42
  get latitudeMemberPath() {
43
- return this.i.yw;
43
+ return this.i.yx;
44
44
  }
45
45
  set latitudeMemberPath(v) {
46
- this.i.yw = v;
46
+ this.i.yx = v;
47
47
  }
48
48
  /**
49
49
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
50
50
  */
51
51
  get longitudeMemberPath() {
52
- return this.i.yy;
52
+ return this.i.yz;
53
53
  }
54
54
  set longitudeMemberPath(v) {
55
- this.i.yy = v;
55
+ this.i.yz = v;
56
56
  }
57
57
  /**
58
58
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
59
59
  */
60
60
  get markerCollisionAvoidance() {
61
- return this.i.yi;
61
+ return this.i.yj;
62
62
  }
63
63
  set markerCollisionAvoidance(v) {
64
- this.i.yi = ensureEnum(CollisionAvoidanceType_$type, v);
64
+ this.i.yj = ensureEnum(CollisionAvoidanceType_$type, v);
65
65
  }
66
66
  /**
67
67
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
68
68
  */
69
69
  get isCustomScatterStyleAllowed() {
70
- return this.i.yp;
70
+ return this.i.yq;
71
71
  }
72
72
  set isCustomScatterStyleAllowed(v) {
73
- this.i.yp = ensureBool(v);
73
+ this.i.yq = ensureBool(v);
74
74
  }
75
75
  /**
76
76
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
77
77
  */
78
78
  get isCustomScatterMarkerStyleAllowed() {
79
- return this.i.yo;
79
+ return this.i.yp;
80
80
  }
81
81
  set isCustomScatterMarkerStyleAllowed(v) {
82
- this.i.yo = ensureBool(v);
82
+ this.i.yp = ensureBool(v);
83
83
  }
84
84
  /**
85
85
  * Gets or sets the mode the series will use to find the closest point to the cursor.
86
86
  */
87
87
  get itemSearchMode() {
88
- return this.i.yj;
88
+ return this.i.yk;
89
89
  }
90
90
  set itemSearchMode(v) {
91
- this.i.yj = ensureEnum(ScatterItemSearchMode_$type, v);
91
+ this.i.yk = ensureEnum(ScatterItemSearchMode_$type, v);
92
92
  }
93
93
  /**
94
94
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
95
95
  */
96
96
  get itemSearchThreshold() {
97
- return this.i.yr;
97
+ return this.i.ys;
98
98
  }
99
99
  set itemSearchThreshold(v) {
100
- this.i.yr = +v;
100
+ this.i.ys = +v;
101
101
  }
102
102
  /**
103
103
  * Event raised when Assigning Category Style
@@ -34,14 +34,14 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
34
34
  * The MapImagery which is used to provide the tiles for display.
35
35
  */
36
36
  get tileImagery() {
37
- const r = this.i.yr;
37
+ const r = this.i.ys;
38
38
  if (r == null) {
39
39
  return null;
40
40
  }
41
41
  return r.externalObject;
42
42
  }
43
43
  set tileImagery(v) {
44
- v == null ? this.i.yr = null : this.i.yr = v.i;
44
+ v == null ? this.i.ys = null : this.i.ys = v.i;
45
45
  }
46
46
  findByName(name) {
47
47
  var baseResult = super.findByName(name);
@@ -58,7 +58,7 @@ export let IgxGeographicTileSeriesComponent = /*@__PURE__*/ (() => {
58
58
 
59
59
  */
60
60
  clearTileCache() {
61
- this.i.yv();
61
+ this.i.yw();
62
62
  }
63
63
  /**
64
64
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -39,56 +39,56 @@ export let IgxGeographicXYTriangulatingSeriesComponent = /*@__PURE__*/ (() => {
39
39
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
40
40
  */
41
41
  get longitudeMemberPath() {
42
- return this.i.xm;
42
+ return this.i.xn;
43
43
  }
44
44
  set longitudeMemberPath(v) {
45
- this.i.xm = v;
45
+ this.i.xn = v;
46
46
  }
47
47
  /**
48
48
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
49
49
  */
50
50
  get latitudeMemberPath() {
51
- return this.i.xk;
51
+ return this.i.xl;
52
52
  }
53
53
  set latitudeMemberPath(v) {
54
- this.i.xk = v;
54
+ this.i.xl = v;
55
55
  }
56
56
  /**
57
57
  * The source of triangulation data.
58
58
  * 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.
59
59
  */
60
60
  get trianglesSource() {
61
- return this.i.xj;
61
+ return this.i.xk;
62
62
  }
63
63
  set trianglesSource(v) {
64
- this.i.xj = v;
64
+ this.i.xk = v;
65
65
  }
66
66
  /**
67
67
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
68
68
  */
69
69
  get triangleVertexMemberPath1() {
70
- return this.i.xp;
70
+ return this.i.xq;
71
71
  }
72
72
  set triangleVertexMemberPath1(v) {
73
- this.i.xp = v;
73
+ this.i.xq = 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 second vertex point in the ItemsSource.
77
77
  */
78
78
  get triangleVertexMemberPath2() {
79
- return this.i.xr;
79
+ return this.i.xs;
80
80
  }
81
81
  set triangleVertexMemberPath2(v) {
82
- this.i.xr = v;
82
+ this.i.xs = 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 third vertex point in the ItemsSource.
86
86
  */
87
87
  get triangleVertexMemberPath3() {
88
- return this.i.xt;
88
+ return this.i.xu;
89
89
  }
90
90
  set triangleVertexMemberPath3(v) {
91
- this.i.xt = v;
91
+ this.i.xu = v;
92
92
  }
93
93
  }
94
94
  IgxGeographicXYTriangulatingSeriesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicXYTriangulatingSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -30,14 +30,14 @@ export let IgxTileSeriesComponent = /*@__PURE__*/ (() => {
30
30
  * The MapImagery which is used to provide the tiles for display.
31
31
  */
32
32
  get tileImagery() {
33
- const r = this.i.aal;
33
+ const r = this.i.aam;
34
34
  if (r == null) {
35
35
  return null;
36
36
  }
37
37
  return r.externalObject;
38
38
  }
39
39
  set tileImagery(v) {
40
- v == null ? this.i.aal = null : this.i.aal = v.i;
40
+ v == null ? this.i.aam = null : this.i.aam = v.i;
41
41
  }
42
42
  findByName(name) {
43
43
  var baseResult = super.findByName(name);
@@ -17,7 +17,7 @@ export * from './lib/GeographicTileSeries';
17
17
  export * from './lib/igx-geographic-tile-series-component';
18
18
  export * from './lib/igx-geographic-tile-series-module';
19
19
  export * from './lib/igx-geographic-tile-series-dynamic-module';
20
- export * from './lib/AzureMapsMapImageryView';
20
+ export * from './lib/AzureMapsImageryView';
21
21
  export * from './lib/BingMapsMapImageryView';
22
22
  export * from './lib/GeographicMapImageryView';
23
23
  export * from './lib/GeographicPolylineSeriesView';
@@ -37,10 +37,10 @@ export * from './lib/XamGeographicMapView';
37
37
  export * from './lib/SphericalMercatorHorizontalScaler';
38
38
  export * from './lib/SphericalMercatorVerticalScaler';
39
39
  export * from './lib/AzureMapsImageryStyle';
40
- export * from './lib/AzureMapsMapImagery';
41
- export * from './lib/igx-azure-maps-map-imagery';
42
- export * from './lib/igx-azure-maps-map-imagery-module';
43
- export * from './lib/igx-azure-maps-map-imagery-dynamic-module';
40
+ export * from './lib/AzureMapsImagery';
41
+ export * from './lib/igx-azure-maps-imagery';
42
+ export * from './lib/igx-azure-maps-imagery-module';
43
+ export * from './lib/igx-azure-maps-imagery-dynamic-module';
44
44
  export * from './lib/BingMapsImageryStyle';
45
45
  export * from './lib/BingResponse';
46
46
  export * from './lib/BingResourceSet';
@@ -4,4 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  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
- export { AzureMapsMapImageryView } from "./AzureMapsMapImageryView_combined";
7
+ export { AzureMapsImagery } from "./AzureMapsImageryView_combined";
@@ -10,23 +10,23 @@ import { markEnum } from "igniteui-angular-core";
10
10
  */
11
11
  export var AzureMapsImageryStyle = /*@__PURE__*/ (function (AzureMapsImageryStyle) {
12
12
  AzureMapsImageryStyle[AzureMapsImageryStyle["Road"] = 0] = "Road";
13
- AzureMapsImageryStyle[AzureMapsImageryStyle["Terra"] = 1] = "Terra";
13
+ AzureMapsImageryStyle[AzureMapsImageryStyle["Satellite"] = 1] = "Satellite";
14
14
  AzureMapsImageryStyle[AzureMapsImageryStyle["DarkGrey"] = 2] = "DarkGrey";
15
- AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsRoad"] = 3] = "LabelsRoad";
16
- AzureMapsImageryStyle[AzureMapsImageryStyle["LabelsDarkGrey"] = 4] = "LabelsDarkGrey";
17
- AzureMapsImageryStyle[AzureMapsImageryStyle["HybridRoad"] = 5] = "HybridRoad";
18
- AzureMapsImageryStyle[AzureMapsImageryStyle["HybridDarkGrey"] = 6] = "HybridDarkGrey";
19
- AzureMapsImageryStyle[AzureMapsImageryStyle["Imagery"] = 7] = "Imagery";
20
- AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherRadar"] = 8] = "WeatherRadar";
21
- AzureMapsImageryStyle[AzureMapsImageryStyle["WeatherInfrared"] = 9] = "WeatherInfrared";
22
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficAbsolute"] = 10] = "TrafficAbsolute";
23
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelative"] = 11] = "TrafficRelative";
24
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficRelativeDark"] = 12] = "TrafficRelativeDark";
25
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficDelay"] = 13] = "TrafficDelay";
26
- AzureMapsImageryStyle[AzureMapsImageryStyle["TrafficReduced"] = 14] = "TrafficReduced";
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
27
  return AzureMapsImageryStyle;
28
28
  })({});
29
29
  /**
30
30
  * @hidden
31
31
  */
32
- export var AzureMapsImageryStyle_$type = markEnum('AzureMapsImageryStyle', 'Road,0|Terra,1|DarkGrey,2|LabelsRoad,3|LabelsDarkGrey,4|HybridRoad,5|HybridDarkGrey,6|Imagery,7|WeatherRadar,8|WeatherInfrared,9|TrafficAbsolute,10|TrafficRelative,11|TrafficRelativeDark,12|TrafficDelay,13|TrafficReduced,14');
32
+ export var AzureMapsImageryStyle_$type = 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');
@@ -4,4 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  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
- export { AzureMapsMapImageryView } from "./AzureMapsMapImageryView_combined";
7
+ export { AzureMapsImageryView } from "./AzureMapsImageryView_combined";
@@ -17,14 +17,14 @@ import { dateMinValue } from "igniteui-angular-core";
17
17
  /**
18
18
  * @hidden
19
19
  */
20
- var AzureMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
21
- __extends(AzureMapsMapImageryView, _super);
22
- function AzureMapsMapImageryView(a) {
20
+ var AzureMapsImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
21
+ __extends(AzureMapsImageryView, _super);
22
+ function AzureMapsImageryView(a) {
23
23
  var _this = _super.call(this, a) || this;
24
24
  _this.k = a;
25
25
  return _this;
26
26
  }
27
- AzureMapsMapImageryView.prototype.p = function () {
27
+ AzureMapsImageryView.prototype.p = function () {
28
28
  this.l();
29
29
  this.n();
30
30
  this.o();
@@ -32,79 +32,79 @@ var AzureMapsMapImageryView = /** @class */ /*@__PURE__*/ (function (_super) {
32
32
  this.q();
33
33
  this.r();
34
34
  };
35
- AzureMapsMapImageryView.prototype.l = function () {
35
+ AzureMapsImageryView.prototype.l = function () {
36
36
  this.a.ap.apiKey = this.k.apiKey;
37
37
  };
38
- AzureMapsMapImageryView.prototype.n = function () {
38
+ AzureMapsImageryView.prototype.n = function () {
39
39
  this.a.ap.cultureName = this.k.cultureName;
40
40
  };
41
- AzureMapsMapImageryView.prototype.o = function () {
41
+ AzureMapsImageryView.prototype.o = function () {
42
42
  this.a.ap.tilesetId = this.k.b1;
43
43
  };
44
- AzureMapsMapImageryView.prototype.m = function () {
44
+ AzureMapsImageryView.prototype.m = function () {
45
45
  this.a.ap.apiVersion = this.k.apiVersion;
46
46
  };
47
- AzureMapsMapImageryView.prototype.q = function () {
47
+ AzureMapsImageryView.prototype.q = function () {
48
48
  this.a.ap.localizedView = this.k.localizedView;
49
49
  };
50
- AzureMapsMapImageryView.prototype.r = function () {
50
+ AzureMapsImageryView.prototype.r = function () {
51
51
  this.a.ap.timestamp = this.k.timestamp;
52
52
  };
53
- AzureMapsMapImageryView.$t = markType(AzureMapsMapImageryView, 'AzureMapsMapImageryView', GeographicMapImageryView.$);
54
- return AzureMapsMapImageryView;
53
+ AzureMapsImageryView.$t = markType(AzureMapsImageryView, 'AzureMapsImageryView', GeographicMapImageryView.$);
54
+ return AzureMapsImageryView;
55
55
  }(GeographicMapImageryView));
56
- export { AzureMapsMapImageryView };
56
+ export { AzureMapsImageryView };
57
57
  /**
58
58
  * @hidden
59
59
  */
60
- var AzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
61
- __extends(AzureMapsMapImagery, _super);
62
- function AzureMapsMapImagery() {
60
+ var AzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
61
+ __extends(AzureMapsImagery, _super);
62
+ function AzureMapsImagery() {
63
63
  var _this = _super.call(this, new AzureMapsTileSource()) || this;
64
64
  _this.bp.p();
65
65
  return _this;
66
66
  }
67
- AzureMapsMapImagery.prototype.ai = function () {
68
- return new AzureMapsMapImageryView(this);
67
+ AzureMapsImagery.prototype.ai = function () {
68
+ return new AzureMapsImageryView(this);
69
69
  };
70
- AzureMapsMapImagery.prototype.bb = function (a) {
70
+ AzureMapsImagery.prototype.bb = function (a) {
71
71
  _super.prototype.bb.call(this, a);
72
72
  this.bp = a;
73
73
  };
74
- AzureMapsMapImagery.prototype.b4 = function (a, b, c) {
74
+ AzureMapsImagery.prototype.b4 = function (a, b, c) {
75
75
  switch (a) {
76
- case AzureMapsMapImagery.$$p[3]:
76
+ case AzureMapsImagery.$$p[3]:
77
77
  this.b1 = this.bx();
78
78
  this.bp.o();
79
79
  break;
80
- case AzureMapsMapImagery.$$p[0]:
80
+ case AzureMapsImagery.$$p[0]:
81
81
  this.bp.l();
82
82
  break;
83
- case AzureMapsMapImagery.$$p[2]:
83
+ case AzureMapsImagery.$$p[2]:
84
84
  this.bp.n();
85
85
  break;
86
- case AzureMapsMapImagery.$$p[1]:
86
+ case AzureMapsImagery.$$p[1]:
87
87
  this.bp.m();
88
88
  break;
89
- case AzureMapsMapImagery.$$p[4]:
89
+ case AzureMapsImagery.$$p[4]:
90
90
  this.bp.q();
91
91
  break;
92
- case AzureMapsMapImagery.$$p[6]:
92
+ case AzureMapsImagery.$$p[6]:
93
93
  this.bp.r();
94
94
  break;
95
95
  }
96
96
  _super.prototype.ba.call(this, a, b, c);
97
97
  };
98
- AzureMapsMapImagery.prototype.bx = function () {
98
+ AzureMapsImagery.prototype.bx = function () {
99
99
  switch (this.imageryStyle) {
100
100
  case 0: return "microsoft.base.road";
101
- case 1: return "microsoft.terra.main";
101
+ case 7: return "microsoft.terra.main";
102
102
  case 2: return "microsoft.base.darkgrey";
103
103
  case 3: return "microsoft.base.labels.road";
104
104
  case 4: return "microsoft.base.labels.darkgrey";
105
105
  case 5: return "microsoft.base.hybrid.road";
106
106
  case 6: return "microsoft.base.hybrid.darkgrey";
107
- case 7: return "microsoft.imagery";
107
+ case 1: return "microsoft.imagery";
108
108
  case 8: return "microsoft.weather.radar.main";
109
109
  case 9: return "microsoft.weather.infrared.main";
110
110
  case 10: return "microsoft.traffic.absolute.main";
@@ -115,8 +115,8 @@ var AzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
115
115
  default: return "";
116
116
  }
117
117
  };
118
- AzureMapsMapImagery.$t = markType(AzureMapsMapImagery, 'AzureMapsMapImagery', GeographicMapImagery.$);
119
- AzureMapsMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, AzureMapsMapImagery, 'b4', ['ApiKey', [2, stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, dateMinValue()]]);
120
- return AzureMapsMapImagery;
118
+ AzureMapsImagery.$t = markType(AzureMapsImagery, 'AzureMapsImagery', GeographicMapImagery.$);
119
+ AzureMapsImagery.$$p = markDep(DependencyProperty, PropertyMetadata, AzureMapsImagery, 'b4', ['ApiKey', [2, stringEmpty()], 'ApiVersion', [2, "2024-04-01"], 'CultureName', [2, "en-US"], 'ImageryStyle', [AzureMapsImageryStyle_$type, enumGetBox(AzureMapsImageryStyle_$type, 0)], 'LocalizedView', [2, null], 'TilesetId:b1:ca', [2, null], 'Timestamp', [3, dateMinValue()]]);
120
+ return AzureMapsImagery;
121
121
  }(GeographicMapImagery));
122
- export { AzureMapsMapImagery };
122
+ export { AzureMapsImagery };